Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2837 mac_group_t *tgroup = NULL; in mac_datapath_setup() local
2873 tgroup = default_tgroup; in mac_datapath_setup()
2918 tgroup = mac_reserve_tx_group(mcip, B_FALSE); in mac_datapath_setup()
2919 if (tgroup == NULL && txhw) { in mac_datapath_setup()
2924 } else if (tgroup == NULL) { in mac_datapath_setup()
2925 tgroup = default_tgroup; in mac_datapath_setup()
2959 if (tgroup != NULL) { in mac_datapath_setup()
2960 if (tgroup != default_tgroup && in mac_datapath_setup()
2961 MAC_GROUP_NO_CLIENT(tgroup) && in mac_datapath_setup()
2967 tgroup->mrg_cur_count); in mac_datapath_setup()
[all …]