Searched refs:fcip_rtable (Results 1 – 2 of 2) sorted by relevance
948 (long)(sizeof (fptr->fcip_rtable)))); in fcip_port_attach()951 bzero(fptr->fcip_rtable, sizeof (fptr->fcip_rtable)); in fcip_port_attach()1231 frp = fptr->fcip_rtable[index]; in fcip_handle_resume()1363 frp->fcipr_next = fptr->fcip_rtable[hash_bucket]; in fcip_rt_update()1364 fptr->fcip_rtable[hash_bucket] = frp; in fcip_rt_update()1437 frp = fptr->fcip_rtable[hash_bucket]; in fcip_lookup_rtable()1932 frp = fptr->fcip_rtable[index]; in fcip_handle_suspend()2426 frtp = fptr->fcip_rtable[index]; in fcip_statec_cb()4922 frtp = fptr->fcip_rtable[index]; in fcip_rt_flush()4928 fptr->fcip_rtable[index] = NULL; in fcip_rt_flush()[all …]
206 struct fcip_routing_table *fcip_rtable[FCIP_RT_HASH_ELEMS]; member