Home
last modified time | relevance | path

Searched refs:efct_hw_command (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c64 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()
708 rc = efct_hw_command(hw, buf, EFCT_CMD_POLL, NULL, NULL); in efct_hw_config_set_fdt_xfer_hint()
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()
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()
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()
[all …]
H A Defct_hw.h609 efct_hw_command(struct efct_hw *hw, u8 *cmd, u32 opts, void *cb,