Home
last modified time | relevance | path

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

/Linux-v5.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()
1812 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, in ice_vc_send_msg_to_vf() argument
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()
3642 u32 v_opcode = le32_to_cpu(event->desc.cookie_high); in ice_vc_process_vf_msg() local
3665 err = virtchnl_vc_validate_vf_msg(&vf->vf_ver, v_opcode, msg, msglen); in ice_vc_process_vf_msg()
3675 ice_vc_send_msg_to_vf(vf, v_opcode, VIRTCHNL_STATUS_ERR_PARAM, in ice_vc_process_vf_msg()
3678 vf_id, v_opcode, msglen, err); in ice_vc_process_vf_msg()
3682 switch (v_opcode) { in ice_vc_process_vf_msg()
[all …]
/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c1226 enum virtchnl_ops v_opcode, in iavf_virtchnl_completion() argument
1231 if (v_opcode == VIRTCHNL_OP_EVENT) { in iavf_virtchnl_completion()
1290 switch (v_opcode) { in iavf_virtchnl_completion()
1363 v_opcode); in iavf_virtchnl_completion()
1366 switch (v_opcode) { in iavf_virtchnl_completion()
1430 if (v_opcode != adapter->current_op) in iavf_virtchnl_completion()
1453 "Invalid message %d from PF\n", v_opcode); in iavf_virtchnl_completion()
1494 if (adapter->current_op && (v_opcode != adapter->current_op)) in iavf_virtchnl_completion()
1496 adapter->current_op, v_opcode); in iavf_virtchnl_completion()
Diavf_prototype.h65 enum virtchnl_ops v_opcode,
Diavf.h421 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()
/Linux-v5.10/include/linux/avf/
Dvirtchnl.h157 enum virtchnl_ops v_opcode; /* avoid confusion with desc->opcode */ member
681 virtchnl_vc_validate_vf_msg(struct virtchnl_version_info *ver, u32 v_opcode, in virtchnl_vc_validate_vf_msg() argument
688 switch (v_opcode) { in virtchnl_vc_validate_vf_msg()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h119 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()
1807 static int i40e_vc_send_msg_to_vf(struct i40e_vf *vf, u32 v_opcode, in i40e_vc_send_msg_to_vf() argument
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()
3818 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, in i40e_vc_process_vf_msg() argument
3836 ret = virtchnl_vc_validate_vf_msg(&vf->vf_ver, v_opcode, msg, msglen); in i40e_vc_process_vf_msg()
3839 i40e_vc_send_resp_to_vf(vf, v_opcode, I40E_ERR_PARAM); in i40e_vc_process_vf_msg()
3841 local_vf_id, v_opcode, msglen); in i40e_vc_process_vf_msg()
3850 switch (v_opcode) { 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()