HomeSort by: relevance | last modified time | path
    Searched refs:RX_ENTRIES (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_txp.c 811 if (roff == (RX_ENTRIES * sizeof(struct txp_rx_desc))) {
1060 if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
1066 sizeof(struct txp_rx_desc) * RX_ENTRIES);
1071 boot->br_rxhipri_siz = htole32(RX_ENTRIES * sizeof(struct txp_rx_desc));
1080 if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
1086 sizeof(struct txp_rx_desc) * RX_ENTRIES);
1091 boot->br_rxlopri_siz = htole32(RX_ENTRIES * sizeof(struct txp_rx_desc));
if_txpreg.h 506 #define RX_ENTRIES 128

Completed in 29 milliseconds