Searched defs:tlan_private (Results 1 – 1 of 1) sorted by relevance
214 struct tlan_private { struct215 unsigned short vendor_id; /* PCI Vendor code */216 unsigned short dev_id; /* PCI Device code */217 const char *nic_name;218 u8 *padBuffer;219 u8 *rxBuffer;220 struct TLanList *rx_head_desc;221 u32 rxHead;222 u32 rxTail;223 u32 rxEocCount;[all …]