Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h868 #define FCP_TGT_ILLREQ 0x10 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c6771 ptgt->tgt_state &= ~FCP_TGT_ILLREQ; in fcp_check_reportlun()
6835 (ptgt->tgt_state & FCP_TGT_ILLREQ)) { in fcp_check_reportlun()
6836 ptgt->tgt_state &= ~FCP_TGT_ILLREQ; in fcp_check_reportlun()
6860 ptgt->tgt_state |= FCP_TGT_ILLREQ; in fcp_check_reportlun()
7145 ptgt->tgt_state &= ~FCP_TGT_ILLREQ; in fcp_scsi_callback()