Searched defs:depca_private (Results 1 – 1 of 1) sorted by relevance
462 struct depca_private { struct463 char adapter_name[DEPCA_STRLEN]; /* /proc/ioports string */464 enum depca_type adapter; /* Adapter type */465 enum {469 } depca_bus; /* type of bus */470 struct depca_init init_block; /* Shadow Initialization block */472 struct depca_rx_desc __iomem *rx_ring; /* Pointer to start of RX descriptor ring */473 struct depca_tx_desc __iomem *tx_ring; /* Pointer to start of TX descriptor ring */474 void __iomem *rx_buff[NUM_RX_DESC]; /* CPU virt address of sh'd memory buffs */475 void __iomem *tx_buff[NUM_TX_DESC]; /* CPU virt address of sh'd memory buffs */[all …]