Searched refs:copp_waitlist (Results 1 – 2 of 2) sorted by relevance
804 item = ha->copp_waitlist.head; in ips_eh_abort()810 ips_removeq_copp(&ha->copp_waitlist, item); in ips_eh_abort()869 item = ha->copp_waitlist.head; in __ips_eh_reset()875 ips_removeq_copp(&ha->copp_waitlist, item); in __ips_eh_reset()1062 if (ha->copp_waitlist.count == IPS_MAX_IOCTL_QUEUE) { in ips_queue_lck()1127 ips_putq_copp_tail(&ha->copp_waitlist, scratch); in ips_queue_lck()2132 ha->copp_waitlist.count); in ips_host_info()2576 (ha->copp_waitlist.head) && (scb = ips_getscb(ha))) { in ips_next()2578 item = ips_removeq_copp_head(&ha->copp_waitlist); in ips_next()
1039 ips_copp_queue_t copp_waitlist; /* Pending PT list */ member