Searched refs:i40e_veb (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e.h | 603 struct i40e_veb *veb[I40E_MAX_VEB]; 793 struct i40e_veb { struct 1133 void i40e_update_veb_stats(struct i40e_veb *veb); 1168 struct i40e_veb *i40e_veb_setup(struct i40e_pf *pf, u16 flags, u16 uplink_seid, 1170 void i40e_veb_release(struct i40e_veb *veb); 1172 int i40e_veb_config_tc(struct i40e_veb *veb, u8 enabled_tc);
|
H A D | i40e_debugfs.c | 44 static struct i40e_veb *i40e_dbg_find_veb(struct i40e_pf *pf, int seid) in i40e_dbg_find_veb() 699 struct i40e_veb *veb; in i40e_dbg_dump_veb_seid() 720 struct i40e_veb *veb; in i40e_dbg_dump_veb_all() 855 struct i40e_veb *veb; in i40e_dbg_command_write()
|
H A D | i40e_main.c | 37 static int i40e_add_veb(struct i40e_veb *veb, struct i40e_vsi *vsi); 52 static int i40e_veb_get_bw_info(struct i40e_veb *veb); 786 void i40e_update_veb_stats(struct i40e_veb *veb) in i40e_update_veb_stats() 6754 int i40e_veb_config_tc(struct i40e_veb *veb, u8 enabled_tc) in i40e_veb_config_tc() 9918 static void i40e_veb_link_event(struct i40e_veb *veb, bool link_up) in i40e_veb_link_event() 10386 static void i40e_config_bridge_mode(struct i40e_veb *veb) in i40e_config_bridge_mode() 10408 static int i40e_reconstitute_veb(struct i40e_veb *veb) in i40e_reconstitute_veb() 13214 struct i40e_veb *veb = NULL; in i40e_ndo_bridge_setlink() 13291 struct i40e_veb *veb = NULL; in i40e_ndo_bridge_getlink() 13953 struct i40e_veb *veb; in i40e_is_vsi_uplink_mode_veb() [all …]
|
H A D | i40e_ethtool.c | 235 I40E_STAT(struct i40e_veb, _name, _stat) 2397 struct i40e_veb *veb = NULL; in i40e_get_ethtool_stats()
|