Home
last modified time | relevance | path

Searched defs:ks8851_net (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/micrel/
Dks8851.h380 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
[all …]