/src/sys/arch/powerpc/booke/dev/ |
pq3etsec.c | 124 volatile struct txbd *txq_producer; member in struct:pq3etsec_txqueue 1853 txq->txq_producer = descs; 1921 volatile struct txbd *producer = txq->txq_producer; 1977 txq->txq_producer->txbd_flags = 1978 first_flags | (txq->txq_producer->txbd_flags & TXBD_W); 1981 txq->txq_producer - txq->txq_first, txq->txq_producer->txbd_flags, 1982 txq->txq_producer->txbd_len, txq->txq_producer->txbd_bufptr); 1984 pq3etsec_txq_desc_presync(sc, txq, txq->txq_producer, 1) [all...] |
pq3etsec.c | 124 volatile struct txbd *txq_producer; member in struct:pq3etsec_txqueue 1853 txq->txq_producer = descs; 1921 volatile struct txbd *producer = txq->txq_producer; 1977 txq->txq_producer->txbd_flags = 1978 first_flags | (txq->txq_producer->txbd_flags & TXBD_W); 1981 txq->txq_producer - txq->txq_first, txq->txq_producer->txbd_flags, 1982 txq->txq_producer->txbd_len, txq->txq_producer->txbd_bufptr); 1984 pq3etsec_txq_desc_presync(sc, txq, txq->txq_producer, 1) [all...] |
/src/sys/arch/arm/broadcom/ |
bcm53xx_eth.c | 91 struct gmac_txdb *txq_producer; member in struct:bcmeth_txqueue 1331 txq->txq_producer = descs; 1402 struct gmac_txdb *producer = txq->txq_producer; 1455 KASSERT(map->dm_nsegs == 1 || txq->txq_producer != producer); 1457 || (txq->txq_producer->txdb_flags & htole32(TXDB_FLAG_EF)) == 0); 1463 txq->txq_producer - txq->txq_first, producer - txq->txq_first); 1467 txq->txq_producer = txq->txq_first; 1469 txq->txq_producer = producer + 1; 1477 + ((uintptr_t)txq->txq_producer & XMT_LASTDSCR)); 1603 if (consumer == txq->txq_producer) { [all...] |
bcm53xx_eth.c | 91 struct gmac_txdb *txq_producer; member in struct:bcmeth_txqueue 1331 txq->txq_producer = descs; 1402 struct gmac_txdb *producer = txq->txq_producer; 1455 KASSERT(map->dm_nsegs == 1 || txq->txq_producer != producer); 1457 || (txq->txq_producer->txdb_flags & htole32(TXDB_FLAG_EF)) == 0); 1463 txq->txq_producer - txq->txq_first, producer - txq->txq_first); 1467 txq->txq_producer = txq->txq_first; 1469 txq->txq_producer = producer + 1; 1477 + ((uintptr_t)txq->txq_producer & XMT_LASTDSCR)); 1603 if (consumer == txq->txq_producer) { [all...] |