Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/apple/
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
Dmacmace.c60 struct mace_data { struct
61 volatile struct mace *mace;
62 unsigned char *tx_ring;
63 dma_addr_t tx_ring_phys;
64 unsigned char *rx_ring;
88 #define PRIV_BYTES sizeof(struct mace_data) argument