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()1055 if (ha->copp_waitlist.count == IPS_MAX_IOCTL_QUEUE) { in ips_queue_lck()1118 ips_putq_copp_tail(&ha->copp_waitlist, scratch); in ips_queue_lck()2127 ha->copp_waitlist.count); in ips_host_info()2563 (ha->copp_waitlist.head) && (scb = ips_getscb(ha))) { in ips_next()2565 item = ips_removeq_copp_head(&ha->copp_waitlist); in ips_next()
1021 ips_copp_queue_t copp_waitlist; /* Pending PT list */ member