Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h203 struct fcip_dest *fcip_dest[FCIP_DEST_HASH_ELEMS]; member
370 struct fcip_dest { struct
371 struct fcip_dest *fcipd_next; /* next element of hashtable */ argument
372 fcip_pkt_t *fcipd_head; /* packet head for this port */
373 kmutex_t fcipd_mutex; /* packet list mutex */
374 uint32_t fcipd_refcnt; /* no.of active sessions */
375 struct fcip_routing_table *fcipd_rtable;
384 uint32_t fcipd_retries; /* retries if needed ?? */
385 uint32_t fcipd_flags; /* flags ?? */
386 ulong_t fcipd_ncmds; /* no. of transport cmds */