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.c7022 mac_group_t *candidate_grp = NULL; in mac_reserve_rx_group() local
7138 if (candidate_grp == NULL && in mac_reserve_rx_group()
7144 candidate_grp = grp; in mac_reserve_rx_group()
7221 if (candidate_grp == NULL && in mac_reserve_rx_group()
7224 candidate_grp = donorgrp; in mac_reserve_rx_group()
7226 if (candidate_grp != NULL) { in mac_reserve_rx_group()
7236 grp = candidate_grp; in mac_reserve_rx_group()
7587 mac_group_t *candidate_grp = NULL; in mac_reserve_tx_group() local
7675 candidate_grp == NULL) { in mac_reserve_tx_group()
7684 candidate_grp = grp; in mac_reserve_tx_group()
[all …]