Searched defs:ks8851_net (Results 1 – 1 of 1) sorted by relevance
106 struct ks8851_net { struct107 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;[all …]