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

  /src/sys/dev/ata/
ata_subr.c 69 ata_queue_reset(struct ata_queue *chq)
83 struct ata_queue *chq = chp->ch_queue;
160 struct ata_queue *
169 struct ata_queue *chq = kmem_zalloc(sizeof(*chq), KM_SLEEP);
184 ata_queue_free(struct ata_queue *chq)
230 struct ata_queue *chq = chp->ch_queue;
288 struct ata_queue *chq = chp->ch_queue;
303 struct ata_queue *chq = chp->ch_queue;
333 struct ata_queue *chq = chp->ch_queue;
346 struct ata_queue *chq = chp->ch_queue
    [all...]
atavar.h 223 struct ata_queue;
225 struct ata_queue { struct
439 struct ata_queue *ch_queue;
569 struct ata_queue *
571 void ata_queue_free(struct ata_queue *);
ata.c 442 struct ata_queue *chq = chp->ch_queue;
1085 struct ata_queue *chq = chp->ch_queue;
1271 struct ata_queue * const chq = chp->ch_queue;
1307 struct ata_queue *chq = chp->ch_queue;
1343 struct ata_queue * const chq = chp->ch_queue;
1452 struct ata_queue * const chq = chp->ch_queue;
1471 struct ata_queue * const chq = chp->ch_queue;
2364 struct ata_queue *chq = chp->ch_queue;

Completed in 15 milliseconds