Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c935 bzero(fptr->fcip_rtable, sizeof (fptr->fcip_rtable)); in fcip_port_attach()
1212 frp = fptr->fcip_rtable[index]; in fcip_handle_resume()
1396 frp = fptr->fcip_rtable[hash_bucket]; in fcip_lookup_rtable()
1875 frp = fptr->fcip_rtable[index]; in fcip_handle_suspend()
2364 frtp = fptr->fcip_rtable[index]; in fcip_statec_cb()
4748 frtp = fptr->fcip_rtable[index]; in fcip_rt_flush()
4754 fptr->fcip_rtable[index] = NULL; in fcip_rt_flush()
7051 frtp = fptr->fcip_rtable[index]; in fcip_timeout()
7241 frtp = fptr->fcip_rtable[index]; in fcip_rte_remove_deferred()
7301 fptr->fcip_rtable[index] = in fcip_rte_remove_deferred()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h206 struct fcip_routing_table *fcip_rtable[FCIP_RT_HASH_ELEMS]; member