Searched refs:copp_waitlist (Results 1 – 2 of 2) sorted by relevance
799 item = ha->copp_waitlist.head; in ips_eh_abort()805 ips_removeq_copp(&ha->copp_waitlist, item); in ips_eh_abort()864 item = ha->copp_waitlist.head; in __ips_eh_reset()870 ips_removeq_copp(&ha->copp_waitlist, item); in __ips_eh_reset()1054 if (ha->copp_waitlist.count == IPS_MAX_IOCTL_QUEUE) { in ips_queue_lck()1119 ips_putq_copp_tail(&ha->copp_waitlist, scratch); in ips_queue_lck()2124 ha->copp_waitlist.count); in ips_host_info()2560 (ha->copp_waitlist.head) && (scb = ips_getscb(ha))) { in ips_next()2562 item = ips_removeq_copp_head(&ha->copp_waitlist); in ips_next()
1021 ips_copp_queue_t copp_waitlist; /* Pending PT list */ member