Searched refs:cpsw_slot (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/ti/cpsw/ |
| H A D | if_cpswvar.h | 55 struct cpsw_slot { struct 60 STAILQ_ENTRY(cpsw_slot) next; argument 62 STAILQ_HEAD(cpsw_slots, cpsw_slot); 128 struct cpsw_slot _slots[CPSW_CPPI_RAM_SIZE / sizeof(struct cpsw_cpdma_bd)];
|
| H A D | if_cpsw.c | 425 cpsw_dump_slot(struct cpsw_softc *sc, struct cpsw_slot *slot) in cpsw_dump_slot() 466 struct cpsw_slot *slot; in cpsw_dump_queue() 491 struct cpsw_slot *slot; in cpsw_init_slots() 508 struct cpsw_slot *slot; in cpsw_add_slots() 531 cpsw_free_slot(struct cpsw_softc *sc, struct cpsw_slot *slot) in cpsw_free_slot() 606 struct cpsw_slot *slot; in cpsw_init() 1619 struct cpsw_slot *last, *slot; in cpsw_rx_dequeue() 1746 struct cpsw_slot *first_new_slot, *last_old_slot, *next, *slot; in cpsw_rx_enqueue() 1751 last_old_slot = STAILQ_LAST(&sc->rx.active, cpsw_slot, next); in cpsw_rx_enqueue() 1864 last_old_slot = STAILQ_LAST(&sc->swsc->tx.active, cpsw_slot, next); in cpswp_tx_enqueue() [all …]
|