Searched defs:rsp_code (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h197 uchar_t rsp_code; member in struct:fcp_rsp_info
205 * rsp_code definitions
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h159 uchar_t rsp_code; member in struct:fcp_rsp_info
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c2829 uint32_t rsp_code = 0; local
2887 rsp_code = *rsp;
2888 rsp_code = BE_SWAP32(rsp_code);
2901 if ((iocb->ULPSTATUS == 0) && (rsp_code == MENLO_RSP_SUCCESS)) {
2907 emlxs_menlo_rsp_xlate(rsp_code),
2916 emlxs_menlo_rsp_xlate(rsp_code),
2959 uint32_t rsp_code = 0; local
3067 rsp_code = LE_SWAP16(CtRsp->CommandResponse.bits.CmdRsp);
3087 (rsp_code
[all...]
H A Demlxs_dfc.c5950 uint32_t rsp_code; local
5967 bzero((uint8_t *)&rsp_code, sizeof (uint32_t));
5979 rsp_code = 0;
6098 bcopy((void *)&rsp_code, (void *)rsp_buf, *rsp_size);
6229 rsp_code = *rsp;
6230 rsp_code = BE_SWAP32(rsp_code);
6232 if (rsp_code == MENLO_RSP_SUCCESS) {

Completed in 82 milliseconds