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()
1836 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, in ice_vc_send_msg_to_vf() argument
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()
3686 u32 v_opcode = le32_to_cpu(event->desc.cookie_high); in ice_vc_process_vf_msg() local
3709 err = virtchnl_vc_validate_vf_msg(&vf->vf_ver, v_opcode, msg, msglen); in ice_vc_process_vf_msg()
3719 ice_vc_send_msg_to_vf(vf, v_opcode, VIRTCHNL_STATUS_ERR_PARAM, in ice_vc_process_vf_msg()
3722 vf_id, v_opcode, msglen, err); in ice_vc_process_vf_msg()
3735 switch (v_opcode) { in ice_vc_process_vf_msg()
3797 dev_err(dev, "Unsupported opcode %d from VF %d\n", 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.c1270 enum virtchnl_ops v_opcode, in iavf_virtchnl_completion() argument
1275 if (v_opcode == VIRTCHNL_OP_EVENT) { in iavf_virtchnl_completion()
1334 switch (v_opcode) { in iavf_virtchnl_completion()
1408 v_opcode); in iavf_virtchnl_completion()
1411 switch (v_opcode) { in iavf_virtchnl_completion()
1476 if (v_opcode != adapter->current_op) in iavf_virtchnl_completion()
1499 "Invalid message %d from PF\n", v_opcode); in iavf_virtchnl_completion()
1540 if (adapter->current_op && (v_opcode != adapter->current_op)) in iavf_virtchnl_completion()
1542 adapter->current_op, v_opcode); in iavf_virtchnl_completion()
Diavf_prototype.h65 enum virtchnl_ops v_opcode,
Diavf.h433 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.h117 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()
1899 static int i40e_vc_send_msg_to_vf(struct i40e_vf *vf, u32 v_opcode, in i40e_vc_send_msg_to_vf() argument
1915 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, 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()
3999 local_vf_id, v_opcode, msglen); in i40e_vc_process_vf_msg()
4008 switch (v_opcode) { in i40e_vc_process_vf_msg()
4096 v_opcode, local_vf_id); 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()