Lines Matching defs:mpi2_ioc_init_request
1530 struct mpi2_ioc_init_request { struct
1531 uint8_t WhoInit; /* 0x00 */
1532 uint8_t Reserved1; /* 0x01 */
1533 uint8_t ChainOffset; /* 0x02 */
1534 uint8_t Function; /* 0x03 */
1535 uint16_t Reserved2; /* 0x04 */
1536 uint8_t Reserved3; /* 0x06 */
1537 uint8_t MsgFlags; /* 0x07 */
1538 uint8_t VP_ID; /* 0x08 */
1539 uint8_t VF_ID; /* 0x09 */
1540 uint16_t Reserved4; /* 0x0A */
1541 uint16_t MsgVersion; /* 0x0C */
1542 uint16_t HeaderVersion; /* 0x0E */
1543 uint32_t Reserved5; /* 0x10 */
1544 uint16_t Reserved6; /* 0x14 */
1545 uint8_t Reserved7; /* 0x16 */
1546 uint8_t HostMSIxVectors; /* 0x17 */
1547 uint16_t Reserved8; /* 0x18 */
1548 uint16_t SystemRequestFrameSize; /* 0x1A */
1549 uint16_t ReplyDescriptorPostQueueDepth; /* 0x1C */
1550 uint16_t ReplyFreeQueueDepth; /* 0x1E */
1551 uint32_t SenseBufferAddressHigh; /* 0x20 */
1552 uint32_t SystemReplyAddressHigh; /* 0x24 */
1553 uint64_t SystemRequestFrameBaseAddress; /* 0x28 */
1554 uint64_t ReplyDescriptorPostQueueAddress;/* 0x30 */
1555 uint64_t ReplyFreeQueueAddress; /* 0x38 */
1556 uint64_t TimeStamp; /* 0x40 */