Home | History | Annotate | Download | only in pci

Lines Matching refs:rx_bd

304 void	bnx_dump_rxbd(struct bnx_softc *, int, struct rx_bd *);
3866 struct rx_bd *rxbd;
3909 * Setup the rx_bd for the first segment
3922 sizeof(struct rx_bd) * RX_IDX(*chain_prod), sizeof(struct rx_bd),
3941 sizeof(struct rx_bd) * RX_IDX(*chain_prod),
3942 sizeof(struct rx_bd), BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE);
3948 sizeof(struct rx_bd) * RX_IDX(*chain_prod),
3949 sizeof(struct rx_bd), BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE);
3953 * last rx_bd entry so that rx_mbuf_ptr and rx_mbuf_map matches)
3970 /* Encapsulate an mbuf cluster into the rx_bd chain. */
3972 /* The NetXtreme II can support Jumbo frames by using multiple rx_bd's. */
3973 /* This routine will map an mbuf cluster into 1 or more rx_bd's as */
4311 struct rx_bd *rxbd;
4349 /* Allocate mbuf clusters for the rx_bd chain. */
4354 "Error filling RX chain: rx_bd[0x%04X]!\n", chain_prod);
4366 /* Tell the chip about the waiting rx_bd's. */
4577 struct rx_bd *rxbd __diagused;
4582 * rx_bd index.
4587 /* Get the used rx_bd. */
4594 /* The mbuf is stored with the last rx_bd entry of a packet. */
4597 /* Validate that this is the last rx_bd. */
4600 "rx_bd[0x%04X]!\n", device_xname(sc->bnx_dev),
4692 * Get a new mbuf for the rx_bd. If no new
5034 /* Calculate the RX Ethernet frame size for rx_bd's. */
6047 bnx_dump_rxbd(struct bnx_softc *sc, int idx, struct rx_bd *rxbd)
6051 BNX_PRINTF(sc, "rx_bd[0x%04X]: Invalid rx_bd index!\n", idx);
6054 BNX_PRINTF(sc, "rx_bd[0x%04X]: haddr = 0x%08X:%08X, chain page "
6059 BNX_PRINTF(sc, "rx_bd[0x%04X]: haddr = 0x%08X:%08X, nbytes = "
6125 struct rx_bd *rxbd;
6131 " rx_bd chain "
6134 device_printf(sc->bnx_dev, "----- RX_BD Chain -----\n");
6141 "rx_bd per page = 0x%08X, usable rx_bd per page = 0x%08X\n",
6144 BNX_PRINTF(sc, "total rx_bd = 0x%08X\n", (uint32_t)TOTAL_RX_BD);
6148 " rx_bd data "
6151 /* Now print out the rx_bd's themselves. */
6516 BNX_PRINTF(sc, "%p - (sc->rx_bd_chain) rx_bd chain virtual address\n",
6578 BNX_PRINTF(sc, " 0x%08X - (sc->free_rx_bd) free rx_bd's\n",