Searched refs:sf_rx_cring (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/sf/
H A Dif_sf.c1204 (void **)&sc->sf_rdata.sf_rx_cring, BUS_DMA_WAITOK |
1215 sc->sf_cdata.sf_rx_cring_map, sc->sf_rdata.sf_rx_cring,
1345 if (sc->sf_rdata.sf_rx_cring)
1347 sc->sf_rdata.sf_rx_cring,
1349 sc->sf_rdata.sf_rx_cring = NULL;
1402 bzero(rd->sf_rx_cring, SF_RX_CLIST_SIZE);
1557 cur_cmp = &sc->sf_rdata.sf_rx_cring[cons];
H A Dif_sfreg.h1068 struct sf_rx_rcdesc *sf_rx_cring; member in struct:sf_ring_data

Completed in 70 milliseconds