Lines Matching defs:ks8851_net
101 struct ks8851_net { struct
102 struct net_device *netdev;
103 struct spi_device *spidev;
104 struct mutex lock;
105 spinlock_t statelock;
107 union ks8851_tx_hdr txh ____cacheline_aligned;
108 u8 rxd[8];
109 u8 txd[8];
111 u32 msg_enable ____cacheline_aligned;
112 u16 tx_space;
113 u8 fid;
115 u16 rc_ier;
116 u16 rc_rxqcr;
117 u16 rc_ccr;
118 u16 eeprom_size;
120 struct mii_if_info mii;
121 struct ks8851_rxctrl rxctrl;
123 struct work_struct tx_work;
124 struct work_struct irq_work;
125 struct work_struct rxctrl_work;
127 struct sk_buff_head txq;
129 struct spi_message spi_msg1;
130 struct spi_message spi_msg2;
131 struct spi_transfer spi_xfer1;
132 struct spi_transfer spi_xfer2[2];
134 struct eeprom_93cx6 eeprom;