Lines Matching defs:tp
132 int t1_tp_set_coalescing_size(struct petp *tp, unsigned int size) in t1_tp_set_coalescing_size()
279 void t1_tp_destroy(struct petp *tp) in t1_tp_destroy()
286 struct petp *tp = t1_os_malloc_wait_zero(sizeof(*tp)); in t1_tp_create() local
315 void t1_tp_intr_enable(struct petp *tp) in t1_tp_intr_enable()
336 void t1_tp_intr_disable(struct petp *tp) in t1_tp_intr_disable()
355 void t1_tp_intr_clear(struct petp *tp) in t1_tp_intr_clear()
369 int t1_tp_intr_handler(struct petp *tp) in t1_tp_intr_handler()
384 static void set_csum_offload(struct petp *tp, u32 csum_bit, int enable) in set_csum_offload()
395 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable) in t1_tp_set_ip_checksum_offload()
400 void t1_tp_set_udp_checksum_offload(struct petp *tp, int enable) in t1_tp_set_udp_checksum_offload()
405 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable) in t1_tp_set_tcp_checksum_offload()
414 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) in t1_tp_reset()