Searched refs:SCSI_SNS_CNT (Results 1 – 2 of 2) sorted by relevance
1837 #define SCSI_SNS_CNT(x) x->cnt2 macro
10269 SCSI_SNS_CNT(cmdinfo) = 24 + LE_SWAP32(fcp_rsp->rspSnsLen) + in emlxs_dfc_send_scsi_fcp()10273 SCSI_SNS_CNT(cmdinfo) = LE_SWAP32(fcp_rsp->rspSnsLen); in emlxs_dfc_send_scsi_fcp()10277 if (SCSI_SNS_CNT(cmdinfo)) { in emlxs_dfc_send_scsi_fcp()10278 bcopy(ptr, (void *)dfc->buf4, SCSI_SNS_CNT(cmdinfo)); in emlxs_dfc_send_scsi_fcp()