/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_vf_mbx.h | 18 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, 37 u32 __always_unused v_retval, u8 __always_unused *msg, in ice_aq_send_msg_to_vf() argument
|
A D | ice_virtchnl.h | 64 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen); 75 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() argument
|
A D | ice_vf_mbx.c | 22 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, in ice_aq_send_msg_to_vf() argument 34 desc.cookie_low = cpu_to_le32(v_retval); in ice_aq_send_msg_to_vf()
|
A D | ice_virtchnl.c | 178 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_vf_broadcast() argument 194 ice_aq_send_msg_to_vf(hw, vf->vf_id, v_opcode, v_retval, msg, in ice_vc_vf_broadcast() 296 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() argument 305 aq_ret = ice_aq_send_msg_to_vf(&pf->hw, vf->vf_id, v_opcode, v_retval, in ice_vc_send_msg_to_vf()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/ |
A D | iavf_virtchnl.c | 69 u32 v_retval; in iavf_poll_virtchnl_msg() local 1965 if (v_retval) { in iavf_virtchnl_completion() 2012 v_retval)); in iavf_virtchnl_completion() 2031 v_retval)); in iavf_virtchnl_completion() 2048 v_retval)); in iavf_virtchnl_completion() 2071 v_retval)); in iavf_virtchnl_completion() 2106 v_retval)); in iavf_virtchnl_completion() 2133 v_retval, iavf_stat_str(&adapter->hw, v_retval), in iavf_virtchnl_completion() 2139 if (!v_retval) in iavf_virtchnl_completion() 2466 if (!v_retval) in iavf_virtchnl_completion() [all …]
|
A D | iavf_prototype.h | 66 enum iavf_status v_retval,
|
A D | iavf_common.c | 770 enum iavf_status v_retval, in iavf_aq_send_msg_to_pf() argument 781 desc.cookie_low = cpu_to_le32(v_retval); in iavf_aq_send_msg_to_pf()
|
A D | iavf.h | 562 enum iavf_status v_retval, u8 *msg, u16 msglen);
|
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A D | i40e_virtchnl_pf.h | 118 u32 v_retval, u8 *msg, u16 msglen);
|
A D | i40e_prototype.h | 193 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, 433 int v_retval,
|
A D | i40e_virtchnl_pf.c | 20 int v_retval, u8 *msg, in i40e_vc_vf_broadcast() argument 37 i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_vf_broadcast() 1954 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument 1969 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf() 4042 u32 __always_unused v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument
|
A D | i40e_common.c | 2851 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument 2862 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf()
|