Searched refs:first_new_slot (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 1730 struct cpsw_slot *first_new_slot, *last_old_slot, *next, *slot; in cpsw_rx_enqueue() local 1734 first_new_slot = NULL; in cpsw_rx_enqueue() 1737 if (first_new_slot == NULL) in cpsw_rx_enqueue() 1738 first_new_slot = slot; in cpsw_rx_enqueue() 1785 if (added == 0 || first_new_slot == NULL) in cpsw_rx_enqueue() 1793 cpsw_write_hdp_slot(sc, &sc->rx, first_new_slot); in cpsw_rx_enqueue() 1796 cpsw_cpdma_write_bd_next(sc, last_old_slot, first_new_slot); in cpsw_rx_enqueue() 1841 struct cpsw_slot *first_new_slot, *last, *last_old_slot, *next, *slot; in cpswp_tx_enqueue() local 1847 first_new_slot = NULL; in cpswp_tx_enqueue() 1898 if (first_new_slot == NULL) in cpswp_tx_enqueue() [all …]
|