Searched refs:IOCInitMsg (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/mrsas/
H A Dmrsas.c2706 pMpi2IOCInitRequest_t IOCInitMsg; local
2726 IOCInitMsg = (pMpi2IOCInitRequest_t)(((char *)sc->ioc_init_mem) + 1024);
2727 IOCInitMsg->Function = MPI2_FUNCTION_IOC_INIT;
2728 IOCInitMsg->WhoInit = MPI2_WHOINIT_HOST_DRIVER;
2729 IOCInitMsg->MsgVersion = htole16(MPI2_VERSION);
2730 IOCInitMsg->HeaderVersion = htole16(MPI2_HEADER_VERSION);
2731 IOCInitMsg->SystemRequestFrameSize = htole16(MRSAS_MPI2_RAID_DEFAULT_IO_FRAME_SIZE / 4);
2732 IOCInitMsg->ReplyDescriptorPostQueueDepth = htole16(sc->reply_q_depth);
2733 IOCInitMsg->ReplyDescriptorPostQueueAddress = htole64(sc->reply_desc_phys_addr);
2734 IOCInitMsg
[all...]

Completed in 102 milliseconds