Searched refs:fcip_rtable (Results 1 – 2 of 2) sorted by relevance
932 (long)(sizeof (fptr->fcip_rtable)))); in fcip_port_attach()935 bzero(fptr->fcip_rtable, sizeof (fptr->fcip_rtable)); in fcip_port_attach()1212 frp = fptr->fcip_rtable[index]; in fcip_handle_resume()1335 frp->fcipr_next = fptr->fcip_rtable[hash_bucket]; in fcip_rt_update()1336 fptr->fcip_rtable[hash_bucket] = frp; in fcip_rt_update()1396 frp = fptr->fcip_rtable[hash_bucket]; in fcip_lookup_rtable()1875 frp = fptr->fcip_rtable[index]; in fcip_handle_suspend()2364 frtp = fptr->fcip_rtable[index]; in fcip_statec_cb()4748 frtp = fptr->fcip_rtable[index]; in fcip_rt_flush()4754 fptr->fcip_rtable[index] = NULL; in fcip_rt_flush()[all …]
206 struct fcip_routing_table *fcip_rtable[FCIP_RT_HASH_ELEMS]; member