Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_squeue.c478 for (ip_rx_index = 0; ip_rx_index < ILL_MAX_RINGS; ip_rx_index++) { in ip_squeue_add_ring()
484 if (ip_rx_index == ILL_MAX_RINGS) { in ip_squeue_add_ring()
495 ILL_MAX_RINGS, ill->ill_name); in ip_squeue_add_ring()
661 for (idx = 0; idx < ILL_MAX_RINGS; idx++) { in ip_squeue_clean_all()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h3568 #define ILL_MAX_RINGS 256 /* Max num of rx rings we can manage */ macro
3638 ill_rx_ring_t idp_ring_tbl[ILL_MAX_RINGS];