Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/boot/dts/fsl/
Dc293pcie.dts107 /* 512KB for u-boot Bootloader Image and evn */
/Linux-v5.10/drivers/message/fusion/
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()