Lines Matching defs:sbmacdma
182 struct sbmacdma { struct
188 struct sbmac_softc *sbdma_eth; /* back pointer to associated
190 int sbdma_channel; /* channel number */
191 int sbdma_txdir; /* direction (1=transmit) */
192 int sbdma_maxdescr; /* total # of descriptors
195 int sbdma_int_pktcnt;
198 int sbdma_int_timeout;
201 void __iomem *sbdma_config0; /* DMA config register 0 */
202 void __iomem *sbdma_config1; /* DMA config register 1 */
203 void __iomem *sbdma_dscrbase;
205 void __iomem *sbdma_dscrcnt; /* descriptor count register */
206 void __iomem *sbdma_curdscr; /* current descriptor
208 void __iomem *sbdma_oodpktlost;
214 void *sbdma_dscrtable_unaligned;
215 struct sbdmadscr *sbdma_dscrtable;
217 struct sbdmadscr *sbdma_dscrtable_end;
219 struct sk_buff **sbdma_ctxtable;
222 dma_addr_t sbdma_dscrtable_phys;
224 struct sbdmadscr *sbdma_addptr; /* next dscr for sw to add */
225 struct sbdmadscr *sbdma_remptr; /* next dscr for sw