/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_sriov.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_sriov.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_pf.h | 209 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen);
|
A D | ice_virtchnl_pf.c | 332 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_vf_broadcast() argument 348 ice_aq_send_msg_to_vf(hw, vf->vf_id, v_opcode, v_retval, msg, in ice_vc_vf_broadcast() 2273 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() argument 2289 if (v_retval) { in ice_vc_send_msg_to_vf() 2292 v_opcode, v_retval); in ice_vc_send_msg_to_vf() 2306 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/drivers/net/ethernet/intel/iavf/ |
A D | iavf_virtchnl.c | 1539 if (v_retval) { in iavf_virtchnl_completion() 1543 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1547 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1554 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1585 v_retval)); in iavf_virtchnl_completion() 1604 v_retval)); in iavf_virtchnl_completion() 1621 v_retval)); in iavf_virtchnl_completion() 1644 v_retval)); in iavf_virtchnl_completion() 1679 v_retval)); in iavf_virtchnl_completion() 1691 v_retval, iavf_stat_str(&adapter->hw, v_retval), in iavf_virtchnl_completion() [all …]
|
A D | iavf_prototype.h | 66 enum iavf_status v_retval,
|
A D | iavf.h | 487 enum iavf_status v_retval, u8 *msg, u16 msglen);
|
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()
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_virtchnl_pf.h | 121 u32 v_retval, u8 *msg, u16 msglen);
|
A D | i40e_prototype.h | 162 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, 396 i40e_status v_retval,
|
A D | i40e_virtchnl_pf.c | 20 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() 1891 u32 v_retval, u8 *msg, u16 msglen, in i40e_vc_send_msg_to_vf_ex() argument 1908 if (v_retval && !is_quiet) { in i40e_vc_send_msg_to_vf_ex() 1911 vf->vf_id, v_opcode, v_retval); in i40e_vc_send_msg_to_vf_ex() 1926 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf_ex() 1949 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument 1951 return i40e_vc_send_msg_to_vf_ex(vf, v_opcode, v_retval, in i40e_vc_send_msg_to_vf() 3914 u32 __always_unused v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument
|
A D | i40e_common.c | 2863 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument 2874 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf()
|
/linux/include/linux/avf/ |
A D | virtchnl.h | 164 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member
|