Home
last modified time | relevance | path

Searched refs:mbxdata (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.h76 struct ice_mbx_data *mbxdata);
98 struct ice_mbx_data *mbxdata) in ice_vc_process_vf_msg() argument
H A Dice_virtchnl.c3858 * @mbxdata: data about the state of the mailbox
3864 ice_is_malicious_vf(struct ice_vf *vf, struct ice_mbx_data *mbxdata) in ice_is_malicious_vf() argument
3878 status = ice_mbx_vf_state_handler(&pf->hw, mbxdata, &vf->mbx_info, in ice_is_malicious_vf()
3900 * @mbxdata: information used to detect VF attempting mailbox overflow
3904 * support (ICE_F_MBX_LIMIT) mbxdata is set to NULL and ice_is_malicious_vf
3908 struct ice_mbx_data *mbxdata) in ice_vc_process_vf_msg()
3931 if (mbxdata && ice_is_malicious_vf(vf, mbxdata)) in ice_vc_process_vf_msg()
3906 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
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c3105 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()