Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fcoe/
H A Dfcoeio.h58 #define FCOEIO_XFER_WRITE 0x02 macro
59 #define FCOEIO_XFER_RW (FCOEIO_XFER_READ | FCOEIO_XFER_WRITE)
/titanic_50/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c552 fcoeio.fcoeio_xfer = FCOEIO_XFER_WRITE; in FCOE_CreatePort()
/titanic_50/usr/src/uts/common/io/fcoe/
H A Dfcoe.c680 fcoeio->fcoeio_xfer != FCOEIO_XFER_WRITE) { in fcoe_iocmd()