Searched defs:fdest_new (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c6121 struct fcip_dest *fdest_new; local
6152 fdest_new = (struct fcip_dest *)
6155 mutex_init(&fdest_new->fcipd_mutex, NULL, MUTEX_DRIVER, NULL);
6156 fdest_new->fcipd_next = fptr->fcip_dest[hash_bucket];
6157 fdest_new->fcipd_refcnt = 0;
6158 fdest_new->fcipd_rtable = frp;
6159 fdest_new->fcipd_ncmds = 0;
6160 fptr->fcip_dest[hash_bucket] = fdest_new;
6161 fdest_new->fcipd_flags = FCIP_PORT_NOTLOGGED;
6164 return (fdest_new);
[all...]

Completed in 57 milliseconds