Home
last modified time | relevance | path

Searched defs:fcip_routing_table (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h303 struct fcip_routing_table { struct
304 struct fcip_routing_table *fcipr_next; /* next elem */ argument
305 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 */