Searched refs:evn (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/testing/selftests/connector/ |
D | proc_filter.c | 30 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()
|
/linux-6.12.1/arch/powerpc/boot/dts/fsl/ |
D | c293pcie.dts | 107 /* 512KB for u-boot Bootloader Image and evn */
|
/linux-6.12.1/drivers/message/fusion/ |
D | mptbase.c | 6286 EventNotification_t evn; in SendEventNotification() local 6289 memset(&evn, 0, sizeof(EventNotification_t)); in SendEventNotification() 6292 evn.Function = MPI_FUNCTION_EVENT_NOTIFICATION; in SendEventNotification() 6293 evn.Switch = EvSwitch; in SendEventNotification() 6294 evn.MsgContext = cpu_to_le32(mpt_base_index << 16); in SendEventNotification() 6298 ioc->name, EvSwitch, &evn)); in SendEventNotification() 6301 (u32 *)&evn, sizeof(MPIDefaultReply_t), (u16 *)&reply_buf, 30, in SendEventNotification()
|