Lines Matching refs:frtp

2205 	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()
4752 frtp = frtp_next; in fcip_rt_flush()
7013 struct fcip_routing_table *frtp; in fcip_timeout() local
7051 frtp = fptr->fcip_rtable[index]; in fcip_timeout()
7052 while (frtp) { in fcip_timeout()
7053 if ((frtp->fcipr_state == FCIP_RT_INVALID) && in fcip_timeout()
7055 frtp->fcipr_invalid_timeout)) { in fcip_timeout()
7063 frtp->fcipr_state = FCIP_RT_RETIRED; in fcip_timeout()
7076 frtp->fcipr_state = in fcip_timeout()
7085 frtp = frtp->fcipr_next; in fcip_timeout()
7236 struct fcip_routing_table *frtp, *frtp_next, *frtp_prev; in fcip_rte_remove_deferred() local
7241 frtp = fptr->fcip_rtable[index]; in fcip_rte_remove_deferred()
7243 while (frtp) { in fcip_rte_remove_deferred()
7244 frtp_next = frtp->fcipr_next; in fcip_rte_remove_deferred()
7246 if (frtp->fcipr_state == FCIP_RT_RETIRED) { in fcip_rte_remove_deferred()
7248 pwwn = &frtp->fcipr_pwwn; in fcip_rte_remove_deferred()
7275 frtp_prev = frtp; in fcip_rte_remove_deferred()
7276 frtp = frtp_next; in fcip_rte_remove_deferred()
7288 frtp_prev = frtp; in fcip_rte_remove_deferred()
7289 frtp = frtp_next; in fcip_rte_remove_deferred()
7302 frtp->fcipr_next; in fcip_rte_remove_deferred()
7305 frtp->fcipr_next; in fcip_rte_remove_deferred()
7307 kmem_free(frtp, in fcip_rte_remove_deferred()
7310 frtp = frtp_next; in fcip_rte_remove_deferred()
7312 frtp_prev = frtp; in fcip_rte_remove_deferred()
7313 frtp = frtp_next; in fcip_rte_remove_deferred()