Searched refs:ap_active (Results 1 – 4 of 4) sorted by relevance
406 KKASSERT(ap->ap_active & (1 << slot)); in sili_port_reinit()407 ap->ap_active &= ~(1 << slot); in sili_port_reinit()1084 while (ap->ap_active) { in sili_port_hardstop()1085 slot = ffs(ap->ap_active) - 1; in sili_port_hardstop()1086 ap->ap_active &= ~(1 << slot); in sili_port_hardstop()1374 mask = ap->ap_active; in sili_check_active_timeouts()1439 while (ap->ap_active) { in sili_exclusive_access()1503 if (ap->ap_active & ~ap->ap_expired) { in sili_issue_pending_commands()1534 ap->ap_active |= 1 << ccb->ccb_slot; in sili_issue_pending_commands()1709 active = ap->ap_active & ~ap->ap_expired; in sili_port_intr()[all …]
773 u_int32_t ap_active; /* active bmask */ member
1816 while (ap->ap_active) {1817 slot = ffs(ap->ap_active) - 1;1818 ap->ap_active &= ~(1 << slot);2129 mask = ap->ap_active | ap->ap_sactive;2197 while (ap->ap_active || ap->ap_sactive) {2270 if (ap->ap_active & ~ap->ap_expired) {2296 if (ap->ap_active) {2334 KKASSERT(((ap->ap_active | ap->ap_sactive) & mask) == 0);2370 KKASSERT(((ap->ap_active | ap->ap_sactive) &2372 ap->ap_active |= 1 << ccb->ccb_slot;[all …]
478 u_int32_t ap_active; /* active CI command bmask */ member