Searched refs:frtp (Results 1 – 1 of 1) sorted by relevance
2205 struct fcip_routing_table *frtp; in fcip_statec_cb() local2364 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() local4748 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 …]