Home
last modified time | relevance | path

Searched refs:i40e_veb (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e.h369 struct i40e_veb *veb[I40E_MAX_VEB];
436 struct i40e_veb { struct
707 struct i40e_veb *i40e_veb_setup(struct i40e_pf *pf, u16 flags, u16 uplink_seid,
709 void i40e_veb_release(struct i40e_veb *veb);
711 int i40e_veb_config_tc(struct i40e_veb *veb, u8 enabled_tc);
Di40e_debugfs.c60 static struct i40e_veb *i40e_dbg_find_veb(struct i40e_pf *pf, int seid) in i40e_dbg_find_veb()
279 struct i40e_veb *veb = NULL; in i40e_dbg_dump_write()
288 buflen = sizeof(struct i40e_veb); in i40e_dbg_dump_write()
919 struct i40e_veb *veb; in i40e_dbg_dump_veb_seid()
946 struct i40e_veb *veb; in i40e_dbg_dump_veb_all()
1045 struct i40e_veb *veb; in i40e_dbg_command_write()
Di40e_ethtool.c51 I40E_STAT(struct i40e_veb, _name, _stat)
199 (FIELD_SIZEOF(struct i40e_veb, tc_stats.tc_rx_packets) + \
200 FIELD_SIZEOF(struct i40e_veb, tc_stats.tc_rx_bytes) + \
201 FIELD_SIZEOF(struct i40e_veb, tc_stats.tc_tx_packets) + \
202 FIELD_SIZEOF(struct i40e_veb, tc_stats.tc_tx_bytes)) \
1401 struct i40e_veb *veb = pf->veb[pf->lan_veb]; in i40e_get_ethtool_stats()
Di40e_main.c53 static int i40e_add_veb(struct i40e_veb *veb, struct i40e_vsi *vsi);
59 static int i40e_veb_get_bw_info(struct i40e_veb *veb);
668 static void i40e_update_veb_stats(struct i40e_veb *veb) in i40e_update_veb_stats()
4830 int i40e_veb_config_tc(struct i40e_veb *veb, u8 enabled_tc) in i40e_veb_config_tc()
5985 static void i40e_veb_link_event(struct i40e_veb *veb, bool link_up) in i40e_veb_link_event()
6396 static void i40e_config_bridge_mode(struct i40e_veb *veb) in i40e_config_bridge_mode()
6418 static int i40e_reconstitute_veb(struct i40e_veb *veb) in i40e_reconstitute_veb()
8456 struct i40e_veb *veb = NULL; in i40e_ndo_bridge_setlink()
8531 struct i40e_veb *veb = NULL; in i40e_ndo_bridge_getlink()
8737 struct i40e_veb *veb; in i40e_is_vsi_uplink_mode_veb()
[all …]