Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2993 mac_group_t *tgroup = NULL; in mac_datapath_setup() local
3031 tgroup = default_tgroup; in mac_datapath_setup()
3101 tgroup = mac_reserve_tx_group(mcip, B_FALSE); in mac_datapath_setup()
3102 if (tgroup == NULL && txhw) { in mac_datapath_setup()
3107 } else if (tgroup == NULL) { in mac_datapath_setup()
3108 tgroup = default_tgroup; in mac_datapath_setup()
3145 if (tgroup != NULL) { in mac_datapath_setup()
3146 if (tgroup != default_tgroup && in mac_datapath_setup()
3147 MAC_GROUP_NO_CLIENT(tgroup) && in mac_datapath_setup()
3153 tgroup->mrg_cur_count); in mac_datapath_setup()
[all …]