Lines Matching refs:rx_bd

340     int, struct rx_bd *);
342 int, struct rx_bd *);
5365 /* Encapsulate an mbuf into the rx_bd chain. */
5375 struct rx_bd *rxbd;
5452 /* Setup the rx_bd for the segment. */
5490 struct rx_bd *pgbd;
5556 * The page chain uses the same rx_bd data structure
5755 * when the number of available rx_bd's gets
5818 struct rx_bd *rxbd;
5912 /* Write the mailbox and tell the chip about the waiting rx_bd's. */
5974 struct rx_bd *pgbd;
6014 /* Configure the rx_bd and page chain mbuf cluster size. */
6081 * the new rx_bd's in the page chain.
6583 /* Convert the producer/consumer indices to an actual rx_bd index. */
9222 0, "Lowest level of free rx_bd's");
10088 /* Prints out a rx_bd structure. */
10094 bce_dump_rxbd(struct bce_softc *sc, int idx, struct rx_bd *rxbd)
10098 BCE_PRINTF("rx_bd[0x%04X]: Invalid rx_bd index!\n", idx);
10101 BCE_PRINTF("rx_bd[0x%04X]: haddr = 0x%08X:%08X, chain page "
10105 /* Normal rx_bd entry. */
10106 BCE_PRINTF("rx_bd[0x%04X]: haddr = 0x%08X:%08X, nbytes = "
10114 /* Prints out a rx_bd structure in the page chain. */
10120 bce_dump_pgbd(struct bce_softc *sc, int idx, struct rx_bd *pgbd)
10130 /* Normal rx_bd entry. */
10198 BCE_PRINTF(" 0x%08X - (L2CTX_RX_PG_BUF_SIZE) host rx_bd/page "
10575 struct rx_bd *rxbd;
10577 /* First some info about the rx_bd chain structure. */
10580 " rx_bd chain "
10586 BCE_PRINTF("rx_bd per page = 0x%08X, usable rx_bd per page = 0x%08X\n",
10589 BCE_PRINTF("total rx_bd = 0x%08X\n", (u32) TOTAL_RX_BD_ALLOC);
10593 " rx_bd data "
10596 /* Now print out the rx_bd's themselves. */
10619 struct rx_bd *pgbd;
10630 BCE_PRINTF("rx_bd per page = 0x%08X, usable rx_bd per page = 0x%08X\n",
10640 /* Now print out the rx_bd's themselves. */
10859 BCE_PRINTF("0x%08X:%08X - (sc->rx_bd_chain) rx_bd chain "
10939 "rx_bd's\n", sc->free_rx_bd);
10953 "rx_bd's\n", sc->free_pg_bd);