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 1068 SIMPLEQ_INSERT_TAIL(&chp->ch_queue->queue_xfer, xfer,
1071 SIMPLEQ_INSERT_HEAD(&chp->ch_queue->queue_xfer, xfer,
1079 SIMPLEQ_FIRST(&chp->ch_queue->queue_xfer) != xfer) {
1144 if ((xfer = SIMPLEQ_FIRST(&chp->ch_queue->queue_xfer)) == NULL) {
1145 ATADEBUG_PRINT(("%s(chp=%p): channel %d queue_xfer is empty\n",
1243 SIMPLEQ_REMOVE_HEAD(&chq->queue_xfer, c_xferchain);
1515 while ((xfer = SIMPLEQ_FIRST(&chq->queue_xfer))) {
1521 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 */ member in struct:ata_queue

Completed in 17 milliseconds