Home
last modified time | relevance | path

Searched refs:BGE_TX_RING_CNT (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_bgereg.h2533 #define BGE_TX_RING_CNT BGE_TX_RING_CNT_512 macro
2785 struct bge_tx_bd bge_tx_ring[BGE_TX_RING_CNT];
2817 struct mbuf *bge_tx_chain[BGE_TX_RING_CNT];
2821 bus_dmamap_t bge_tx_map[BGE_TX_RING_CNT];
2944 bus_dmamap_t bge_txdma[BGE_TX_RING_CNT];
H A Dif_bge.c1515 for (i = 0; i < BGE_TX_RING_CNT; i++) { in bge_free_tx_ring()
1561 for (i = 0; i < BGE_TX_RING_CNT; i++) { in bge_init_tx_ring()
2151 BGE_NIC_TXRING_ADDR(0, BGE_TX_RING_CNT)); in bge_blockinit()
2153 BGE_RCB_MAXLEN_FLAGS(BGE_TX_RING_CNT, 0)); in bge_blockinit()
3061 ifq_init_maxlen(&ifp->if_snd, BGE_TX_RING_CNT - 1); in bge_attach()
3705 tlen = (BGE_TX_RING_CNT - cons) * sizeof (struct bge_tx_bd); in bge_txeof()
3735 BGE_INC(cons, BGE_TX_RING_CNT); in bge_txeof()
4110 cur = frag = (sc->bge_tx_prodidx + *txinc) % BGE_TX_RING_CNT; in bge_encap()
4177 BGE_INC(frag, BGE_TX_RING_CNT); in bge_encap()
4224 BGE_TX_RING_CNT) { in bge_start()
[all …]