Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_vf_mbx.h18 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval,
35 u32 __always_unused v_retval, u8 __always_unused *msg, in ice_aq_send_msg_to_vf() argument
H A Dice_virtchnl.h91 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen);
104 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() argument
H A 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()
H A 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-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c71 u32 v_retval; in iavf_poll_virtchnl_msg() local
2359 if (v_retval) { in iavf_virtchnl_completion()
2406 v_retval)); in iavf_virtchnl_completion()
2425 v_retval)); in iavf_virtchnl_completion()
2442 v_retval)); in iavf_virtchnl_completion()
2466 v_retval)); in iavf_virtchnl_completion()
2501 v_retval)); in iavf_virtchnl_completion()
2553 v_retval, iavf_stat_str(&adapter->hw, v_retval), in iavf_virtchnl_completion()
2559 if (!v_retval) in iavf_virtchnl_completion()
2902 if (!v_retval) in iavf_virtchnl_completion()
[all …]
H A Diavf_prototype.h49 enum iavf_status v_retval,
H A Diavf_common.c450 enum iavf_status v_retval, in iavf_aq_send_msg_to_pf() argument
461 desc.cookie_low = cpu_to_le32(v_retval); in iavf_aq_send_msg_to_pf()
H A Diavf.h613 enum iavf_status v_retval, u8 *msg, u16 msglen);
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq.c79 desc->v_retval = 0; in idpf_ctlq_init_rxq_bufs()
293 desc->v_retval = cpu_to_le32(msg->cookie.mbx.chnl_retval); in idpf_ctlq_send()
583 le32_to_cpu(desc->v_retval); in idpf_ctlq_recv()
H A Didpf_controlq.h44 __le32 v_retval; member
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h129 u32 v_retval, u8 *msg, u16 msglen);
H A Di40e_prototype.h169 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
H A Di40e_virtchnl_pf.c22 int v_retval, u8 *msg, in i40e_vc_vf_broadcast() argument
39 i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_vf_broadcast()
1975 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument
1990 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf()
4172 u32 __always_unused v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument
H A Di40e_common.c2420 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument
2431 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf()