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