Home | History | Annotate | Download | only in dev

Lines Matching defs:txbd

123 	volatile struct txbd *txq_consumer;
124 volatile struct txbd *txq_producer;
125 volatile struct txbd *txq_first;
126 volatile struct txbd *txq_last;
1262 volatile struct txbd *txbd,
1266 (txbd - txq->txq_first) * sizeof(*txbd), count * sizeof(*txbd),
1274 volatile struct txbd *txbd,
1278 (txbd - txq->txq_first) * sizeof(*txbd), count * sizeof(*txbd),
1840 size_t desc_count = map_size / sizeof(struct txbd);
1921 volatile struct txbd *producer = txq->txq_producer;
1946 volatile struct txbd *start = producer + 1;
1967 printf("%s: txbd[%u]=%#x/%u/%#x\n", __func__, producer - txq->txq_first,
1980 printf("%s: txbd[%u]=%#x/%u/%#x\n", __func__,
2163 volatile struct txbd *consumer = txq->txq_consumer;
2299 volatile struct txbd *txbd;
2300 for (txbd = txq->txq_first; txbd < txq->txq_last - 1; txbd++) {
2301 txbd->txbd_flags = 0;
2307 txbd->txbd_flags = TXBD_W;