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

  /src/sys/dev/pci/
if_bnxvar.h 285 bus_dmamap_t rx_mbuf_map[TOTAL_RX_BD];
286 struct mbuf *rx_mbuf_ptr[TOTAL_RX_BD];
if_bnx.c 2410 for (i = 0; i < TOTAL_RX_BD; i++) {
2688 for (i = 0; i < TOTAL_RX_BD; i++) {
4372 DBRUN(BNX_VERBOSE_RECV, bnx_dump_rx_chain(sc, 0, TOTAL_RX_BD));
4393 for (i = 0; i < TOTAL_RX_BD; i++) {
4620 "TOTAL_RX_BD 0x%x\n",
4623 (int)TOTAL_RX_BD_PER_PAGE, (int)TOTAL_RX_BD);
6144 BNX_PRINTF(sc, "total rx_bd = 0x%08X\n", (uint32_t)TOTAL_RX_BD);
if_bnxreg.h 4588 #define TOTAL_RX_BD (TOTAL_RX_BD_PER_PAGE * RX_PAGES)
4590 #define MAX_RX_BD (TOTAL_RX_BD - 1)

Completed in 37 milliseconds