Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/apple/
Dmace.c45 struct mace_data { struct
46 volatile struct mace __iomem *mace;
47 volatile struct dbdma_regs __iomem *tx_dma;
48 int tx_dma_intr;
49 volatile struct dbdma_regs __iomem *rx_dma;
50 int rx_dma_intr;
51 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */
52 volatile struct dbdma_cmd *rx_cmds; /* recv dma command list */
53 struct sk_buff *rx_bufs[N_RX_RING];
77 #define PRIV_BYTES (sizeof(struct mace_data) \ argument
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