| /Linux-v5.10/drivers/net/ethernet/intel/ice/ |
| D | ice_sriov.h | 11 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
|
| D | ice_sriov.c | 23 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()
|
| D | ice_virtchnl_pf.c | 80 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_vf_broadcast() argument 96 ice_aq_send_msg_to_vf(hw, vf->vf_id, v_opcode, v_retval, msg, in ice_vc_vf_broadcast() 1813 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() argument 1829 if (v_retval) { in ice_vc_send_msg_to_vf() 1832 v_opcode, v_retval); in ice_vc_send_msg_to_vf() 1846 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.10/drivers/net/ethernet/intel/iavf/ |
| D | iavf_virtchnl.c | 1227 enum iavf_status v_retval, u8 *msg, u16 msglen) in iavf_virtchnl_completion() argument 1289 if (v_retval) { in iavf_virtchnl_completion() 1293 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1297 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1303 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1307 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1311 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1319 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1334 v_retval)); in iavf_virtchnl_completion() 1353 v_retval)); in iavf_virtchnl_completion() [all …]
|
| D | iavf_prototype.h | 66 enum iavf_status v_retval,
|
| D | iavf.h | 422 enum iavf_status v_retval, u8 *msg, u16 msglen);
|
| D | iavf_common.c | 882 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.10/drivers/net/ethernet/intel/i40e/ |
| D | i40e_virtchnl_pf.h | 120 u32 v_retval, u8 *msg, u16 msglen);
|
| D | i40e_prototype.h | 162 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, 389 i40e_status v_retval,
|
| 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() 1808 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument 1824 if (v_retval) { in i40e_vc_send_msg_to_vf() 1827 vf->vf_id, v_opcode, v_retval); in i40e_vc_send_msg_to_vf() 1842 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf() 3819 u32 __always_unused v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument
|
| D | i40e_common.c | 2975 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument 2986 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf()
|
| /Linux-v5.10/include/linux/avf/ |
| D | virtchnl.h | 158 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member
|