Home
last modified time | relevance | path

Searched refs:fdest_new (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5941 struct fcip_dest *fdest_new; in fcip_add_dest() local
5972 fdest_new = (struct fcip_dest *) in fcip_add_dest()
5975 mutex_init(&fdest_new->fcipd_mutex, NULL, MUTEX_DRIVER, NULL); in fcip_add_dest()
5976 fdest_new->fcipd_next = fptr->fcip_dest[hash_bucket]; in fcip_add_dest()
5977 fdest_new->fcipd_refcnt = 0; in fcip_add_dest()
5978 fdest_new->fcipd_rtable = frp; in fcip_add_dest()
5979 fdest_new->fcipd_ncmds = 0; in fcip_add_dest()
5980 fptr->fcip_dest[hash_bucket] = fdest_new; in fcip_add_dest()
5981 fdest_new->fcipd_flags = FCIP_PORT_NOTLOGGED; in fcip_add_dest()
5984 return (fdest_new); in fcip_add_dest()