Searched refs:mbxdata (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl.h | 67 struct ice_mbx_data *mbxdata); 89 struct ice_mbx_data *mbxdata) in ice_vc_process_vf_msg() 88 ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event, struct ice_mbx_data *mbxdata) ice_vc_process_vf_msg() argument
|
H A D | ice_virtchnl.c | 3851 * @mbxdata: data about the state of the mailbox 3857 ice_is_malicious_vf(struct ice_vf *vf, struct ice_mbx_data *mbxdata) in ice_is_malicious_vf() argument 3871 status = ice_mbx_vf_state_handler(&pf->hw, mbxdata, &vf->mbx_info, in ice_is_malicious_vf() 3893 * @mbxdata: information used to detect VF attempting mailbox overflow 3899 struct ice_mbx_data *mbxdata) in ice_vc_process_vf_msg() 3922 if (ice_is_malicious_vf(vf, mbxdata)) in ice_vc_process_vf_msg() 3898 ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event, struct ice_mbx_data *mbxdata) ice_vc_process_vf_msg() argument
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A 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()
|
Completed in 9 milliseconds