Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2205 struct fcip_routing_table *frtp; in fcip_statec_cb() local
2364 frtp = fptr->fcip_rtable[index]; in fcip_statec_cb()
2365 while (frtp) { in fcip_statec_cb()
2366 frtp->fcipr_state = PORT_DEVICE_INVALID; in fcip_statec_cb()
2367 frtp = frtp->fcipr_next; in fcip_statec_cb()
4747 struct fcip_routing_table *frtp, *frtp_next; in fcip_rt_flush() local
4748 frtp = fptr->fcip_rtable[index]; in fcip_rt_flush()
4749 while (frtp) { in fcip_rt_flush()
4750 frtp_next = frtp->fcipr_next; in fcip_rt_flush()
4751 kmem_free(frtp, sizeof (struct fcip_routing_table)); in fcip_rt_flush()
[all …]