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

/freebsd-10-stable/sys/arm/ti/cpsw/
H A Dif_cpswvar.h120 struct cpsw_slot _slots[CPSW_CPPI_RAM_SIZE / sizeof(struct cpsw_cpdma_bd)]; member in struct:cpsw_softc
H A Dif_cpsw.c468 for (i = 0; i < sizeof(sc->_slots) / sizeof(sc->_slots[0]); i++) {
469 slot = &sc->_slots[i];
522 const int max_slots = sizeof(sc->_slots) / sizeof(sc->_slots[0]);
750 for (i = 0; i < sizeof(sc->_slots) / sizeof(sc->_slots[0]); ++i)
751 cpsw_free_slot(sc, &sc->_slots[i]);

Completed in 165 milliseconds