Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c688 enum i40e_virtchnl_ops v_opcode, in i40evf_virtchnl_completion() argument
694 if (v_opcode == I40E_VIRTCHNL_OP_EVENT) { in i40evf_virtchnl_completion()
729 v_opcode); in i40evf_virtchnl_completion()
731 switch (v_opcode) { in i40evf_virtchnl_completion()
776 if (v_opcode != adapter->current_op) in i40evf_virtchnl_completion()
780 if (v_opcode != adapter->current_op) in i40evf_virtchnl_completion()
782 adapter->current_op, v_opcode); in i40evf_virtchnl_completion()
Di40e_prototype.h93 enum i40e_virtchnl_ops v_opcode,
Di40e_virtchnl.h92 enum i40e_virtchnl_ops v_opcode; /* avoid confusion with desc->opcode */ member
Di40evf.h314 enum i40e_virtchnl_ops v_opcode,
Di40e_common.c921 enum i40e_virtchnl_ops v_opcode, in i40e_aq_send_msg_to_pf() argument
932 desc.cookie_high = cpu_to_le32(v_opcode); in i40e_aq_send_msg_to_pf()
Di40evf_main.c1800 if (ret || !v_msg->v_opcode) in i40evf_adminq_task()
1803 i40evf_virtchnl_completion(adapter, v_msg->v_opcode, in i40evf_adminq_task()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c42 enum i40e_virtchnl_ops v_opcode, in i40e_vc_vf_broadcast() argument
60 i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_vf_broadcast()
1078 static int i40e_vc_send_msg_to_vf(struct i40e_vf *vf, u32 v_opcode, in i40e_vc_send_msg_to_vf() argument
1098 v_opcode, v_retval); in i40e_vc_send_msg_to_vf()
1113 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf()
1813 static int i40e_vc_validate_vf_msg(struct i40e_vf *vf, u32 v_opcode, in i40e_vc_validate_vf_msg() argument
1824 switch (v_opcode) { in i40e_vc_validate_vf_msg()
1907 i40e_vc_send_resp_to_vf(vf, v_opcode, I40E_ERR_PARAM); in i40e_vc_validate_vf_msg()
1925 int i40e_vc_process_vf_msg(struct i40e_pf *pf, u16 vf_id, u32 v_opcode, in i40e_vc_process_vf_msg() argument
1938 ret = i40e_vc_validate_vf_msg(vf, v_opcode, v_retval, msg, msglen); in i40e_vc_process_vf_msg()
[all …]
Di40e_virtchnl_pf.h114 int i40e_vc_process_vf_msg(struct i40e_pf *pf, u16 vf_id, u32 v_opcode,
Di40e_virtchnl.h92 enum i40e_virtchnl_ops v_opcode; /* avoid confusion with desc->opcode */ member
Di40e_prototype.h153 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
309 enum i40e_virtchnl_ops v_opcode,
Di40e_common.c2492 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument
2502 desc.cookie_high = cpu_to_le32(v_opcode); in i40e_aq_send_msg_to_vf()