Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1244 frp = frp->fcipr_next; in fcip_handle_resume()
1363 frp->fcipr_next = fptr->fcip_rtable[hash_bucket]; in fcip_rt_update()
1448 frp = frp->fcipr_next; in fcip_lookup_rtable()
1970 frp = frp->fcipr_next; in fcip_handle_suspend()
1999 frp = frp->fcipr_next; in fcip_handle_suspend()
2429 frtp = frtp->fcipr_next; in fcip_statec_cb()
4924 frtp_next = frtp->fcipr_next; in fcip_rt_flush()
7274 frtp = frtp->fcipr_next; in fcip_timeout()
7433 frtp_next = frtp->fcipr_next; in fcip_rte_remove_deferred()
7497 frtp->fcipr_next; in fcip_rte_remove_deferred()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h304 struct fcip_routing_table *fcipr_next; /* next elem */ member