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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c328 IFQ_SET_MAXLEN(&ifp->if_snd, TX_ENTRIES);
887 if (++cons == TX_ENTRIES) {
956 if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
961 memset(sc->sc_txhiring_dma.dma_vaddr, 0, sizeof(struct txp_tx_desc) * TX_ENTRIES);
964 boot->br_txhipri_siz = htole32(TX_ENTRIES * sizeof(struct txp_tx_desc));
969 for (i = 0; i < TX_ENTRIES; i++) {
971 TX_ENTRIES - 4, TXP_MAX_SEGLEN, 0,
983 if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
988 memset(sc->sc_txloring_dma.dma_vaddr, 0, sizeof(struct txp_tx_desc) * TX_ENTRIES);
991 boot->br_txlopri_siz = htole32(TX_ENTRIES * sizeo
[all...]
H A Dif_txpreg.h502 #define TX_ENTRIES 256 macro
577 struct txp_swdesc sc_txd[TX_ENTRIES];

Completed in 58 milliseconds