Searched refs:ccb_slot (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dufshcivar.h42 int ccb_slot; member in struct:ufshci_ccb
H A Dahci.c609 ccb->ccb_slot = i;
615 ccb->ccb_slot * sizeof(struct ahci_cmd_table));
1082 if (rc != 0 && ISSET(ap->ap_active, 1 << ccb->ccb_slot)) {
1084 "still active.\n", PORTNAME(ap), ccb->ccb_slot);
1276 KASSERT(ap->ap_active == (1 << ccb->ccb_slot) &&
1293 ap->ap_active &= ~(1 << ccb->ccb_slot);
1297 "active_cnt %d\n", PORTNAME(ap), ccb->ccb_slot,
1830 1 << ccb->ccb_slot)) {
1836 PORTNAME(ap), ccb->ccb_slot);
1868 ccb->ccb_slot * sizeo
[all...]
H A Dahcivar.h46 int ccb_slot; member in struct:ahci_ccb
H A Dufshci.c575 slot = ccb->ccb_slot;
668 slot = ccb->ccb_slot;
778 slot = ccb->ccb_slot;
886 slot = ccb->ccb_slot;
998 slot = ccb->ccb_slot;
1111 slot = ccb->ccb_slot;
1231 slot = ccb->ccb_slot;
1437 ccb->ccb_slot = i;
1610 if (ufshci_doorbell_poll(sc, ccb->ccb_slot, xs->timeout) == 0) {
1665 if (ufshci_doorbell_poll(sc, ccb->ccb_slot, x
[all...]

Completed in 122 milliseconds