Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c7008 int need_rings = 0; in mac_reserve_rx_group() local
7061 need_rings = mrp->mrp_nrxrings; in mac_reserve_rx_group()
7130 need_rings))) { in mac_reserve_rx_group()
7210 donorgrp->mrg_cur_count >= need_rings) { in mac_reserve_rx_group()
7251 ASSERT(donor_grp_rcnt >= need_rings); in mac_reserve_rx_group()
7253 donorgrp, grp, share, need_rings); in mac_reserve_rx_group()
7574 int need_rings = 0; in mac_reserve_tx_group() local
7626 need_rings = mrp->mrp_ntxrings; in mac_reserve_tx_group()
7671 need_rings)) { in mac_reserve_tx_group()
7726 ASSERT(defgrp->mrg_cur_count > need_rings); in mac_reserve_tx_group()
[all …]