Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h938 #define FCP_TGT_NODE_ON_DEMAND 0x01 /* create only upon request */ macro
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5027 case FCP_TGT_NODE_ON_DEMAND: in fcp_handle_mapflags()
5031 ptgt->tgt_node_state = FCP_TGT_NODE_ON_DEMAND; in fcp_handle_mapflags()
5042 ptgt->tgt_node_state = FCP_TGT_NODE_ON_DEMAND; in fcp_handle_mapflags()
7989 if (ptgt->tgt_node_state != FCP_TGT_NODE_ON_DEMAND) { in fcp_finish_tgt()