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