Home
last modified time | relevance | path

Searched refs:rx_bd (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_bnx.c304 void bnx_dump_rxbd(struct bnx_softc *, int, struct rx_bd *);
3866 struct rx_bd *rxbd; in bnx_add_buf()
3909 * Setup the rx_bd for the first segment in bnx_add_buf()
3922 sizeof(struct rx_bd) * RX_IDX(*chain_prod), sizeof(struct rx_bd), in bnx_add_buf()
3941 sizeof(struct rx_bd) * RX_IDX(*chain_prod), in bnx_add_buf()
3942 sizeof(struct rx_bd), BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE); in bnx_add_buf()
3948 sizeof(struct rx_bd) * RX_IDX(*chain_prod), in bnx_add_buf()
3949 sizeof(struct rx_bd), BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE); in bnx_add_buf()
3953 * last rx_bd entr in bnx_add_buf()
[all...]
H A Dif_bnxvar.h243 struct rx_bd *rx_bd_chain[RX_PAGES];
H A Dif_bnxreg.h723 struct rx_bd { struct
4586 #define TOTAL_RX_BD_PER_PAGE (BCM_PAGE_SIZE / sizeof(struct rx_bd))