Searched refs:fdestp (Results 1 – 1 of 1) sorted by relevance
149 struct fcip_dest *fdestp, int flags);252 static void fcip_fdestp_enqueue_pkt(struct fcip_dest *fdestp,254 static int fcip_fdestp_dequeue_pkt(struct fcip_dest *fdestp,1928 struct fcip_dest *fdestp; in fcip_handle_suspend() local1952 fdestp = fptr->fcip_dest[hash_bucket]; in fcip_handle_suspend()1953 while (fdestp != NULL) { in fcip_handle_suspend()1954 mutex_enter(&fdestp->fcipd_mutex); in fcip_handle_suspend()1955 if (fdestp->fcipd_rtable) { in fcip_handle_suspend()1957 &fdestp->fcipd_pwwn, in fcip_handle_suspend()1960 &fdestp->fcipd_mutex); in fcip_handle_suspend()[all …]