Searched refs:ata_queue_alloc_slot (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/dev/ata/ |
H A D | ata_subr.c | 300 ata_queue_alloc_slot(struct ata_channel *chp, uint8_t *c_slot, in ata_queue_alloc_slot() function
|
H A D | atavar.h | 580 bool ata_queue_alloc_slot(struct ata_channel *, uint8_t *, uint8_t);
|
H A D | ata.c | 1181 if (!ata_queue_alloc_slot(chp, &xfer->c_slot, drv_openings)) in atastart()
|
/netbsd-src/sys/dev/ic/ |
H A D | siisata.c | 682 if (!ata_queue_alloc_slot(chp, &c_slot, ATA_MAX_OPENINGS)) { in siisata_reset_drive() 810 if (!ata_queue_alloc_slot(chp, &c_slot, ATA_MAX_OPENINGS)) { in siisata_probe_drive()
|
H A D | ahcisata_core.c | 774 if (!ata_queue_alloc_slot(chp, &c_slot, ATA_MAX_OPENINGS)) { in ahci_reset_drive() 1062 if (!ata_queue_alloc_slot(chp, &c_slot, ATA_MAX_OPENINGS)) { in ahci_probe_drive()
|