Searched refs:fcip_routing_table (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h206 struct fcip_routing_table *fcip_rtable[FCIP_RT_HASH_ELEMS];
303 struct fcip_routing_table { struct
304 struct fcip_routing_table *fcipr_next; /* next elem */
344 struct fcip_routing_table *fcip_pkt_frp; /* routing table */
375 struct fcip_routing_table *fcipd_rtable;
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c205 struct fcip_routing_table *fcip_lookup_rtable(struct fcip *fptr,
211 static int fcip_do_plogi(struct fcip *fptr, struct fcip_routing_table *frp);
218 struct fcip_routing_table *frp);
1229 struct fcip_routing_table *frp;
1276 struct fcip_routing_table *frp;
1360 frp = (struct fcip_routing_table *)
1361 kmem_zalloc(sizeof (struct fcip_routing_table), KM_SLEEP);
1418 struct fcip_routing_table *
1421 struct fcip_routing_table *frp = NULL;
1927 struct fcip_routing_table *fr
[all...]

Completed in 83 milliseconds