Searched defs:fcip_dest (Results 1 – 1 of 1) sorted by relevance
203 struct fcip_dest *fcip_dest[FCIP_DEST_HASH_ELEMS]; member370 struct fcip_dest { struct371 struct fcip_dest *fcipd_next; /* next element of hashtable */ argument372 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 */