Searched refs:evn (Results 1 – 2 of 2) sorted by relevance
107 /* 512KB for u-boot Bootloader Image and evn */
6278 EventNotification_t evn; in SendEventNotification() local6281 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()