Searched refs:fdest_new (Results 1 – 1 of 1) sorted by relevance
6121 struct fcip_dest *fdest_new; in fcip_add_dest() local6152 fdest_new = (struct fcip_dest *) in fcip_add_dest()6155 mutex_init(&fdest_new->fcipd_mutex, NULL, MUTEX_DRIVER, NULL); in fcip_add_dest()6156 fdest_new->fcipd_next = fptr->fcip_dest[hash_bucket]; in fcip_add_dest()6157 fdest_new->fcipd_refcnt = 0; in fcip_add_dest()6158 fdest_new->fcipd_rtable = frp; in fcip_add_dest()6159 fdest_new->fcipd_ncmds = 0; in fcip_add_dest()6160 fptr->fcip_dest[hash_bucket] = fdest_new; in fcip_add_dest()6161 fdest_new->fcipd_flags = FCIP_PORT_NOTLOGGED; in fcip_add_dest()6164 return (fdest_new); in fcip_add_dest()