Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h868 #define FCP_TGT_ILLREQ 0x10 macro
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c6766 ptgt->tgt_state &= ~FCP_TGT_ILLREQ; in fcp_check_reportlun()
6830 (ptgt->tgt_state & FCP_TGT_ILLREQ)) { in fcp_check_reportlun()
6831 ptgt->tgt_state &= ~FCP_TGT_ILLREQ; in fcp_check_reportlun()
6855 ptgt->tgt_state |= FCP_TGT_ILLREQ; in fcp_check_reportlun()
7140 ptgt->tgt_state &= ~FCP_TGT_ILLREQ; in fcp_scsi_callback()