Searched defs:v_opcode (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_sriov.h | 36 u16 __always_unused vfid, u32 __always_unused v_opcode, in ice_aq_send_msg_to_vf()
|
A D | ice_virtchnl_fdir.h | 18 enum virtchnl_ops v_opcode; member
|
A D | ice_sriov.c | 22 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()
|
A D | ice_virtchnl_pf.c | 331 ice_vc_vf_broadcast(struct ice_pf *pf, enum virtchnl_ops v_opcode, in ice_vc_vf_broadcast() 2272 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, in ice_vc_send_msg_to_vf() 2653 u32 v_opcode = add ? VIRTCHNL_OP_ADD_RSS_CFG : VIRTCHNL_OP_DEL_RSS_CFG; in ice_vc_handle_rss_cfg() local 4645 u32 v_opcode = le32_to_cpu(event->desc.cookie_high); in ice_vc_process_vf_msg() local
|
A D | ice_virtchnl_fdir.c | 1922 enum virtchnl_ops v_opcode) in ice_vc_fdir_set_irq_ctx()
|
/linux/drivers/net/ethernet/intel/iavf/ |
A D | iavf_common.c | 769 enum virtchnl_ops v_opcode, in iavf_aq_send_msg_to_pf()
|
A D | iavf_virtchnl.c | 1476 enum virtchnl_ops v_opcode, in iavf_virtchnl_completion()
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_virtchnl_pf.c | 19 enum virtchnl_ops v_opcode, in i40e_vc_vf_broadcast() 1890 static int i40e_vc_send_msg_to_vf_ex(struct i40e_vf *vf, u32 v_opcode, in i40e_vc_send_msg_to_vf_ex() 1948 static int i40e_vc_send_msg_to_vf(struct i40e_vf *vf, u32 v_opcode, in i40e_vc_send_msg_to_vf() 3913 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, in i40e_vc_process_vf_msg()
|
A D | i40e_common.c | 2863 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf()
|
/linux/include/linux/avf/ |
A D | virtchnl.h | 163 enum virtchnl_ops v_opcode; /* avoid confusion with desc->opcode */ member 999 virtchnl_vc_validate_vf_msg(struct virtchnl_version_info *ver, u32 v_opcode, in virtchnl_vc_validate_vf_msg()
|
Completed in 42 milliseconds