Searched refs:rx_idx (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/ffec/ |
| H A D | if_ffec.c | 177 uint32_t rx_idx; member 825 ffec_setup_rxdesc(sc, sc->rx_idx, in ffec_rxfinish_onebuf() 826 sc->rxdesc_ring[sc->rx_idx].buf_paddr); in ffec_rxfinish_onebuf() 832 bmap = &sc->rxbuf_map[sc->rx_idx]; in ffec_rxfinish_onebuf() 864 if ((error = ffec_setup_rxbuf(sc, sc->rx_idx, newmbuf)) != 0) { in ffec_rxfinish_onebuf() 885 desc = &sc->rxdesc_ring[sc->rx_idx]; in ffec_rxfinish_locked() 894 ffec_setup_rxdesc(sc, sc->rx_idx, in ffec_rxfinish_locked() 895 sc->rxdesc_ring[sc->rx_idx].buf_paddr); in ffec_rxfinish_locked() 908 ffec_setup_rxdesc(sc, sc->rx_idx, in ffec_rxfinish_locked() 909 sc->rxdesc_ring[sc->rx_idx].buf_paddr); in ffec_rxfinish_locked() [all …]
|
| /freebsd/sys/dev/xilinx/ |
| H A D | if_xae.c | 361 xae_setup_rxdesc(sc, sc->rx_idx, in xae_rxfinish_onebuf() 362 sc->rxdesc_ring[sc->rx_idx].phys); in xae_rxfinish_onebuf() 368 bmap = &sc->rxbuf_map[sc->rx_idx]; in xae_rxfinish_onebuf() 381 if ((error = xae_setup_rxbuf(sc, sc->rx_idx, newmbuf)) != 0) { in xae_rxfinish_onebuf() 404 desc = &sc->rxdesc_ring[sc->rx_idx]; in xae_rxfinish_locked() 410 tmp = sc->rx_idx; in xae_rxfinish_locked() 411 sc->rx_idx = next_rxidx(sc, sc->rx_idx); in xae_rxfinish_locked() 1178 sc->rx_idx = 0; in xae_attach()
|
| H A D | if_xaevar.h | 86 uint32_t rx_idx; member
|
| /freebsd/sys/dev/dwc/ |
| H A D | if_dwcvar.h | 101 uint32_t rx_idx; member
|
| H A D | dwc1000_dma.c | 512 idx = sc->rx_idx; in dma1000_rxfinish_locked() 530 sc->rx_idx = next_rxidx(sc, sc->rx_idx); in dma1000_rxfinish_locked()
|
| H A D | if_dwc.c | 505 sc->rx_idx = 0; in dwc_attach()
|