Lines Matching refs:cpsw_cpdma_bd
92 #define CPSW_NTXDESCS (CPSW_CPPI_RAM_TXDESCS_SIZE/sizeof(struct cpsw_cpdma_bd))
93 #define CPSW_NRXDESCS (CPSW_CPPI_RAM_RXDESCS_SIZE/sizeof(struct cpsw_cpdma_bd))
217 const bus_size_t o = sizeof(struct cpsw_cpdma_bd) * i + 0;
228 const bus_size_t o = sizeof(struct cpsw_cpdma_bd) * i + 0;
238 struct cpsw_cpdma_bd * const bdp)
240 const bus_size_t o = sizeof(struct cpsw_cpdma_bd) * i;
254 struct cpsw_cpdma_bd * const bdp)
256 const bus_size_t o = sizeof(struct cpsw_cpdma_bd) * i;
270 struct cpsw_cpdma_bd * const bdp)
272 const bus_size_t o = sizeof(struct cpsw_cpdma_bd) * i;
287 struct cpsw_cpdma_bd * const bdp)
289 const bus_size_t o = sizeof(struct cpsw_cpdma_bd) * i;
305 return sc->sc_txdescs_pa + sizeof(struct cpsw_cpdma_bd) * x;
312 return sc->sc_rxdescs_pa + sizeof(struct cpsw_cpdma_bd) * x;
613 struct cpsw_cpdma_bd bd;
845 struct cpsw_cpdma_bd bd;
1154 struct cpsw_cpdma_bd bd;
1244 struct cpsw_cpdma_bd bd;
1270 cpi = (tx0_cp - sc->sc_txdescs_pa) / sizeof(struct cpsw_cpdma_bd);