HomeSort by: relevance | last modified time | path
    Searched refs:ata_queue_alloc_slot (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ata/
ata_subr.c 300 ata_queue_alloc_slot(struct ata_channel *chp, uint8_t *c_slot, function in typeref:typename:bool
atavar.h 580 bool ata_queue_alloc_slot(struct ata_channel *, uint8_t *, uint8_t);
ata.c 1181 if (!ata_queue_alloc_slot(chp, &xfer->c_slot, drv_openings))
  /src/sys/dev/ic/
siisata.c 682 if (!ata_queue_alloc_slot(chp, &c_slot, ATA_MAX_OPENINGS)) {
810 if (!ata_queue_alloc_slot(chp, &c_slot, ATA_MAX_OPENINGS)) {
ahcisata_core.c 774 if (!ata_queue_alloc_slot(chp, &c_slot, ATA_MAX_OPENINGS)) {
1062 if (!ata_queue_alloc_slot(chp, &c_slot, ATA_MAX_OPENINGS)) {

Completed in 19 milliseconds