Searched refs:mbxdata (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_hw.c | 3106 u8 mbxdata[SLI4_BMBX_SIZE]; in efct_hw_get_link_stats() local 3116 if (!sli_cmd_read_link_stats(&hw->sli, mbxdata, req_ext_counters, in efct_hw_get_link_stats() 3118 rc = efct_hw_command(hw, mbxdata, EFCT_CMD_NOWAIT, in efct_hw_get_link_stats() 3190 u8 mbxdata[SLI4_BMBX_SIZE]; in efct_hw_get_host_stats() local 3200 if (!sli_cmd_read_status(&hw->sli, mbxdata, cc)) in efct_hw_get_host_stats() 3201 rc = efct_hw_command(hw, mbxdata, EFCT_CMD_NOWAIT, in efct_hw_get_host_stats() 3306 u8 mbxdata[SLI4_BMBX_SIZE]; in efct_hw_firmware_write() local 3318 if (!sli_cmd_common_write_object(&hw->sli, mbxdata, in efct_hw_firmware_write() 3321 rc = efct_hw_command(hw, mbxdata, EFCT_CMD_NOWAIT, in efct_hw_firmware_write()
|