Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h147 #define FCIP_RT_HASH_ELEMS 32 macro
152 & (FCIP_RT_HASH_ELEMS - 1))
206 struct fcip_routing_table *fcip_rtable[FCIP_RT_HASH_ELEMS];
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1228 for (index = 0; index < FCIP_RT_HASH_ELEMS; index++) { in fcip_handle_resume()
1241 index = FCIP_RT_HASH_ELEMS; in fcip_handle_resume()
1353 ASSERT(hash_bucket < FCIP_RT_HASH_ELEMS); in fcip_rt_update()
1926 for (index = 0; index < FCIP_RT_HASH_ELEMS; index++) { in fcip_handle_suspend()
2425 for (index = 0; index < FCIP_RT_HASH_ELEMS; index++) { in fcip_statec_cb()
4920 for (index = 0; index < FCIP_RT_HASH_ELEMS; index++) { in fcip_rt_flush()
7239 for (index = 0; index < FCIP_RT_HASH_ELEMS; index++) { in fcip_timeout()
7429 for (index = 0; index < FCIP_RT_HASH_ELEMS; index++) { in fcip_rte_remove_deferred()
7565 for (i = 0; i < FCIP_RT_HASH_ELEMS; i++) { in fcip_plogi_in_progress()