Home
last modified time | relevance | path

Searched refs:SCSI_SNS_CNT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1837 #define SCSI_SNS_CNT(x) x->cnt2 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c10330 SCSI_SNS_CNT(cmdinfo) = 24 + LE_SWAP32(fcp_rsp->rspSnsLen) + in emlxs_dfc_send_scsi_fcp()
10334 SCSI_SNS_CNT(cmdinfo) = LE_SWAP32(fcp_rsp->rspSnsLen); in emlxs_dfc_send_scsi_fcp()
10338 if (SCSI_SNS_CNT(cmdinfo)) { in emlxs_dfc_send_scsi_fcp()
10339 bcopy(ptr, (void *)dfc->buf4, SCSI_SNS_CNT(cmdinfo)); in emlxs_dfc_send_scsi_fcp()