Searched defs:fza_private (Results 1 – 1 of 1) sorted by relevance
664 struct fza_private { struct665 struct device *bdev; /* pointer to the bus device */666 const char *name; /* printable device name */667 void __iomem *mmio; /* MMIO ioremap cookie */668 struct fza_regs __iomem *regs; /* pointer to FZA registers */670 struct sk_buff *rx_skbuff[FZA_RING_RX_SIZE];674 dma_addr_t rx_dma[FZA_RING_RX_SIZE];677 struct fza_ring_cmd __iomem *ring_cmd;681 int ring_cmd_index; /* index to the command descriptor ring684 struct fza_ring_uns __iomem *ring_uns;[all …]