Home
last modified time | relevance | path

Searched refs:evn (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/connector/
H A Dproc_filter.c30 static struct epoll_event evn; variable
118 evn.events = EPOLLIN; in register_proc_netlink()
119 evn.data.fd = nl_sock; in register_proc_netlink()
120 if (epoll_ctl(epoll_fd, EPOLL_CTL_ADD, nl_sock, &evn) < 0) { in register_proc_netlink()
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptbase.c6278 EventNotification_t evn; in SendEventNotification() local
6281 memset(&evn, 0, sizeof(EventNotification_t)); in SendEventNotification()
6284 evn.Function = MPI_FUNCTION_EVENT_NOTIFICATION; in SendEventNotification()
6285 evn.Switch = EvSwitch; in SendEventNotification()
6286 evn.MsgContext = cpu_to_le32(mpt_base_index << 16); in SendEventNotification()
6290 ioc->name, EvSwitch, &evn)); in SendEventNotification()
6293 (u32 *)&evn, sizeof(MPIDefaultReply_t), (u16 *)&reply_buf, 30, in SendEventNotification()
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptbase.c6290 EventNotification_t evn; in SendEventNotification() local
6293 memset(&evn, 0, sizeof(EventNotification_t)); in SendEventNotification()
6296 evn.Function = MPI_FUNCTION_EVENT_NOTIFICATION; in SendEventNotification()
6297 evn.Switch = EvSwitch; in SendEventNotification()
6298 evn.MsgContext = cpu_to_le32(mpt_base_index << 16); in SendEventNotification()
6302 ioc->name, EvSwitch, &evn)); in SendEventNotification()
6305 (u32 *)&evn, sizeof(MPIDefaultReply_t), (u16 *)&reply_buf, 30, in SendEventNotification()

Completed in 18 milliseconds