Lines Matching defs:s_smt_os
123 struct s_smt_os { struct
124 struct net_device *dev;
125 struct net_device *next_module;
126 u32 bus_type; /* bus type (0 == PCI, 1 == EISA) */
127 struct pci_dev pdev; /* PCI device structure */
129 unsigned long base_addr;
130 unsigned char factory_mac_addr[8];
131 ulong SharedMemSize;
132 ulong SharedMemHeap;
133 void* SharedMemAddr;
134 dma_addr_t SharedMemDMA;
136 ulong QueueSkb;
137 struct sk_buff_head SendSkbQueue;
139 ulong MaxFrameSize;
163 typedef struct s_smt_os skfddi_priv; argument