Lines Matching refs:gclient
6343 mac_client_impl_t *gclient; in mac_reserve_rx_group() local
6457 gclient = MAC_GROUP_ONLY_CLIENT(grp); in mac_reserve_rx_group()
6458 if (gclient == NULL) in mac_reserve_rx_group()
6459 gclient = mac_get_grp_primary(grp); in mac_reserve_rx_group()
6460 ASSERT(gclient != NULL); in mac_reserve_rx_group()
6461 gmrp = MCIP_RESOURCE_PROPS(gclient); in mac_reserve_rx_group()
6462 if (gclient->mci_share == NULL && in mac_reserve_rx_group()
6558 gclient = MAC_GROUP_ONLY_CLIENT(grp); in mac_reserve_rx_group()
6559 if (gclient == NULL) in mac_reserve_rx_group()
6560 gclient = mac_get_grp_primary(grp); in mac_reserve_rx_group()
6563 if (mac_rx_switch_group(gclient, grp, in mac_reserve_rx_group()
6909 mac_client_impl_t *gclient; in mac_reserve_tx_group() local
6925 for (gclient = mip->mi_clients_list; gclient != NULL; in mac_reserve_tx_group()
6926 gclient = gclient->mci_client_next) { in mac_reserve_tx_group()
6927 if (gclient->mci_flent->fe_type & FLOW_PRIMARY_MAC && in mac_reserve_tx_group()
6928 gclient->mci_flent->fe_tx_ring_group != NULL) { in mac_reserve_tx_group()
6929 return (gclient->mci_flent->fe_tx_ring_group); in mac_reserve_tx_group()
6996 gclient = MAC_GROUP_ONLY_CLIENT(grp); in mac_reserve_tx_group()
6997 if (gclient == NULL) in mac_reserve_tx_group()
6998 gclient = mac_get_grp_primary(grp); in mac_reserve_tx_group()
6999 gmrp = MCIP_RESOURCE_PROPS(gclient); in mac_reserve_tx_group()
7000 if (gclient->mci_share == NULL && in mac_reserve_tx_group()
7039 gclient = MAC_GROUP_ONLY_CLIENT(grp); in mac_reserve_tx_group()
7040 if (gclient == NULL) in mac_reserve_tx_group()
7041 gclient = mac_get_grp_primary(grp); in mac_reserve_tx_group()
7042 mac_tx_client_quiesce((mac_client_handle_t)gclient); in mac_reserve_tx_group()
7043 mac_tx_switch_group(gclient, grp, defgrp); in mac_reserve_tx_group()
7044 mac_tx_client_restart((mac_client_handle_t)gclient); in mac_reserve_tx_group()