Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dmace.c47 struct mace_data { struct
48 volatile struct mace *mace;
49 volatile struct dbdma_regs *tx_dma;
50 int tx_dma_intr;
51 volatile struct dbdma_regs *rx_dma;
52 int rx_dma_intr;
53 volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */
54 volatile struct dbdma_cmd *rx_cmds; /* recv dma command list */
55 struct sk_buff *rx_bufs[N_RX_RING];
56 int rx_fill;
[all …]
Dmacmace.c47 struct mace_data { struct
70 #define PRIV_BYTES sizeof(struct mace_data) argument