Searched refs:prodidx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 5317 uint32_t prodidx; in bge_start_locked() local 5328 prodidx = sc->bge_tx_prodidx; in bge_start_locked() 5344 if (bge_encap(sc, &m_head, &prodidx)) { in bge_start_locked() 5361 bge_start_tx(sc, prodidx); in bge_start_locked() 5365 bge_start_tx(struct bge_softc *sc, uint32_t prodidx) in bge_start_tx() argument 5371 bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, prodidx); in bge_start_tx() 5374 bge_writembx(sc, BGE_MBX_TX_HOST_PROD0_LO, prodidx); in bge_start_tx() 5376 sc->bge_tx_prodidx = prodidx; in bge_start_tx() 6797 uint32_t prodidx; in bge_debugnet_transmit() local 6805 prodidx = sc->bge_tx_prodidx; in bge_debugnet_transmit() [all …]
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | 4719 uint64_t considx, prodidx; in pmc_capture_user_callchain() local 4736 for (iter = 0, considx = psb->ps_considx, prodidx = psb->ps_prodidx; in pmc_capture_user_callchain() 4737 considx < prodidx && iter < pmc_nsamples; considx++, iter++) { in pmc_capture_user_callchain()
|