Home
last modified time | relevance | path

Searched refs:v_retval (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_vf_mbx.h18 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval,
32 u32 __always_unused v_retval, u8 __always_unused *msg, in ice_aq_send_msg_to_vf() argument
Dice_virtchnl.h64 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen);
77 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() argument
Dice_vf_mbx.c22 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()
Dice_virtchnl.c178 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-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c69 u32 v_retval; in iavf_poll_virtchnl_msg() local
84 v_retval = le32_to_cpu(event->desc.cookie_low); in iavf_poll_virtchnl_msg()
85 return virtchnl_status_to_errno((enum virtchnl_status_code)v_retval); in iavf_poll_virtchnl_msg()
1900 enum iavf_status v_retval, u8 *msg, u16 msglen) in iavf_virtchnl_completion() argument
1961 if (v_retval) { in iavf_virtchnl_completion()
1965 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion()
1969 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion()
1977 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion()
1981 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion()
1985 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion()
[all …]
Diavf_prototype.h61 enum iavf_status v_retval,
Diavf_common.c739 enum iavf_status v_retval, in iavf_aq_send_msg_to_pf() argument
750 desc.cookie_low = cpu_to_le32(v_retval); in iavf_aq_send_msg_to_pf()
Diavf.h565 enum iavf_status v_retval, u8 *msg, u16 msglen);
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h118 u32 v_retval, u8 *msg, u16 msglen);
Di40e_prototype.h188 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
Di40e_virtchnl_pf.c20 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()
1955 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument
1970 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf()
4109 u32 __always_unused v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument
Di40e_common.c2851 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()