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

/freebsd-12-stable/sys/dev/sf/
H A Dif_sf.c1159 (void **)&sc->sf_rdata.sf_tx_cring, BUS_DMA_WAITOK |
1170 sc->sf_cdata.sf_tx_cring_map, sc->sf_rdata.sf_tx_cring,
1317 if (sc->sf_rdata.sf_tx_cring)
1319 sc->sf_rdata.sf_tx_cring,
1321 sc->sf_rdata.sf_tx_cring = NULL;
1431 bzero(rd->sf_tx_cring, SF_TX_CLIST_SIZE);
1713 cur_cmp = &sc->sf_rdata.sf_tx_cring[cons];
H A Dif_sfreg.h1064 struct sf_tx_rcdesc *sf_tx_cring; member in struct:sf_ring_data

Completed in 115 milliseconds