Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dc293pcie.dts107 /* 512KB for u-boot Bootloader Image and evn */
/openbmc/linux/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()