Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_xport.h174 efct_xport_control(struct efct_xport *xport, enum efct_xport_ctrl cmd, ...);
H A Defct_xport.c527 efct_xport_control(struct efct_xport *xport, enum efct_xport_ctrl cmd, ...) in efct_xport_control() function
889 if (efct_xport_control(efct->xport, EFCT_XPORT_PORT_OFFLINE)) in efct_issue_lip()
892 if (efct_xport_control(efct->xport, EFCT_XPORT_PORT_ONLINE)) in efct_issue_lip()
H A Defct_driver.c214 if (efct_xport_control(efct->xport, EFCT_XPORT_SHUTDOWN)) in efct_device_detach()
H A Defct_lio.c116 ret = efct_xport_control(efct->xport, EFCT_XPORT_PORT_ONLINE); in efct_lio_tpg_enable_store()