Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1110 #define FCP_LUN_CAP_RESET 0x01 macro
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c11858 plun->lun_cap |= FCP_LUN_CAP_RESET; in fcp_commoncap()
11860 plun->lun_cap &= ~FCP_LUN_CAP_RESET; in fcp_commoncap()
11928 rval = ((plun->lun_cap & FCP_LUN_CAP_RESET) != 0) ? in fcp_commoncap()