Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
A Dice_vf_mbx.h18 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval,
34 u16 __always_unused vfid, u32 __always_unused v_opcode, in ice_aq_send_msg_to_vf() argument
A Dice_virtchnl_fdir.c1477 ctx_done->v_opcode = ctx_irq->v_opcode; in ice_vf_fdir_timer()
1521 ctx_done->v_opcode = ctx_irq->v_opcode; in ice_vc_fdir_irq_handler()
1607 ctx->v_opcode != VIRTCHNL_OP_ADD_FDIR_FILTER) { in ice_vf_verify_rx_desc()
1616 ctx->v_opcode != VIRTCHNL_OP_DEL_FDIR_FILTER) { in ice_vf_verify_rx_desc()
1709 ret = ice_vc_send_msg_to_vf(vf, ctx->v_opcode, v_ret, in ice_vc_add_fdir_fltr_post()
1715 (ctx->v_opcode == VIRTCHNL_OP_ADD_FDIR_FILTER) ? in ice_vc_add_fdir_fltr_post()
1780 (ctx->v_opcode == VIRTCHNL_OP_ADD_FDIR_FILTER) ? in ice_vc_del_fdir_fltr_post()
1845 if (ctx->v_opcode == VIRTCHNL_OP_ADD_FDIR_FILTER) in ice_flush_fdir_ctx()
1857 if (ctx->v_opcode == VIRTCHNL_OP_ADD_FDIR_FILTER) in ice_flush_fdir_ctx()
1881 enum virtchnl_ops v_opcode) in ice_vc_fdir_set_irq_ctx() argument
[all …]
A Dice_virtchnl.h90 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode,
122 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, in ice_vc_send_msg_to_vf() argument
A Dice_vf_mbx.c22 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
33 desc.cookie_high = cpu_to_le32(v_opcode); in ice_aq_send_msg_to_vf()
A Dice_virtchnl.c194 ice_aq_send_msg_to_vf(hw, vf->vf_id, v_opcode, v_retval, msg, in ice_vc_vf_broadcast()
295 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, in ice_vc_send_msg_to_vf() argument
902 return ice_vc_send_msg_to_vf(vf, v_opcode, v_ret, NULL, 0); in ice_vc_handle_rss_cfg()
4414 u32 v_opcode = le32_to_cpu(event->desc.cookie_high); in ice_vc_process_vf_msg() local
4428 vf_id, v_opcode, msglen); in ice_vc_process_vf_msg()
4460 vf_id, v_opcode, msglen, err); in ice_vc_process_vf_msg()
4464 if (!ice_vc_is_opcode_allowed(vf, v_opcode)) { in ice_vc_process_vf_msg()
4465 ice_vc_send_msg_to_vf(vf, v_opcode, in ice_vc_process_vf_msg()
4471 switch (v_opcode) { in ice_vc_process_vf_msg()
4595 err = ice_vc_send_msg_to_vf(vf, v_opcode, in ice_vc_process_vf_msg()
[all …]
A Dice_virtchnl_fdir.h19 enum virtchnl_ops v_opcode; member
/drivers/net/ethernet/intel/iavf/
A Diavf_ptp.c131 static struct iavf_ptp_aq_cmd *iavf_allocate_ptp_cmd(enum virtchnl_ops v_opcode, in iavf_allocate_ptp_cmd() argument
140 cmd->v_opcode = v_opcode; in iavf_allocate_ptp_cmd()
A Diavf_virtchnl.c1549 cmd->v_opcode, adapter->current_op); in iavf_virtchnl_send_ptp_cmd()
1563 cmd->v_opcode); in iavf_virtchnl_send_ptp_cmd()
2314 enum virtchnl_ops v_opcode, in iavf_virtchnl_completion() argument
2319 if (v_opcode == VIRTCHNL_OP_EVENT) { in iavf_virtchnl_completion()
2377 switch (v_opcode) { in iavf_virtchnl_completion()
2571 v_opcode); in iavf_virtchnl_completion()
2574 switch (v_opcode) { in iavf_virtchnl_completion()
2660 if (v_opcode == VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS) in iavf_virtchnl_completion()
2752 if (v_opcode != adapter->current_op) in iavf_virtchnl_completion()
2763 "Invalid message %d from PF\n", v_opcode); in iavf_virtchnl_completion()
[all …]
A Diavf_types.h15 enum virtchnl_ops v_opcode:16;
A Diavf_prototype.h47 enum virtchnl_ops v_opcode,
A Diavf_common.c391 enum virtchnl_ops v_opcode, in iavf_aq_send_msg_to_pf() argument
402 desc.cookie_high = cpu_to_le32(v_opcode); in iavf_aq_send_msg_to_pf()
A Diavf.h609 enum virtchnl_ops v_opcode,
/drivers/net/ethernet/intel/i40e/
A Di40e_virtchnl_pf.h128 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode,
A Di40e_virtchnl_pf.c21 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()
[all …]
A Di40e_prototype.h168 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
A Di40e_common.c2354 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument
2364 desc.cookie_high = cpu_to_le32(v_opcode); in i40e_aq_send_msg_to_vf()

Completed in 47 milliseconds