Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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,
18 u16 __always_unused vfid, u32 __always_unused v_opcode, 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
34 desc.cookie_high = cpu_to_le32(v_opcode); in ice_aq_send_msg_to_vf()
Dice_virtchnl_pf.c79 ice_vc_vf_broadcast(struct ice_pf *pf, enum virtchnl_ops v_opcode, 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()
1817 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, in ice_vc_send_msg_to_vf() argument
1837 v_opcode, v_retval); in ice_vc_send_msg_to_vf()
1851 aq_ret = ice_aq_send_msg_to_vf(&pf->hw, vf->vf_id, v_opcode, v_retval, in ice_vc_send_msg_to_vf()
3682 u32 v_opcode = le32_to_cpu(event->desc.cookie_high); in ice_vc_process_vf_msg() local
3705 err = virtchnl_vc_validate_vf_msg(&vf->vf_ver, v_opcode, msg, msglen); in ice_vc_process_vf_msg()
3715 ice_vc_send_msg_to_vf(vf, v_opcode, VIRTCHNL_STATUS_ERR_PARAM, in ice_vc_process_vf_msg()
3718 vf_id, v_opcode, msglen, err); in ice_vc_process_vf_msg()
3722 switch (v_opcode) { in ice_vc_process_vf_msg()
[all …]
/kernel/linux/linux-5.10/include/linux/avf/
Dvirtchnl.h157 enum virtchnl_ops v_opcode; /* avoid confusion with desc->opcode */ member
679 virtchnl_vc_validate_vf_msg(struct virtchnl_version_info *ver, u32 v_opcode, in virtchnl_vc_validate_vf_msg() argument
686 switch (v_opcode) { in virtchnl_vc_validate_vf_msg()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c1267 enum virtchnl_ops v_opcode, in iavf_virtchnl_completion() argument
1272 if (v_opcode == VIRTCHNL_OP_EVENT) { in iavf_virtchnl_completion()
1331 switch (v_opcode) { in iavf_virtchnl_completion()
1405 v_opcode); in iavf_virtchnl_completion()
1408 switch (v_opcode) { in iavf_virtchnl_completion()
1473 if (v_opcode != adapter->current_op) in iavf_virtchnl_completion()
1496 "Invalid message %d from PF\n", v_opcode); in iavf_virtchnl_completion()
1537 if (adapter->current_op && (v_opcode != adapter->current_op)) in iavf_virtchnl_completion()
1539 adapter->current_op, v_opcode); in iavf_virtchnl_completion()
Diavf_prototype.h65 enum virtchnl_ops v_opcode,
Diavf.h422 enum virtchnl_ops v_opcode,
Diavf_common.c881 enum virtchnl_ops v_opcode, in iavf_aq_send_msg_to_pf() argument
892 desc.cookie_high = cpu_to_le32(v_opcode); in iavf_aq_send_msg_to_pf()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h121 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode,
Di40e_virtchnl_pf.c19 enum virtchnl_ops v_opcode, 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()
1877 static int i40e_vc_send_msg_to_vf_ex(struct i40e_vf *vf, u32 v_opcode, in i40e_vc_send_msg_to_vf_ex() argument
1898 vf->vf_id, v_opcode, v_retval); in i40e_vc_send_msg_to_vf_ex()
1913 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf_ex()
1935 static int i40e_vc_send_msg_to_vf(struct i40e_vf *vf, u32 v_opcode, in i40e_vc_send_msg_to_vf() argument
1938 return i40e_vc_send_msg_to_vf_ex(vf, v_opcode, v_retval, in i40e_vc_send_msg_to_vf()
3976 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, in i40e_vc_process_vf_msg() argument
3994 ret = virtchnl_vc_validate_vf_msg(&vf->vf_ver, v_opcode, msg, msglen); in i40e_vc_process_vf_msg()
3997 i40e_vc_send_resp_to_vf(vf, v_opcode, I40E_ERR_PARAM); in i40e_vc_process_vf_msg()
[all …]
Di40e_prototype.h162 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
388 enum virtchnl_ops v_opcode,
Di40e_common.c2975 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument
2985 desc.cookie_high = cpu_to_le32(v_opcode); in i40e_aq_send_msg_to_vf()