Searched refs:copp_waitlist (Results 1 – 2 of 2) sorted by relevance
807 item = ha->copp_waitlist.head; in ips_eh_abort()813 ips_removeq_copp(&ha->copp_waitlist, item); in ips_eh_abort()872 item = ha->copp_waitlist.head; in __ips_eh_reset()878 ips_removeq_copp(&ha->copp_waitlist, item); in __ips_eh_reset()1065 if (ha->copp_waitlist.count == IPS_MAX_IOCTL_QUEUE) { in ips_queue_lck()1130 ips_putq_copp_tail(&ha->copp_waitlist, scratch); in ips_queue_lck()2146 ha->copp_waitlist.count); in ips_host_info()2652 (ha->copp_waitlist.head) && (scb = ips_getscb(ha))) { in ips_next()2654 item = ips_removeq_copp_head(&ha->copp_waitlist); in ips_next()
1048 ips_copp_queue_t copp_waitlist; /* Pending PT list */ member