Searched refs:ks_net (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/micrel/ |
| D | ks8851_mll.c | 433 struct ks_net { struct 485 static u8 ks_rdreg8(struct ks_net *ks, int offset) in ks_rdreg8() 504 static u16 ks_rdreg16(struct ks_net *ks, int offset) in ks_rdreg16() 518 static void ks_wrreg8(struct ks_net *ks, int offset, u8 value) in ks_wrreg8() 535 static void ks_wrreg16(struct ks_net *ks, int offset, u16 value) in ks_wrreg16() 549 static inline void ks_inblk(struct ks_net *ks, u16 *wptr, u32 len) in ks_inblk() 563 static inline void ks_outblk(struct ks_net *ks, u16 *wptr, u32 len) in ks_outblk() 570 static void ks_disable_int(struct ks_net *ks) in ks_disable_int() 575 static void ks_enable_int(struct ks_net *ks) in ks_enable_int() 585 static inline u16 ks_tx_fifo_space(struct ks_net *ks) in ks_tx_fifo_space() [all …]
|