Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac.c6348 mac_client_impl_t *gclient; in mac_reserve_rx_group() local
6462 gclient = MAC_GROUP_ONLY_CLIENT(grp); in mac_reserve_rx_group()
6463 if (gclient == NULL) in mac_reserve_rx_group()
6464 gclient = mac_get_grp_primary(grp); in mac_reserve_rx_group()
6465 ASSERT(gclient != NULL); in mac_reserve_rx_group()
6466 gmrp = MCIP_RESOURCE_PROPS(gclient); in mac_reserve_rx_group()
6467 if (gclient->mci_share == NULL && in mac_reserve_rx_group()
6563 gclient = MAC_GROUP_ONLY_CLIENT(grp); in mac_reserve_rx_group()
6564 if (gclient == NULL) in mac_reserve_rx_group()
6565 gclient = mac_get_grp_primary(grp); in mac_reserve_rx_group()
[all …]