Searched refs:ks_net (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ks8851_mll.c | 432 struct ks_net { struct 484 static u8 ks_rdreg8(struct ks_net *ks, int offset) in ks_rdreg8() 503 static u16 ks_rdreg16(struct ks_net *ks, int offset) in ks_rdreg16() 517 static void ks_wrreg8(struct ks_net *ks, int offset, u8 value) in ks_wrreg8() 534 static void ks_wrreg16(struct ks_net *ks, int offset, u16 value) in ks_wrreg16() 548 static inline void ks_inblk(struct ks_net *ks, u16 *wptr, u32 len) in ks_inblk() 562 static inline void ks_outblk(struct ks_net *ks, u16 *wptr, u32 len) in ks_outblk() 569 static void ks_disable_int(struct ks_net *ks) in ks_disable_int() 574 static void ks_enable_int(struct ks_net *ks) in ks_enable_int() 584 static inline u16 ks_tx_fifo_space(struct ks_net *ks) in ks_tx_fifo_space() [all …]
|