Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2860 mac_group_t *tgroup = NULL; in mac_datapath_setup() local
2896 tgroup = default_tgroup; in mac_datapath_setup()
2941 tgroup = mac_reserve_tx_group(mcip, B_FALSE); in mac_datapath_setup()
2942 if (tgroup == NULL && txhw) { in mac_datapath_setup()
2947 } else if (tgroup == NULL) { in mac_datapath_setup()
2948 tgroup = default_tgroup; in mac_datapath_setup()
2982 if (tgroup != NULL) { in mac_datapath_setup()
2983 if (tgroup != default_tgroup && in mac_datapath_setup()
2984 MAC_GROUP_NO_CLIENT(tgroup) && in mac_datapath_setup()
2990 tgroup->mrg_cur_count); in mac_datapath_setup()
[all …]