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

  /src/sys/dev/ata/
ata.c 1030 SIMPLEQ_INSERT_TAIL(&chp->ch_queue->queue_xfer, xfer,
1033 SIMPLEQ_INSERT_HEAD(&chp->ch_queue->queue_xfer, xfer,
1041 SIMPLEQ_FIRST(&chp->ch_queue->queue_xfer) != xfer) {
1106 if ((xfer = SIMPLEQ_FIRST(&chp->ch_queue->queue_xfer)) == NULL) {
1107 ATADEBUG_PRINT(("%s(chp=%p): channel %d queue_xfer is empty\n",
1205 SIMPLEQ_REMOVE_HEAD(&chq->queue_xfer, c_xferchain);
1477 while ((xfer = SIMPLEQ_FIRST(&chq->queue_xfer))) {
1483 SIMPLEQ_REMOVE_HEAD(&chp->ch_queue->queue_xfer, c_xferchain);
ata_subr.c 72 SIMPLEQ_INIT(&chq->queue_xfer);
atavar.h 231 SIMPLEQ_HEAD(, ata_xfer) queue_xfer; /* queue of pending commands */

Completed in 13 milliseconds