Searched refs:cpsw_slot (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpswvar.h | 53 struct cpsw_slot { struct 58 STAILQ_ENTRY(cpsw_slot) next; argument 60 STAILQ_HEAD(cpsw_slots, cpsw_slot); 126 struct cpsw_slot _slots[CPSW_CPPI_RAM_SIZE / sizeof(struct cpsw_cpdma_bd)];
|
H A D | if_cpsw.c | 398 cpsw_write_hdp_slotX(struct cpsw_softc *sc, struct cpsw_queue *queue, struct cpsw_slot *slot) 407 cpsw_write_cp_slotX(struct cpsw_softc *sc, struct cpsw_queue *queue, struct cpsw_slot *slot) 419 cpsw_dump_slot(struct cpsw_softc *sc, struct cpsw_slot *slot) in cpsw_dump_slot() 460 struct cpsw_slot *slot; in cpsw_dump_queue() 485 struct cpsw_slot *slot; in cpsw_init_slots() 502 struct cpsw_slot *slot; in cpsw_add_slots() 525 cpsw_free_slot(struct cpsw_softc *sc, struct cpsw_slot *slot) in cpsw_free_slot() 600 struct cpsw_slot *slot; in cpsw_init() 1607 struct cpsw_slot *last, *slot; in cpsw_rx_dequeue() 1734 struct cpsw_slot *first_new_slot, *last_old_slot, *next, *slot; in cpsw_rx_enqueue() [all …]
|