Searched defs:fcip_routing_table (Results 1 – 1 of 1) sorted by relevance
303 struct fcip_routing_table { struct304 struct fcip_routing_table *fcipr_next; /* next elem */ argument305 la_wwn_t fcipr_pwwn; /* Destination Port's Port WWN */306 la_wwn_t fcipr_nwwn; /* Destination Port's Node WWN */307 fc_portid_t fcipr_d_id; /* Destination Port's D_ID */308 void *fcipr_pd; /* pointer to port device struct */309 uchar_t fcipr_ipaddr[16]; /* Port's IP address */310 int fcipr_state; /* login state etc */311 clock_t fcipr_invalid_timeout; /* wait after marked inval */312 opaque_t fcipr_fca_dev; /* FCA device pointer */