Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac.c5961 mac_ring_t *ring, mac_ring_t **rings, int nrings) in mac_reclaim_ring_from_grp() argument
5994 for (j = 0; j < nrings; j++) { in mac_reclaim_ring_from_grp()
5998 if (j >= nrings) in mac_reclaim_ring_from_grp()
6044 for (j = 0; j < nrings; j++) { in mac_reclaim_ring_from_grp()
6048 if (j < nrings) in mac_reclaim_ring_from_grp()
6075 for (j = 0; j < nrings; j++) { in mac_reclaim_ring_from_grp()
6079 if (j >= nrings) in mac_reclaim_ring_from_grp()
6114 for (j = 0; j < nrings; j++) { in mac_reclaim_ring_from_grp()
6118 if (j >= nrings) in mac_reclaim_ring_from_grp()
6153 uint_t nrings; in i_mac_group_allocate_rings() local
[all …]
/titanic_44/usr/src/lib/libdladm/common/
H A Dlinkprop.c2243 uint32_t nrings = 0; in get_rxrings() local
2272 nrings = mrp.mrp_nrxrings; in get_rxrings()
2276 else if (nrings == 0) in get_rxrings()
2279 (void) snprintf(*prop_val, DLADM_PROP_VAL_MAX, "%ld", nrings); in get_rxrings()
2309 uint32_t nrings = 0; in get_txrings() local
2342 nrings = mrp.mrp_ntxrings; in get_txrings()
2346 else if (nrings == 0) in get_txrings()
2349 (void) snprintf(*prop_val, DLADM_PROP_VAL_MAX, "%ld", nrings); in get_txrings()