Home
last modified time | relevance | path

Searched refs:rtase_private (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c104 static void rtase_w8(const struct rtase_private *tp, u16 reg, u8 val8) in rtase_w8()
109 static void rtase_w16(const struct rtase_private *tp, u16 reg, u16 val16) in rtase_w16()
114 static void rtase_w32(const struct rtase_private *tp, u16 reg, u32 val32) in rtase_w32()
119 static u8 rtase_r8(const struct rtase_private *tp, u16 reg) in rtase_r8()
124 static u16 rtase_r16(const struct rtase_private *tp, u16 reg) in rtase_r16()
129 static u32 rtase_r32(const struct rtase_private *tp, u16 reg) in rtase_r32()
134 static void rtase_free_desc(struct rtase_private *tp) in rtase_free_desc()
160 static int rtase_alloc_desc(struct rtase_private *tp) in rtase_alloc_desc()
208 struct rtase_private *tp = ring->ivec->tp; in rtase_tx_clear_range()
232 static void rtase_tx_clear(struct rtase_private *tp) in rtase_tx_clear()
[all …]