Home
last modified time | relevance | path

Searched refs:i40e_vf (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c26 struct i40e_vf *vf = pf->vf; in i40e_vc_vf_broadcast()
85 static void i40e_set_vf_link_state(struct i40e_vf *vf, in i40e_set_vf_link_state()
110 static void i40e_vc_notify_vf_link_state(struct i40e_vf *vf) in i40e_vc_notify_vf_link_state()
189 void i40e_vc_notify_vf_reset(struct i40e_vf *vf) in i40e_vc_notify_vf_reset()
219 void i40e_vc_reset_vf(struct i40e_vf *vf, bool notify_vf) in i40e_vc_reset_vf()
260 static inline bool i40e_vc_isvalid_vsi_id(struct i40e_vf *vf, u16 vsi_id) in i40e_vc_isvalid_vsi_id()
276 static inline bool i40e_vc_isvalid_queue_id(struct i40e_vf *vf, u16 vsi_id, in i40e_vc_isvalid_queue_id()
292 static inline bool i40e_vc_isvalid_vector_id(struct i40e_vf *vf, u32 vector_id) in i40e_vc_isvalid_vector_id()
309 static u16 i40e_vc_get_pf_queue_id(struct i40e_vf *vf, u16 vsi_id, in i40e_vc_get_pf_queue_id()
338 static u16 i40e_get_real_pf_qid(struct i40e_vf *vf, u16 vsi_id, u16 queue_id) in i40e_get_real_pf_qid()
[all …]
H A Di40e_virtchnl_pf.h75 struct i40e_vf { struct
132 void i40e_vc_reset_vf(struct i40e_vf *vf, bool notify_vf); argument
133 bool i40e_reset_vf(struct i40e_vf *vf, bool flr);
135 void i40e_vc_notify_vf_reset(struct i40e_vf *vf);
H A Di40e.h574 struct i40e_vf *vf;
H A Di40e_debugfs.c672 struct i40e_vf *vf; in i40e_dbg_dump_vf()
H A Di40e_main.c9572 struct i40e_vf *vf; in i40e_handle_lan_overflow_event()
11165 static void i40e_print_vf_mdd_event(struct i40e_pf *pf, struct i40e_vf *vf, in i40e_print_vf_mdd_event()
11196 struct i40e_vf *vf = &pf->vf[i]; in i40e_print_vfs_mdd_events()
11230 struct i40e_vf *vf; in i40e_handle_mdd_event()
H A Di40e_ethtool.c2644 struct i40e_vf *vfs = pf->vf; in i40e_active_vfs()