Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c1106 offset = offsetof(fcp_rsp_t, fcp_response_len); in fcoei_fill_fcp_resp()
1107 fcp_rsp_iu->fcp_response_len = FCOE_B2V_4(src + offset); in fcoei_fill_fcp_resp()
1121 if (fcp_rsp_iu->fcp_response_len) { in fcoei_fill_fcp_resp()
1122 if ((offset + fcp_rsp_iu->fcp_response_len) > size) { in fcoei_fill_fcp_resp()
1127 fcp_rsp_iu->fcp_response_len); in fcoei_fill_fcp_resp()
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h140 uint_t fcp_response_len; /* response data length */ member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h180 uint32_t fcp_response_len; /* response data length */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2453 fcpr->fcp_response_len = sense_sz; in ql_status_error()
2456 fcpr->fcp_response_len); in ql_status_error()
2485 fcpr->fcp_response_len = 0; in ql_status_error()
2640 fcpr->fcp_response_len) { in ql_status_error()
2646 fcpr->fcp_response_len); in ql_status_error()
H A Dql_api.c7500 fcpr->fcp_response_len = 8; in ql_task_mgmt()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2696 rsp->fcp_response_len, rsp->fcp_sense_len); in fcp_send_scsi_ioctl()
2710 info_len = rsp->fcp_response_len; in fcp_send_scsi_ioctl()
6761 sizeof (struct fcp_rsp) + rsp->fcp_response_len); in fcp_check_reportlun()
6764 rsp->fcp_response_len, sense, fpkt->pkt_resp_acc, in fcp_check_reportlun()
8862 rsp->fcp_response_len, rsp->fcp_sense_len); in fcp_complete_pkt()
8925 rsp->fcp_response_len, rsp->fcp_sense_len); in fcp_complete_pkt()
9271 (FCP_MAX_RSP_IU_SIZE - rsp->fcp_response_len - in fcp_validate_fcp_response()
11751 rsp->fcp_response_len, rsp->fcp_sense_len); in fcp_reset_target()
15298 rsp->fcp_response_len, rsp->fcp_sense_len); in fcp_print_error()
15317 rsp->fcp_response_len); in fcp_print_error()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c203 rsp->fcp_response_len = 0; in emlxs_handle_fcp_event()
210 length = sizeof (fcp_rsp_t) + LE_SWAP32(rsp->fcp_response_len) + in emlxs_handle_fcp_event()
688 LE_SWAP32(rsp->fcp_response_len)); in emlxs_handle_fcp_event()
H A Demlxs_solaris.c10741 fcp_rsp->fcp_response_len = 8; in emlxs_set_pkt_state()
10868 rsp->fcp_response_len = LE_SWAP32(rsp->fcp_response_len); in emlxs_swap_fcp_pkt()