Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/message/fusion/
Dmptbase.c6281 EventNotification_t evn; in SendEventNotification() local
6284 memset(&evn, 0, sizeof(EventNotification_t)); in SendEventNotification()
6287 evn.Function = MPI_FUNCTION_EVENT_NOTIFICATION; in SendEventNotification()
6288 evn.Switch = EvSwitch; in SendEventNotification()
6289 evn.MsgContext = cpu_to_le32(mpt_base_index << 16); in SendEventNotification()
6293 ioc->name, EvSwitch, &evn)); in SendEventNotification()
6296 (u32 *)&evn, sizeof(MPIDefaultReply_t), (u16 *)&reply_buf, 30, in SendEventNotification()