Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2262 struct fcip_routing_table *frtp; in fcip_statec_cb() local
2426 frtp = fptr->fcip_rtable[index]; in fcip_statec_cb()
2427 while (frtp) { in fcip_statec_cb()
2428 frtp->fcipr_state = PORT_DEVICE_INVALID; in fcip_statec_cb()
2429 frtp = frtp->fcipr_next; in fcip_statec_cb()
4921 struct fcip_routing_table *frtp, *frtp_next; in fcip_rt_flush() local
4922 frtp = fptr->fcip_rtable[index]; in fcip_rt_flush()
4923 while (frtp) { in fcip_rt_flush()
4924 frtp_next = frtp->fcipr_next; in fcip_rt_flush()
4925 kmem_free(frtp, sizeof (struct fcip_routing_table)); in fcip_rt_flush()
[all …]