Lines Matching defs:sbmacdma
180 struct sbmacdma { struct
186 struct sbmac_softc *sbdma_eth; /* back pointer to associated
188 int sbdma_channel; /* channel number */
189 int sbdma_txdir; /* direction (1=transmit) */
190 int sbdma_maxdescr; /* total # of descriptors
193 int sbdma_int_pktcnt;
196 int sbdma_int_timeout;
199 void __iomem *sbdma_config0; /* DMA config register 0 */
200 void __iomem *sbdma_config1; /* DMA config register 1 */
201 void __iomem *sbdma_dscrbase;
203 void __iomem *sbdma_dscrcnt; /* descriptor count register */
204 void __iomem *sbdma_curdscr; /* current descriptor
206 void __iomem *sbdma_oodpktlost;
212 void *sbdma_dscrtable_unaligned;
213 struct sbdmadscr *sbdma_dscrtable;
215 struct sbdmadscr *sbdma_dscrtable_end;
217 struct sk_buff **sbdma_ctxtable;
220 dma_addr_t sbdma_dscrtable_phys;
222 struct sbdmadscr *sbdma_addptr; /* next dscr for sw to add */
223 struct sbdmadscr *sbdma_remptr; /* next dscr for sw