Lines Matching defs:ks8851_net
106 struct ks8851_net { struct
107 struct net_device *netdev;
108 struct spi_device *spidev;
109 struct mutex lock;
110 spinlock_t statelock;
112 union ks8851_tx_hdr txh ____cacheline_aligned;
113 u8 rxd[8];
114 u8 txd[8];
116 u32 msg_enable ____cacheline_aligned;
117 u16 tx_space;
118 u8 fid;
120 u16 rc_ier;
121 u16 rc_rxqcr;
122 u16 rc_ccr;
124 struct mii_if_info mii;
125 struct ks8851_rxctrl rxctrl;
127 struct work_struct tx_work;
128 struct work_struct rxctrl_work;
130 struct sk_buff_head txq;
132 struct spi_message spi_msg1;
133 struct spi_message spi_msg2;
134 struct spi_transfer spi_xfer1;
135 struct spi_transfer spi_xfer2[2];
137 struct eeprom_93cx6 eeprom;
138 struct regulator *vdd_reg;
139 struct regulator *vdd_io;
140 int gpio;