Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac.c5966 mac_ring_t *ring, mac_ring_t **rings, int nrings) in mac_reclaim_ring_from_grp() argument
5999 for (j = 0; j < nrings; j++) { in mac_reclaim_ring_from_grp()
6003 if (j >= nrings) in mac_reclaim_ring_from_grp()
6049 for (j = 0; j < nrings; j++) { in mac_reclaim_ring_from_grp()
6053 if (j < nrings) in mac_reclaim_ring_from_grp()
6080 for (j = 0; j < nrings; j++) { in mac_reclaim_ring_from_grp()
6084 if (j >= nrings) in mac_reclaim_ring_from_grp()
6119 for (j = 0; j < nrings; j++) { in mac_reclaim_ring_from_grp()
6123 if (j >= nrings) in mac_reclaim_ring_from_grp()
6158 uint_t nrings; in i_mac_group_allocate_rings() local
[all …]
/titanic_41/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()