Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fcoe/
H A Dfcoeio.h57 #define FCOEIO_XFER_READ 0x01 macro
59 #define FCOEIO_XFER_RW (FCOEIO_XFER_READ | FCOEIO_XFER_WRITE)
/titanic_41/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c750 fcoeio.fcoeio_xfer = FCOEIO_XFER_READ; in FCOE_GetPortList()
/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe.c794 if (fcoeio->fcoeio_xfer != FCOEIO_XFER_READ || in fcoe_iocmd()