Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c964 static uchar_t fcp_oflag = FCP_IDLE; /* open flag */ variable
1309 if (fcp_oflag & FCP_EXCL) { in fcp_open()
1315 if (fcp_oflag & FCP_OPEN) { in fcp_open()
1319 fcp_oflag |= FCP_EXCL; in fcp_open()
1321 fcp_oflag |= FCP_OPEN; in fcp_open()
1337 if (!(fcp_oflag & FCP_OPEN)) { in fcp_close()
1341 fcp_oflag = FCP_IDLE; in fcp_close()
1372 if (!(fcp_oflag & FCP_OPEN)) { in fcp_ioctl()
1641 if (fcp_oflag & FCP_BUSY) { in fcp_setup_device_data_ioctl()
1650 fcp_oflag |= FCP_BUSY; in fcp_setup_device_data_ioctl()
[all …]