Searched refs:pg_mbuf_ptr (Results 1 – 2 of 2) sorted by relevance
5446 sc->pg_mbuf_ptr[prod_idx] = m_new; in bce_get_pg_buf()5975 if (sc->pg_mbuf_ptr[i] != NULL) { in bce_free_pg_chain()5980 m_freem(sc->pg_mbuf_ptr[i]); in bce_free_pg_chain()5981 sc->pg_mbuf_ptr[i] = NULL; in bce_free_pg_chain()6544 m_pg = sc->pg_mbuf_ptr[sw_pg_cons_idx]; in bce_rx_intr()6545 sc->pg_mbuf_ptr[sw_pg_cons_idx] = NULL; in bce_rx_intr()9765 m = sc->pg_mbuf_ptr[chain_prod]; in bce_dump_pg_mbuf_chain()10672 val_hi = BCE_ADDR_HI(sc->pg_mbuf_ptr); in bce_dump_driver_state()10673 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