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