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;
570 struct ata_queue *
572 void ata_queue_free(struct ata_queue *);
ata.c 442 struct ata_queue *chq = chp->ch_queue;
1123 struct ata_queue *chq = chp->ch_queue;
1309 struct ata_queue * const chq = chp->ch_queue;
1345 struct ata_queue *chq = chp->ch_queue;
1381 struct ata_queue * const chq = chp->ch_queue;
1490 struct ata_queue * const chq = chp->ch_queue;
1509 struct ata_queue * const chq = chp->ch_queue;
2407 struct ata_queue *chq = chp->ch_queue;

Completed in 15 milliseconds