Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/boot/dts/
Dc293pcie.dts107 /* 512KB for u-boot Bootloader Image and evn */
/linux-4.1.27/drivers/message/fusion/
Dmptbase.c6272 EventNotification_t evn; in SendEventNotification() local
6275 memset(&evn, 0, sizeof(EventNotification_t)); in SendEventNotification()
6278 evn.Function = MPI_FUNCTION_EVENT_NOTIFICATION; in SendEventNotification()
6279 evn.Switch = EvSwitch; in SendEventNotification()
6280 evn.MsgContext = cpu_to_le32(mpt_base_index << 16); in SendEventNotification()
6284 ioc->name, EvSwitch, &evn)); in SendEventNotification()
6287 (u32 *)&evn, sizeof(MPIDefaultReply_t), (u16 *)&reply_buf, 30, in SendEventNotification()