Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1225 frp = frp->fcipr_next; in fcip_handle_resume()
1335 frp->fcipr_next = fptr->fcip_rtable[hash_bucket]; in fcip_rt_update()
1403 frp = frp->fcipr_next; in fcip_lookup_rtable()
1913 frp = frp->fcipr_next; in fcip_handle_suspend()
1942 frp = frp->fcipr_next; in fcip_handle_suspend()
2367 frtp = frtp->fcipr_next; in fcip_statec_cb()
4750 frtp_next = frtp->fcipr_next; in fcip_rt_flush()
7085 frtp = frtp->fcipr_next; in fcip_timeout()
7244 frtp_next = frtp->fcipr_next; in fcip_rte_remove_deferred()
7302 frtp->fcipr_next; in fcip_rte_remove_deferred()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h304 struct fcip_routing_table *fcipr_next; /* next elem */ member