Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_vf_mbx.h36 u16 __always_unused vfid, u32 __always_unused v_opcode, in ice_aq_send_msg_to_vf()
Dice_virtchnl_fdir.h19 enum virtchnl_ops v_opcode; member
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()
Dice_virtchnl.h70 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, in ice_vc_send_msg_to_vf()
Dice_virtchnl.c177 ice_vc_vf_broadcast(struct ice_pf *pf, enum virtchnl_ops v_opcode, 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()
745 u32 v_opcode = add ? VIRTCHNL_OP_ADD_RSS_CFG : VIRTCHNL_OP_DEL_RSS_CFG; in ice_vc_handle_rss_cfg() local
3672 u32 v_opcode = le32_to_cpu(event->desc.cookie_high); in ice_vc_process_vf_msg() local
Dice_virtchnl_fdir.c1657 enum virtchnl_ops v_opcode) in ice_vc_fdir_set_irq_ctx()
/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_common.c769 enum virtchnl_ops v_opcode, in iavf_aq_send_msg_to_pf()
Diavf_virtchnl.c1898 enum virtchnl_ops v_opcode, in iavf_virtchnl_completion()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c19 enum virtchnl_ops v_opcode, in i40e_vc_vf_broadcast()
1929 static int i40e_vc_send_msg_to_vf(struct i40e_vf *vf, u32 v_opcode, in i40e_vc_send_msg_to_vf()
3997 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, in i40e_vc_process_vf_msg()
Di40e_common.c2966 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf()
/linux-5.19.10/include/linux/avf/
Dvirtchnl.h170 enum virtchnl_ops v_opcode; /* avoid confusion with desc->opcode */ member
1352 virtchnl_vc_validate_vf_msg(struct virtchnl_version_info *ver, u32 v_opcode, in virtchnl_vc_validate_vf_msg()