Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c7009 mac_group_t *candidate_grp = NULL; in mac_reserve_rx_group() local
7125 if (candidate_grp == NULL && in mac_reserve_rx_group()
7131 candidate_grp = grp; in mac_reserve_rx_group()
7208 if (candidate_grp == NULL && in mac_reserve_rx_group()
7211 candidate_grp = donorgrp; in mac_reserve_rx_group()
7213 if (candidate_grp != NULL) { in mac_reserve_rx_group()
7223 grp = candidate_grp; in mac_reserve_rx_group()
7575 mac_group_t *candidate_grp = NULL; in mac_reserve_tx_group() local
7663 candidate_grp == NULL) { in mac_reserve_tx_group()
7672 candidate_grp = grp; in mac_reserve_tx_group()
[all …]