Searched refs:petp (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
H A Dtp.h56 struct petp;
59 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p);
60 void t1_tp_destroy(struct petp *tp);
62 void t1_tp_intr_disable(struct petp *tp);
63 void t1_tp_intr_enable(struct petp *tp);
64 void t1_tp_intr_clear(struct petp *tp);
65 int t1_tp_intr_handler(struct petp *tp);
68 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable);
69 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable);
70 int t1_tp_set_coalescing_size(struct petp *tp, unsigned int size);
71 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk);
H A Dtp.c9 struct petp { struct
53 void t1_tp_destroy(struct petp *tp) t1_tp_destroy()
58 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p) t1_tp_create()
60 struct petp *tp = kzalloc(sizeof(*tp), GFP_KERNEL); t1_tp_create()
70 void t1_tp_intr_enable(struct petp *tp) t1_tp_intr_enable()
91 void t1_tp_intr_disable(struct petp *tp) t1_tp_intr_disable()
110 void t1_tp_intr_clear(struct petp *tp) t1_tp_intr_clear()
124 int t1_tp_intr_handler(struct petp *tp) t1_tp_intr_handler()
139 static void set_csum_offload(struct petp *tp, u32 csum_bit, int enable) set_csum_offload()
150 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable) t1_tp_set_ip_checksum_offload()
155 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable) t1_tp_set_tcp_checksum_offload()
164 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) t1_tp_reset()
H A Dcommon.h244 struct petp *tp;

Completed in 71 milliseconds