Searched refs:fcp_sense_len (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_eth.c | 1104 offset = offsetof(fcp_rsp_t, fcp_sense_len); in fcoei_fill_fcp_resp() 1105 fcp_rsp_iu->fcp_sense_len = FCOE_B2V_4(src + offset); in fcoei_fill_fcp_resp() 1112 if (fcp_rsp_iu->fcp_sense_len) { in fcoei_fill_fcp_resp() 1113 if ((offset + fcp_rsp_iu->fcp_sense_len) > size) { in fcoei_fill_fcp_resp() 1117 bcopy(src + offset, dest + offset, fcp_rsp_iu->fcp_sense_len); in fcoei_fill_fcp_resp() 1118 offset += fcp_rsp_iu->fcp_sense_len; in fcoei_fill_fcp_resp()
|
/titanic_41/usr/src/uts/common/sys/fc4/ |
H A D | fcp.h | 141 uint_t fcp_sense_len; /* sense data length */ member
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcp.h | 179 uint32_t fcp_sense_len; /* sense data length */ member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcp.c | 206 rsp->fcp_sense_len = 0; in emlxs_handle_fcp_event() 210 LE_SWAP32(rsp->fcp_sense_len); in emlxs_handle_fcp_event() 280 if (LE_SWAP32(rsp->fcp_sense_len) >= 14) { in emlxs_handle_fcp_event() 686 LE_SWAP32(rsp->fcp_sense_len), in emlxs_handle_fcp_event()
|
H A D | emlxs_solaris.c | 10844 rsp->fcp_sense_len = LE_SWAP32(rsp->fcp_sense_len); in emlxs_swap_fcp_pkt()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 2692 rsp->fcp_response_len, rsp->fcp_sense_len); in fcp_send_scsi_ioctl() 2723 sense_len = rsp->fcp_sense_len; in fcp_send_scsi_ioctl() 6740 rqlen = (uchar_t)min(rsp->fcp_sense_len, in fcp_check_reportlun() 8873 rsp->fcp_response_len, rsp->fcp_sense_len); in fcp_complete_pkt() 8916 rqlen = (uchar_t)min(rsp->fcp_sense_len, in fcp_complete_pkt() 8936 rsp->fcp_response_len, rsp->fcp_sense_len); in fcp_complete_pkt() 9281 if (rsp->fcp_u.fcp_status.sense_len_set && rsp->fcp_sense_len > in fcp_validate_fcp_response() 11762 rsp->fcp_response_len, rsp->fcp_sense_len); in fcp_reset_target() 15311 rsp->fcp_response_len, rsp->fcp_sense_len); in fcp_print_error()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_isr.c | 2532 fcpr->fcp_sense_len = sense_sz; in ql_status_error()
|
/titanic_41/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 3624 rsp->fcp_sense_len >= in sf_reportlun_callback() 5544 uchar_t rqlen = min(rsp->fcp_sense_len, in sf_cmd_callback()
|