Searched refs:fcip_dest (Results 1 – 2 of 2) sorted by relevance
203 struct fcip_dest *fcip_dest[FCIP_DEST_HASH_ELEMS]; member335 struct fcip_dest *fcip_pkt_dest; /* destination of pkt */370 struct fcip_dest { struct371 struct fcip_dest *fcipd_next; /* next element of hashtable */ argument
149 struct fcip_dest *fdestp, int flags);215 static struct fcip_dest *fcip_get_dest(struct fcip *fptr,217 static struct fcip_dest *fcip_add_dest(struct fcip *fptr,252 static void fcip_fdestp_enqueue_pkt(struct fcip_dest *fdestp,254 static int fcip_fdestp_dequeue_pkt(struct fcip_dest *fdestp,274 static struct fcip_dest *fcip_do_farp(struct fcip *fptr, la_wwn_t *pwwn,947 (long)(sizeof (fptr->fcip_dest)), in fcip_port_attach()950 bzero(fptr->fcip_dest, sizeof (fptr->fcip_dest)); in fcip_port_attach()1928 struct fcip_dest *fdestp; in fcip_handle_suspend()1952 fdestp = fptr->fcip_dest[hash_bucket]; in fcip_handle_suspend()[all …]