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

/openbsd-current/sys/dev/pci/
H A Dif_bge.c1515 for (i = 0; i < BGE_TX_RING_CNT; i++) {
1561 for (i = 0; i < BGE_TX_RING_CNT; i++) {
2151 BGE_NIC_TXRING_ADDR(0, BGE_TX_RING_CNT));
2153 BGE_RCB_MAXLEN_FLAGS(BGE_TX_RING_CNT, 0));
3061 ifq_init_maxlen(&ifp->if_snd, BGE_TX_RING_CNT - 1);
3710 tlen = (BGE_TX_RING_CNT - cons) * sizeof (struct bge_tx_bd);
3740 BGE_INC(cons, BGE_TX_RING_CNT);
4115 cur = frag = (sc->bge_tx_prodidx + *txinc) % BGE_TX_RING_CNT;
4182 BGE_INC(frag, BGE_TX_RING_CNT);
4229 BGE_TX_RING_CNT) {
[all...]
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];

Completed in 277 milliseconds