Searched refs:efct_hw_command (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/elx/efct/ |
D | efct_hw.c | 64 rc = efct_hw_command(hw, buf, EFCT_CMD_POLL, NULL, NULL); in efct_hw_read_max_dump_size() 198 rc = efct_hw_command(hw, buf, EFCT_CMD_NOWAIT, in efct_hw_cb_link() 650 rc = efct_hw_command(hw, cmd, EFCT_CMD_POLL, NULL, NULL); in efct_hw_init_prereg_io() 708 rc = efct_hw_command(hw, buf, EFCT_CMD_POLL, NULL, NULL); in efct_hw_config_set_fdt_xfer_hint() 765 rc = efct_hw_command(hw, buf, EFCT_CMD_POLL, NULL, NULL); in efct_hw_config_rq() 815 rc = efct_hw_command(hw, buf, EFCT_CMD_POLL, NULL, NULL); in efct_hw_config_mrq() 872 rc = efct_hw_command(hw, buf, EFCT_CMD_POLL, NULL, NULL); in efct_hw_config_sli_port_health_check() 1375 efct_hw_command(struct efct_hw *hw, u8 *cmd, u32 opts, void *cb, void *arg) in efct_hw_command() function 1567 rc = efct_hw_command(hw, cmd, EFCT_CMD_NOWAIT, efct_mbox_rsp_cb, ctx); in efct_issue_mbox_rqst() 3118 rc = efct_hw_command(hw, mbxdata, EFCT_CMD_NOWAIT, in efct_hw_get_link_stats() [all …]
|
D | efct_hw.h | 609 efct_hw_command(struct efct_hw *hw, u8 *cmd, u32 opts, void *cb,
|