Searched refs:petp (Results 1 – 3 of 3) sorted by relevance
83 struct petp;86 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p);87 void t1_tp_destroy(struct petp *tp);89 void t1_tp_intr_disable(struct petp *tp);90 void t1_tp_intr_enable(struct petp *tp);91 void t1_tp_intr_clear(struct petp *tp);92 int t1_tp_intr_handler(struct petp *tp);95 void t1_tp_set_udp_checksum_offload(struct petp *tp, int enable);96 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable);97 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable);[all …]
35 struct petp { struct134 int t1_tp_set_coalescing_size(struct petp *tp, unsigned int size) in t1_tp_set_coalescing_size()281 void t1_tp_destroy(struct petp *tp) in t1_tp_destroy()286 struct petp * __devinit t1_tp_create(adapter_t *adapter, struct tp_params *p) in t1_tp_create()288 struct petp *tp = t1_os_malloc_wait_zero(sizeof(*tp)); in t1_tp_create()317 void t1_tp_intr_enable(struct petp *tp) in t1_tp_intr_enable()338 void t1_tp_intr_disable(struct petp *tp) in t1_tp_intr_disable()357 void t1_tp_intr_clear(struct petp *tp) in t1_tp_intr_clear()371 int t1_tp_intr_handler(struct petp *tp) in t1_tp_intr_handler()386 static void set_csum_offload(struct petp *tp, u32 csum_bit, int enable) in set_csum_offload()[all …]
204 struct petp *tp;