cpsw_slot
struct cpsw_slot *last, *slot;
struct cpsw_slot *first_new_slot, *last_old_slot, *next, *slot;
last_old_slot = STAILQ_LAST(&sc->rx.active, cpsw_slot, next);
struct cpsw_slot *first_new_slot, *last, *last_old_slot, *next, *slot;
last_old_slot = STAILQ_LAST(&sc->swsc->tx.active, cpsw_slot, next);
struct cpsw_slot *slot, *last_removed_slot = NULL;
cpsw_write_hdp_slotX(struct cpsw_softc *sc, struct cpsw_queue *queue, struct cpsw_slot *slot)
cpsw_write_cp_slotX(struct cpsw_softc *sc, struct cpsw_queue *queue, struct cpsw_slot *slot)
cpsw_dump_slot(struct cpsw_softc *sc, struct cpsw_slot *slot)
struct cpsw_slot *slot;
struct cpsw_slot *slot;
struct cpsw_slot *slot;
cpsw_free_slot(struct cpsw_softc *sc, struct cpsw_slot *slot)
struct cpsw_slot *slot;
struct cpsw_slot _slots[CPSW_CPPI_RAM_SIZE / sizeof(struct cpsw_cpdma_bd)];
STAILQ_ENTRY(cpsw_slot) next;
STAILQ_HEAD(cpsw_slots, cpsw_slot);