Searched refs:MsgLength (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-11-stable/sys/dev/mps/mpi/
H A Dmpi2_raid.h318 U8 MsgLength; /* 0x02 */ member in struct:_MPI2_RAID_ACTION_REPLY
H A Dmpi2.h706 U8 MsgLength; /* 0x02 */ member in struct:_MPI2_DEFAULT_REPLY
H A Dmpi2_cnfg.h390 U8 MsgLength; /* 0x02 */ member in struct:_MPI2_CONFIG_REPLY
/freebsd-11-stable/sys/dev/mpt/mpilib/
H A Dmpi.h658 U8 MsgLength; member in struct:_MSG_DEFAULT_REPLY
H A Dmpi_cnfg.h572 U8 MsgLength; /* 02h */ member in struct:_MSG_CONFIG_REPLY
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.c856 ioc_status_frame.MsgLength = roundup2(sizeof(ioc_status_frame), 4);
1473 if ((reply_len >> 1) != hdr->MsgLength &&
1477 hdr->MsgLength << 2, reply_len << 1, hdr->Function);
1481 left = (hdr->MsgLength << 1) - 2;
2719 mpt_lprt(mpt, MPT_PRT_INFO, "MsgLength=%u IOCNumber = %d\n",
2720 mpt->ioc_facts.MsgLength, mpt->ioc_facts.IOCNumber);
H A Dmpt_debug.c367 printf("\tMsgLength 0x%02x\n", msg->MsgLength);
H A Dmpt_cam.c2868 rp->MsgLength, rp->MsgFlags);
2872 if (rp->MsgLength <= 5) {
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_user.c711 sz = rpl->MsgLength * 4;
858 sz = rpl->MsgLength * 4;
1084 sz = rpl->MsgLength * 4;
H A Dmpr.c934 ioc_sz = reply->MsgLength;
/freebsd-11-stable/sys/dev/mps/
H A Dmps_user.c723 sz = rpl->MsgLength * 4;
868 sz = rpl->MsgLength * 4;
1023 sz = rpl->MsgLength * 4;
H A Dmps.c917 ioc_sz = reply->MsgLength;
/freebsd-11-stable/sys/dev/mpr/mpi/
H A Dmpi2.h877 U8 MsgLength; /* 0x02 */ member in struct:_MPI2_DEFAULT_REPLY
H A Dmpi2_cnfg.h523 U8 MsgLength; /* 0x02 */ member in struct:_MPI2_CONFIG_REPLY
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h410 u_int8_t MsgLength; /*0x02 */ member in struct:_MPI2_SCSI_TASK_MANAGE_REPLY

Completed in 402 milliseconds

12