Lines Matching defs:ks8851_net
380 struct ks8851_net { struct
381 struct net_device *netdev;
382 spinlock_t statelock;
384 union ks8851_tx_hdr txh ____cacheline_aligned;
385 u8 rxd[8];
409 void (*lock)(struct ks8851_net *ks, argument
411 void (*unlock)(struct ks8851_net *ks, argument
413 unsigned int (*rdreg16)(struct ks8851_net *ks, argument
415 void (*wrreg16)(struct ks8851_net *ks, argument
417 void (*rdfifo)(struct ks8851_net *ks, u8 *buff, argument
419 void (*wrfifo)(struct ks8851_net *ks, argument
423 void (*rx_skb)(struct ks8851_net *ks, argument
425 void (*flush_tx_work)(struct ks8851_net *ks); argument