/src/sys/arch/arm/broadcom/ |
bcm53xx_eth.c | 92 struct gmac_txdb *txq_first; member in struct:bcmeth_txqueue 730 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb), 742 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb), 1323 size_t desc_count = BCMETH_RINGSIZE / sizeof(txq->txq_first[0]); 1335 txq->txq_first = descs; 1336 txq->txq_last = txq->txq_first + desc_count; 1433 printf("[%zu]: %#x/%#x/%#x/%#x\n", producer - txq->txq_first, 1443 producer = txq->txq_first; 1444 start = txq->txq_first; 1451 printf("[%zu]: %#x/%#x/%#x/%#x\n", producer - txq->txq_first, [all...] |
bcm53xx_eth.c | 92 struct gmac_txdb *txq_first; member in struct:bcmeth_txqueue 730 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb), 742 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb), 1323 size_t desc_count = BCMETH_RINGSIZE / sizeof(txq->txq_first[0]); 1335 txq->txq_first = descs; 1336 txq->txq_last = txq->txq_first + desc_count; 1433 printf("[%zu]: %#x/%#x/%#x/%#x\n", producer - txq->txq_first, 1443 producer = txq->txq_first; 1444 start = txq->txq_first; 1451 printf("[%zu]: %#x/%#x/%#x/%#x\n", producer - txq->txq_first, [all...] |
/src/sys/arch/powerpc/booke/dev/ |
pq3etsec.c | 125 volatile struct txbd *txq_first; member in struct:pq3etsec_txqueue 1266 (txbd - txq->txq_first) * sizeof(*txbd), count * sizeof(*txbd), 1278 (txbd - txq->txq_first) * sizeof(*txbd), count * sizeof(*txbd), 1850 txq->txq_first = descs; 1851 txq->txq_last = txq->txq_first + desc_count; 1939 KASSERT(txq->txq_lmbufs[producer - txq->txq_first] == NULL); 1950 producer = txq->txq_first; 1956 start = txq->txq_first; 1959 KASSERT(txq->txq_lmbufs[producer - txq->txq_first] == NULL); 1967 printf("%s: txbd[%u]=%#x/%u/%#x\n", __func__, producer - txq->txq_first, [all...] |
pq3etsec.c | 125 volatile struct txbd *txq_first; member in struct:pq3etsec_txqueue 1266 (txbd - txq->txq_first) * sizeof(*txbd), count * sizeof(*txbd), 1278 (txbd - txq->txq_first) * sizeof(*txbd), count * sizeof(*txbd), 1850 txq->txq_first = descs; 1851 txq->txq_last = txq->txq_first + desc_count; 1939 KASSERT(txq->txq_lmbufs[producer - txq->txq_first] == NULL); 1950 producer = txq->txq_first; 1956 start = txq->txq_first; 1959 KASSERT(txq->txq_lmbufs[producer - txq->txq_first] == NULL); 1967 printf("%s: txbd[%u]=%#x/%u/%#x\n", __func__, producer - txq->txq_first, [all...] |