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