/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A 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() 17 ice_aq_send_msg_to_vf(struct ice_hw __always_unused *hw, u16 __always_unused vfid, u32 __always_unused v_opcode, u32 __always_unused v_retval, u8 __always_unused *msg, u16 __always_unused msglen, struct ice_sq_cd __always_unused *cd) ice_aq_send_msg_to_vf() argument
|
H A D | ice_sriov.c | 13 * @v_retval: return error code 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()
|
H A D | ice_virtchnl_pf.c | 74 * @v_retval: return value 80 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_vf_broadcast() 96 ice_aq_send_msg_to_vf(hw, vf->vf_id, v_opcode, v_retval, msg, in ice_vc_vf_broadcast() 1829 * @v_retval: virtual channel return value 1837 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() 1852 aq_ret = ice_aq_send_msg_to_vf(&pf->hw, vf->vf_id, v_opcode, v_retval, in ice_vc_send_msg_to_vf() 79 ice_vc_vf_broadcast(struct ice_pf *pf, enum virtchnl_ops v_opcode, enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) ice_vc_vf_broadcast() argument 1836 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) ice_vc_send_msg_to_vf() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H 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, 32 u32 __always_unused v_retval, u8 __always_unused *msg, in ice_aq_send_msg_to_vf() 30 ice_aq_send_msg_to_vf(struct ice_hw __always_unused *hw, u16 __always_unused vfid, u32 __always_unused v_opcode, u32 __always_unused v_retval, u8 __always_unused *msg, u16 __always_unused msglen, struct ice_sq_cd __always_unused *cd) ice_aq_send_msg_to_vf() argument
|
H A D | ice_virtchnl.h | 64 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() 76 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) ice_vc_send_msg_to_vf() argument
|
H A D | ice_vf_mbx.c | 12 * @v_retval: return error code 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()
|
H A D | ice_virtchnl.c | 172 * @v_retval: return value 178 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_vf_broadcast() 194 ice_aq_send_msg_to_vf(hw, vf->vf_id, v_opcode, v_retval, msg, in ice_vc_vf_broadcast() 288 * @v_retval: virtual channel return value 296 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() 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() 177 ice_vc_vf_broadcast(struct ice_pf *pf, enum virtchnl_ops v_opcode, enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) ice_vc_vf_broadcast() argument 295 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) ice_vc_send_msg_to_vf() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_virtchnl.c | 69 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() 1958 * @v_retval: retval sent by PF 1968 enum iavf_status v_retval, u8 *msg, u16 msglen) in iavf_virtchnl_completion() 2029 if (v_retval) { in iavf_virtchnl_completion() 2033 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 2037 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 2045 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 2049 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1966 iavf_virtchnl_completion(struct iavf_adapter *adapter, enum virtchnl_ops v_opcode, enum iavf_status v_retval, u8 *msg, u16 msglen) iavf_virtchnl_completion() argument [all...] |
H A D | iavf_prototype.h | 61 enum iavf_status v_retval,
|
H A D | iavf.h | 568 enum iavf_status v_retval, u8 *msg, u16 msglen);
|
H A D | iavf_common.c | 728 * @v_retval: return error code 739 enum iavf_status v_retval, in iavf_aq_send_msg_to_pf() 750 desc.cookie_low = cpu_to_le32(v_retval); in iavf_aq_send_msg_to_pf() 737 iavf_aq_send_msg_to_pf(struct iavf_hw *hw, enum virtchnl_ops v_opcode, enum iavf_status v_retval, u8 *msg, u16 msglen, struct iavf_asq_cmd_details *cmd_details) iavf_aq_send_msg_to_pf() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_virtchnl.c | 1261 * @v_retval: retval sent by PF 1271 enum iavf_status v_retval, u8 *msg, u16 msglen) in iavf_virtchnl_completion() 1333 if (v_retval) { in iavf_virtchnl_completion() 1337 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1341 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1348 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1352 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1356 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1364 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 1379 v_retval)); in iavf_virtchnl_completion() 1269 iavf_virtchnl_completion(struct iavf_adapter *adapter, enum virtchnl_ops v_opcode, enum iavf_status v_retval, u8 *msg, u16 msglen) iavf_virtchnl_completion() argument [all...] |
H A D | iavf_prototype.h | 66 enum iavf_status v_retval,
|
H A D | iavf.h | 434 enum iavf_status v_retval, u8 *msg, u16 msglen);
|
H A D | iavf_common.c | 871 * @v_retval: return error code 882 enum iavf_status v_retval, in iavf_aq_send_msg_to_pf() 893 desc.cookie_low = cpu_to_le32(v_retval); in iavf_aq_send_msg_to_pf() 880 iavf_aq_send_msg_to_pf(struct iavf_hw *hw, enum virtchnl_ops v_opcode, enum iavf_status v_retval, u8 *msg, u16 msglen, struct iavf_asq_cmd_details *cmd_details) iavf_aq_send_msg_to_pf() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.h | 119 u32 v_retval, u8 *msg, u16 msglen);
|
H A D | i40e_prototype.h | 162 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, 389 i40e_status v_retval,
|
H A D | i40e_virtchnl_pf.c | 12 * @v_retval: return value 20 i40e_status v_retval, u8 *msg, in i40e_vc_vf_broadcast() 37 i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_vf_broadcast() 1919 * @v_retval: virtual channel return value 1926 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() 1941 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf() 4003 * @v_retval: unused return value code 4011 u32 __always_unused v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() 18 i40e_vc_vf_broadcast(struct i40e_pf *pf, enum virtchnl_ops v_opcode, i40e_status v_retval, u8 *msg, u16 msglen) i40e_vc_vf_broadcast() argument 1925 i40e_vc_send_msg_to_vf(struct i40e_vf *vf, u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen) i40e_vc_send_msg_to_vf() argument 4010 i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, u32 __always_unused v_retval, u8 *msg, u16 msglen) i40e_vc_process_vf_msg() argument
|
H A D | i40e_common.c | 2967 * @v_retval: return error code 2975 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() 2986 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf() 2974 i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, struct i40e_asq_cmd_details *cmd_details) i40e_aq_send_msg_to_vf() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.h | 119 u32 v_retval, u8 *msg, u16 msglen);
|
H A D | i40e_prototype.h | 188 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
|
H A D | i40e_virtchnl_pf.c | 12 * @v_retval: return value 20 int v_retval, u8 *msg, in i40e_vc_vf_broadcast() 37 i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_vf_broadcast() 1974 * @v_retval: virtual channel return value 1981 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() 1996 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf() 4165 * @v_retval: unused return value code 4173 u32 __always_unused v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() 18 i40e_vc_vf_broadcast(struct i40e_pf *pf, enum virtchnl_ops v_opcode, int v_retval, u8 *msg, u16 msglen) i40e_vc_vf_broadcast() argument 1980 i40e_vc_send_msg_to_vf(struct i40e_vf *vf, u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen) i40e_vc_send_msg_to_vf() argument 4172 i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, u32 __always_unused v_retval, u8 *msg, u16 msglen) i40e_vc_process_vf_msg() argument
|
H A D | i40e_common.c | 2843 * @v_retval: return error code 2851 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() 2862 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf() 2850 i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, struct i40e_asq_cmd_details *cmd_details) i40e_aq_send_msg_to_vf() argument
|
/kernel/linux/linux-5.10/include/linux/avf/ |
H A D | virtchnl.h | 31 * The PF is required to return a status code in v_retval for all messages 158 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member
|