Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c1169 enum virtchnl_ops v_opcode, in i40evf_virtchnl_completion() argument
1175 if (v_opcode == VIRTCHNL_OP_EVENT) { in i40evf_virtchnl_completion()
1234 switch (v_opcode) { in i40evf_virtchnl_completion()
1306 v_opcode); in i40evf_virtchnl_completion()
1309 switch (v_opcode) { in i40evf_virtchnl_completion()
1357 if (v_opcode != adapter->current_op) in i40evf_virtchnl_completion()
1380 "Invalid message %d from PF\n", v_opcode); in i40evf_virtchnl_completion()
1420 if (adapter->current_op && (v_opcode != adapter->current_op)) in i40evf_virtchnl_completion()
1422 adapter->current_op, v_opcode); in i40evf_virtchnl_completion()
Di40e_prototype.h70 enum virtchnl_ops v_opcode,
Di40evf.h413 enum virtchnl_ops v_opcode,
Di40e_common.c1037 enum virtchnl_ops v_opcode, in i40e_aq_send_msg_to_pf() argument
1048 desc.cookie_high = cpu_to_le32(v_opcode); in i40e_aq_send_msg_to_pf()
/Linux-v4.19/include/linux/avf/
Dvirtchnl.h161 enum virtchnl_ops v_opcode; /* avoid confusion with desc->opcode */ member
665 virtchnl_vc_validate_vf_msg(struct virtchnl_version_info *ver, u32 v_opcode, in virtchnl_vc_validate_vf_msg() argument
672 switch (v_opcode) { in virtchnl_vc_validate_vf_msg()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h118 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()
1577 static int i40e_vc_send_msg_to_vf(struct i40e_vf *vf, u32 v_opcode, in i40e_vc_send_msg_to_vf() argument
1597 vf->vf_id, v_opcode, v_retval); in i40e_vc_send_msg_to_vf()
1612 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf()
3604 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, in i40e_vc_process_vf_msg() argument
3622 ret = virtchnl_vc_validate_vf_msg(&vf->vf_ver, v_opcode, msg, msglen); in i40e_vc_process_vf_msg()
3625 if (v_opcode == VIRTCHNL_OP_CONFIG_RSS_KEY) { in i40e_vc_process_vf_msg()
3630 } else if (v_opcode == VIRTCHNL_OP_CONFIG_RSS_LUT) { in i40e_vc_process_vf_msg()
3638 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,
370 enum virtchnl_ops v_opcode,
Di40e_common.c2942 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument
2952 desc.cookie_high = cpu_to_le32(v_opcode); in i40e_aq_send_msg_to_vf()