Searched refs:pg_mbuf_ptr (Results 1 – 2 of 2) sorted by relevance
5447 sc->pg_mbuf_ptr[prod_idx] = m_new; in bce_get_pg_buf()5976 if (sc->pg_mbuf_ptr[i] != NULL) { in bce_free_pg_chain()5981 m_freem(sc->pg_mbuf_ptr[i]); in bce_free_pg_chain()5982 sc->pg_mbuf_ptr[i] = NULL; in bce_free_pg_chain()6545 m_pg = sc->pg_mbuf_ptr[sw_pg_cons_idx]; in bce_rx_intr()6546 sc->pg_mbuf_ptr[sw_pg_cons_idx] = NULL; in bce_rx_intr()9766 m = sc->pg_mbuf_ptr[chain_prod]; in bce_dump_pg_mbuf_chain()10673 val_hi = BCE_ADDR_HI(sc->pg_mbuf_ptr); in bce_dump_driver_state()10674 val_lo = BCE_ADDR_LO(sc->pg_mbuf_ptr); in bce_dump_driver_state()
6543 struct mbuf *pg_mbuf_ptr[MAX_PG_BD_AVAIL]; member