Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_xport.h11 EFCT_XPORT_PORT_ONLINE = 1, enumerator
H A Defct_xport.c291 result->value = EFCT_XPORT_PORT_ONLINE; in efct_xport_status()
536 case EFCT_XPORT_PORT_ONLINE: { in efct_xport_control()
733 if ((!rc) && (status.value == EFCT_XPORT_PORT_ONLINE)) in efct_get_host_port_state()
892 if (efct_xport_control(efct->xport, EFCT_XPORT_PORT_ONLINE)) in efct_issue_lip()
H A Defct_lio.c116 ret = efct_xport_control(efct->xport, EFCT_XPORT_PORT_ONLINE); in efct_lio_tpg_enable_store()