Lines Matching defs:ks8851_net
379 struct ks8851_net { struct
380 struct net_device *netdev;
381 spinlock_t statelock;
383 union ks8851_tx_hdr txh ____cacheline_aligned;
407 void (*lock)(struct ks8851_net *ks, argument
409 void (*unlock)(struct ks8851_net *ks, argument
411 unsigned int (*rdreg16)(struct ks8851_net *ks, argument
413 void (*wrreg16)(struct ks8851_net *ks, argument
415 void (*rdfifo)(struct ks8851_net *ks, u8 *buff, argument
417 void (*wrfifo)(struct ks8851_net *ks, argument
421 void (*rx_skb)(struct ks8851_net *ks, argument
423 void (*flush_tx_work)(struct ks8851_net *ks); argument