Lines Matching defs:sbmacdma
199 struct sbmacdma { struct
205 struct sbmac_softc *sbdma_eth; /* back pointer to associated
207 int sbdma_channel; /* channel number */
208 int sbdma_txdir; /* direction (1=transmit) */
209 int sbdma_maxdescr; /* total # of descriptors
212 int sbdma_int_pktcnt;
215 int sbdma_int_timeout;
218 void __iomem *sbdma_config0; /* DMA config register 0 */
219 void __iomem *sbdma_config1; /* DMA config register 1 */
220 void __iomem *sbdma_dscrbase;
222 void __iomem *sbdma_dscrcnt; /* descriptor count register */
223 void __iomem *sbdma_curdscr; /* current descriptor
225 void __iomem *sbdma_oodpktlost;
231 void *sbdma_dscrtable_unaligned;
232 struct sbdmadscr *sbdma_dscrtable;
234 struct sbdmadscr *sbdma_dscrtable_end;
236 struct sk_buff **sbdma_ctxtable;
239 dma_addr_t sbdma_dscrtable_phys;
241 struct sbdmadscr *sbdma_addptr; /* next dscr for sw to add */
242 struct sbdmadscr *sbdma_remptr; /* next dscr for sw