Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c7010 mac_client_impl_t *gclient; in mac_reserve_rx_group() local
7224 gclient = grp->mrg_clients->mgc_client; in mac_reserve_rx_group()
7225 VERIFY3P(gclient, !=, NULL); in mac_reserve_rx_group()
7228 if (mac_rx_switch_group(gclient, grp, in mac_reserve_rx_group()
7576 mac_client_impl_t *gclient; in mac_reserve_tx_group() local
7593 for (gclient = mip->mi_clients_list; gclient != NULL; in mac_reserve_tx_group()
7594 gclient = gclient->mci_client_next) { in mac_reserve_tx_group()
7595 if (gclient->mci_flent->fe_type & FLOW_PRIMARY_MAC && in mac_reserve_tx_group()
7596 gclient->mci_flent->fe_tx_ring_group != NULL) { in mac_reserve_tx_group()
7597 return (gclient->mci_flent->fe_tx_ring_group); in mac_reserve_tx_group()
[all …]