Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_squeue.c488 for (ip_rx_index = 0; ip_rx_index < ILL_MAX_RINGS; ip_rx_index++) { in ip_squeue_add_ring()
494 if (ip_rx_index == ILL_MAX_RINGS) { in ip_squeue_add_ring()
505 ILL_MAX_RINGS, ill->ill_name); in ip_squeue_add_ring()
671 for (idx = 0; idx < ILL_MAX_RINGS; idx++) { in ip_squeue_clean_all()
/titanic_44/usr/src/uts/common/inet/
H A Dip.h3562 #define ILL_MAX_RINGS 256 /* Max num of rx rings we can manage */ macro
3632 ill_rx_ring_t idp_ring_tbl[ILL_MAX_RINGS];