Lines Matching defs:adapter

24 static bool enable_gc_timeout(struct tsnep_adapter *adapter)  in enable_gc_timeout()
33 static bool gc_timeout_signaled(struct tsnep_adapter *adapter) in gc_timeout_signaled()
41 static bool ack_gc_timeout(struct tsnep_adapter *adapter) in ack_gc_timeout()
50 static bool enable_gc(struct tsnep_adapter *adapter, bool a) in enable_gc()
70 static bool disable_gc(struct tsnep_adapter *adapter) in disable_gc()
80 static bool gc_delayed_enable(struct tsnep_adapter *adapter, bool a, int delay) in gc_delayed_enable()
132 static bool tsnep_test_gc_enable(struct tsnep_adapter *adapter) in tsnep_test_gc_enable()
155 static void delay_base_time(struct tsnep_adapter *adapter, in delay_base_time()
170 static void get_gate_state(struct tsnep_adapter *adapter, u32 *gc, u32 *gc_time, in get_gate_state()
210 static bool check_gate(struct tsnep_adapter *adapter) in check_gate()
299 static bool check_gate_duration(struct tsnep_adapter *adapter, s64 ms) in check_gate_duration()
311 static bool enable_check_taprio(struct tsnep_adapter *adapter, in enable_check_taprio()
326 static bool disable_taprio(struct tsnep_adapter *adapter) in disable_taprio()
340 static bool run_taprio(struct tsnep_adapter *adapter, in run_taprio()
352 static bool tsnep_test_taprio(struct tsnep_adapter *adapter) in tsnep_test_taprio()
449 static bool tsnep_test_taprio_change(struct tsnep_adapter *adapter) in tsnep_test_taprio_change()
602 static bool tsnep_test_taprio_extension(struct tsnep_adapter *adapter) in tsnep_test_taprio_extension()
770 struct tsnep_adapter *adapter = netdev_priv(netdev); in tsnep_ethtool_self_test() local