Lines Matching refs:petp
10 struct petp {
54 void t1_tp_destroy(struct petp *tp)
59 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p)
61 struct petp *tp = kzalloc(sizeof(*tp), GFP_KERNEL);
71 void t1_tp_intr_enable(struct petp *tp)
92 void t1_tp_intr_disable(struct petp *tp)
111 void t1_tp_intr_clear(struct petp *tp)
125 int t1_tp_intr_handler(struct petp *tp)
140 static void set_csum_offload(struct petp *tp, u32 csum_bit, int enable)
151 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable)
156 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable)
165 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk)