Symbol: fcip_routing_table
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1210
struct fcip_routing_table *frp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1257
struct fcip_routing_table *frp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1332
frp = (struct fcip_routing_table *)
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1333
kmem_zalloc(sizeof (struct fcip_routing_table), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1387
struct fcip_routing_table *
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1390
struct fcip_routing_table *frp = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1870
struct fcip_routing_table *frp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
199
struct fcip_routing_table *fcip_lookup_rtable(struct fcip *fptr,
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
205
static int fcip_do_plogi(struct fcip *fptr, struct fcip_routing_table *frp);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
212
struct fcip_routing_table *frp);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2205
struct fcip_routing_table *frtp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2609
struct fcip_routing_table *frp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2697
struct fcip_routing_table *frp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
3052
struct fcip_routing_table *frp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4185
struct fcip_routing_table *frp = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4213
struct fcip_routing_table *frp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4747
struct fcip_routing_table *frtp, *frtp_next;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4751
kmem_free(frtp, sizeof (struct fcip_routing_table));
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5744
struct fcip_routing_table *frp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5936
fcip_add_dest(struct fcip *fptr, struct fcip_routing_table *frp)
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6036
struct fcip_routing_table *frp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6189
fcip_do_plogi(struct fcip *fptr, struct fcip_routing_table *frp)
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6293
struct fcip_routing_table *frp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6856
struct fcip_routing_table *frp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
7013
struct fcip_routing_table *frtp;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
7236
struct fcip_routing_table *frtp, *frtp_next, *frtp_prev;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
7308
sizeof (struct fcip_routing_table));
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
7366
struct fcip_routing_table *frp;
usr/src/uts/common/sys/fibre-channel/ulp/fcip.h
206
struct fcip_routing_table *fcip_rtable[FCIP_RT_HASH_ELEMS];
usr/src/uts/common/sys/fibre-channel/ulp/fcip.h
304
struct fcip_routing_table *fcipr_next; /* next elem */
usr/src/uts/common/sys/fibre-channel/ulp/fcip.h
344
struct fcip_routing_table *fcip_pkt_frp; /* routing table */
usr/src/uts/common/sys/fibre-channel/ulp/fcip.h
375
struct fcip_routing_table *fcipd_rtable;