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

  /src/sys/dev/pci/
if_bnxvar.h 243 struct rx_bd *rx_bd_chain[RX_PAGES];
288 /* Track the number of rx_bd and tx_bd's in use. */
376 uint32_t rx_low_watermark; /* Lowest number of rx_bd's free. */
if_bnx.c 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
    [all...]
if_bnxreg.h 721 * rx_bd definition
723 struct rx_bd { struct
4586 #define TOTAL_RX_BD_PER_PAGE (BCM_PAGE_SIZE / sizeof(struct rx_bd))
4710 * usable rx_bd's per page, and should be called

Completed in 24 milliseconds