Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c661 fcoeio->fcoeio_status = FCOEIOE_BUSY; in fcoe_iocmd()
669 fcoeio->fcoeio_status = 0; in fcoe_iocmd()
681 fcoeio->fcoeio_status = FCOEIOE_INVAL_ARG; in fcoe_iocmd()
697 fcoeio->fcoeio_status = FCOEIOE_ALREADY; in fcoe_iocmd()
702 &fcoeio->fcoeio_status); in fcoe_iocmd()
706 if (fcoeio->fcoeio_status == 0) { in fcoe_iocmd()
707 fcoeio->fcoeio_status = in fcoe_iocmd()
776 fcoeio->fcoeio_status = FCOEIOE_INVAL_ARG; in fcoe_iocmd()
796 fcoeio->fcoeio_status = FCOEIOE_INVAL_ARG; in fcoe_iocmd()
808 fcoeio->fcoeio_status = FCOEIOE_MORE_DATA; in fcoe_iocmd()
[all …]
H A Dfcoe_fc.c474 fcoeio->fcoeio_status = FCOEIOE_MAC_NOT_FOUND; in fcoe_delete_port()
480 fcoeio->fcoeio_status = FCOEIOE_ALREADY; in fcoe_delete_port()
502 fcoeio->fcoeio_status = FCOEIOE_OFFLINE_FAILURE; in fcoe_delete_port()
/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoeio.h90 fcoeio_stat_t fcoeio_status; /* FC internal error status */ member
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c557 switch (fcoeio.fcoeio_status) { in FCOE_CreatePort()
663 switch (fcoeio.fcoeio_status) { in FCOE_DeletePort()
755 if (fcoeio.fcoeio_status == FCOEIOE_MORE_DATA) { in FCOE_GetPortList()
759 switch (fcoeio.fcoeio_status) { in FCOE_GetPortList()