Searched refs:mbxdata (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/ice/ |
D | ice_virtchnl.h | 67 struct ice_mbx_data *mbxdata); 89 struct ice_mbx_data *mbxdata) in ice_vc_process_vf_msg() argument
|
D | ice_virtchnl.c | 3841 ice_is_malicious_vf(struct ice_vf *vf, struct ice_mbx_data *mbxdata) in ice_is_malicious_vf() argument 3855 status = ice_mbx_vf_state_handler(&pf->hw, mbxdata, &vf->mbx_info, in ice_is_malicious_vf() 3883 struct ice_mbx_data *mbxdata) in ice_vc_process_vf_msg() argument 3906 if (ice_is_malicious_vf(vf, mbxdata)) in ice_vc_process_vf_msg()
|
/Linux-v6.6/drivers/scsi/elx/efct/ |
D | efct_hw.c | 3105 u8 mbxdata[SLI4_BMBX_SIZE]; in efct_hw_get_link_stats() local 3115 if (!sli_cmd_read_link_stats(&hw->sli, mbxdata, req_ext_counters, in efct_hw_get_link_stats() 3117 rc = efct_hw_command(hw, mbxdata, EFCT_CMD_NOWAIT, in efct_hw_get_link_stats() 3189 u8 mbxdata[SLI4_BMBX_SIZE]; in efct_hw_get_host_stats() local 3199 if (!sli_cmd_read_status(&hw->sli, mbxdata, cc)) in efct_hw_get_host_stats() 3200 rc = efct_hw_command(hw, mbxdata, EFCT_CMD_NOWAIT, in efct_hw_get_host_stats() 3305 u8 mbxdata[SLI4_BMBX_SIZE]; in efct_hw_firmware_write() local 3317 if (!sli_cmd_common_write_object(&hw->sli, mbxdata, in efct_hw_firmware_write() 3320 rc = efct_hw_command(hw, mbxdata, EFCT_CMD_NOWAIT, in efct_hw_firmware_write()
|