Lines Matching refs:write
615 /* Tell device the write idx *just past* this latest filled TFD */
926 * This moves the 'write' idx forward to catch up with 'processed', and
946 rxq->bd[rxq->write] =
948 rxq->queue[rxq->write] = rxb;
949 rxq->write = (rxq->write + 1) & RX_QUEUE_MASK;
959 * Increment device's write pointer in multiples of 8. */
960 if (rxq->write_actual != (rxq->write & ~0x7) ||
961 abs(rxq->write - rxq->read) > 7) {
1078 rxq->read = rxq->write = 0;