Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c143 struct fcip_dest *fdestp, int flags);
246 static void fcip_fdestp_enqueue_pkt(struct fcip_dest *fdestp,
248 static int fcip_fdestp_dequeue_pkt(struct fcip_dest *fdestp,
1871 struct fcip_dest *fdestp; in fcip_handle_suspend() local
1895 fdestp = fptr->fcip_dest[hash_bucket]; in fcip_handle_suspend()
1896 while (fdestp != NULL) { in fcip_handle_suspend()
1897 mutex_enter(&fdestp->fcipd_mutex); in fcip_handle_suspend()
1898 if (fdestp->fcipd_rtable) { in fcip_handle_suspend()
1900 &fdestp->fcipd_pwwn, in fcip_handle_suspend()
1903 &fdestp->fcipd_mutex); in fcip_handle_suspend()
[all …]