Lines Matching refs:write
613 /* Tell device the write idx *just past* this latest filled TFD */
922 * This moves the 'write' idx forward to catch up with 'processed', and
942 rxq->bd[rxq->write] =
944 rxq->queue[rxq->write] = rxb;
945 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK;
955 * Increment device's write pointer in multiples of 8. */
956 if (rxq->write_actual != (rxq->write & ~0x7) ||
957 abs(rxq->write - rxq->read) > 7) {
1075 rxq->read = rxq->write = 0;