Lines Matching refs:v_opcode
21 enum virtchnl_ops v_opcode, 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()
1971 static int i40e_vc_send_msg_to_vf(struct i40e_vf *vf, u32 v_opcode, in i40e_vc_send_msg_to_vf() argument
1987 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf()
4168 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, in i40e_vc_process_vf_msg() argument
4186 ret = virtchnl_vc_validate_vf_msg(&vf->vf_ver, v_opcode, msg, msglen); in i40e_vc_process_vf_msg()
4189 i40e_vc_send_resp_to_vf(vf, v_opcode, -EINVAL); in i40e_vc_process_vf_msg()
4191 local_vf_id, v_opcode, msglen); in i40e_vc_process_vf_msg()
4195 switch (v_opcode) { in i40e_vc_process_vf_msg()
4283 v_opcode, local_vf_id); in i40e_vc_process_vf_msg()
4284 ret = i40e_vc_send_resp_to_vf(vf, v_opcode, in i40e_vc_process_vf_msg()