Searched refs:EFCT_CMD_NOWAIT (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/scsi/elx/efct/ |
D | efct_hw.c | 198 rc = efct_hw_command(hw, buf, EFCT_CMD_NOWAIT, in efct_hw_cb_link() 1412 } else if (opts == EFCT_CMD_NOWAIT) { in efct_hw_command() 1566 rc = efct_hw_command(hw, cmd, EFCT_CMD_NOWAIT, efct_mbox_rsp_cb, ctx); in efct_issue_mbox_rqst() 3117 rc = efct_hw_command(hw, mbxdata, EFCT_CMD_NOWAIT, in efct_hw_get_link_stats() 3200 rc = efct_hw_command(hw, mbxdata, EFCT_CMD_NOWAIT, in efct_hw_get_host_stats() 3255 rc = efct_hw_command(hw, ctx->cmd, EFCT_CMD_NOWAIT, efct_hw_async_cb, in efct_hw_async_call() 3320 rc = efct_hw_command(hw, mbxdata, EFCT_CMD_NOWAIT, in efct_hw_firmware_write() 3352 rc = efct_hw_command(hw, link, EFCT_CMD_NOWAIT, in efct_hw_port_control() 3364 rc = efct_hw_command(hw, link, EFCT_CMD_NOWAIT, in efct_hw_port_control() 3373 rc = efct_hw_command(hw, link, EFCT_CMD_NOWAIT, in efct_hw_port_control()
|
D | efct_hw.h | 80 EFCT_CMD_NOWAIT, enumerator
|