Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_sriov.h11 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval,
19 u32 __always_unused v_retval, u8 __always_unused *msg, in ice_aq_send_msg_to_vf() argument
Dice_sriov.c23 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
35 desc.cookie_low = cpu_to_le32(v_retval); in ice_aq_send_msg_to_vf()
Dice_virtchnl_pf.c48 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_vf_broadcast() argument
63 ice_aq_send_msg_to_vf(hw, vf->vf_id, v_opcode, v_retval, msg, in ice_vc_vf_broadcast()
1521 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() argument
1533 if (v_retval) { in ice_vc_send_msg_to_vf()
1536 vf->vf_id, v_opcode, v_retval); in ice_vc_send_msg_to_vf()
1551 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-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c1183 enum iavf_status v_retval, u8 *msg, u16 msglen) in iavf_virtchnl_completion() argument
1246 if (v_retval) { in iavf_virtchnl_completion()
1250 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion()
1254 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion()
1260 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion()
1264 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion()
1268 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion()
1276 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion()
1291 v_retval)); in iavf_virtchnl_completion()
1310 v_retval)); in iavf_virtchnl_completion()
[all …]
Diavf_prototype.h66 enum iavf_status v_retval,
Diavf.h405 enum iavf_status v_retval, u8 *msg, u16 msglen);
Diavf_common.c882 enum iavf_status v_retval, in iavf_aq_send_msg_to_pf() argument
893 desc.cookie_low = cpu_to_le32(v_retval); in iavf_aq_send_msg_to_pf()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h122 u32 v_retval, u8 *msg, u16 msglen);
Di40e_prototype.h162 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
387 i40e_status v_retval,
Di40e_virtchnl_pf.c20 i40e_status 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()
1736 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument
1752 if (v_retval) { in i40e_vc_send_msg_to_vf()
1755 vf->vf_id, v_opcode, v_retval); in i40e_vc_send_msg_to_vf()
1770 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf()
3735 u32 __always_unused v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument
Di40e_common.c2932 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument
2943 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf()
/Linux-v5.4/include/linux/avf/
Dvirtchnl.h158 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member