Searched refs:ks_net (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/micrel/ |
| D | ks8851_mll.c | 114 struct ks_net { struct 166 static u8 ks_rdreg8(struct ks_net *ks, int offset) in ks_rdreg8() 185 static u16 ks_rdreg16(struct ks_net *ks, int offset) in ks_rdreg16() 199 static void ks_wrreg8(struct ks_net *ks, int offset, u8 value) in ks_wrreg8() 216 static void ks_wrreg16(struct ks_net *ks, int offset, u16 value) in ks_wrreg16() 230 static inline void ks_inblk(struct ks_net *ks, u16 *wptr, u32 len) in ks_inblk() 244 static inline void ks_outblk(struct ks_net *ks, u16 *wptr, u32 len) in ks_outblk() 251 static void ks_disable_int(struct ks_net *ks) in ks_disable_int() 256 static void ks_enable_int(struct ks_net *ks) in ks_enable_int() 266 static inline u16 ks_tx_fifo_space(struct ks_net *ks) in ks_tx_fifo_space() [all …]
|