Searched defs:ring_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c5960 mac_reclaim_ring_from_grp(mac_impl_t *mip, mac_ring_type_t ring_type, argument
5979 if (ring_type == MAC_RING_TYPE_RX) {
6148 i_mac_group_allocate_rings(mac_impl_t *mip, mac_ring_type_t ring_type, argument
6156 ASSERT((ring_type == MAC_RING_TYPE_RX &&
6158 (ring_type == MAC_RING_TYPE_TX &&
6166 mip->mi_share_capab.ms_squery(share, ring_type, NULL, &nrings);
6170 mip->mi_share_capab.ms_squery(share, ring_type,
6181 if (mac_reclaim_ring_from_grp(mip, ring_type,
6202 if (ring_type == MAC_RING_TYPE_RX &&
6206 if (ring_type
[all...]

Completed in 78 milliseconds