Home
last modified time | relevance | path

Searched defs:mace_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/apple/
H A Dmace.c44 struct mace_data { struct
45 volatile struct mace __iomem *mace;
46 volatile struct dbdma_regs __iomem *tx_dma;
47 int tx_dma_intr;
48 volatile struct dbdma_regs __iomem *rx_dma;
49 int rx_dma_intr;
50 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */
51 volatile struct dbdma_cmd *rx_cmds; /* recv dma command list */
52 struct sk_buff *rx_bufs[N_RX_RING];
76 #define PRIV_BYTES (sizeof(struct mace_data) \ argument
H A Dmacmace.c56 struct mace_data { struct
57 volatile struct mace *mace;
58 unsigned char *tx_ring;
59 dma_addr_t tx_ring_phys;
60 unsigned char *rx_ring;
84 #define PRIV_BYTES sizeof(struct mace_data) argument