Searched refs:petp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | tp.h | 57 struct petp; 60 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p); 61 void t1_tp_destroy(struct petp *tp); 63 void t1_tp_intr_disable(struct petp *tp); 64 void t1_tp_intr_enable(struct petp *tp); 65 void t1_tp_intr_clear(struct petp *tp); 66 int t1_tp_intr_handler(struct petp *tp); 69 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable); 70 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable); 71 int t1_tp_set_coalescing_size(struct petp *t [all...] |
H A D | tp.c | 10 struct petp { struct 54 void t1_tp_destroy(struct petp *tp) in t1_tp_destroy() 59 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p) in t1_tp_create() 61 struct petp *tp = kzalloc(sizeof(*tp), GFP_KERNEL); in t1_tp_create() 71 void t1_tp_intr_enable(struct petp *tp) in t1_tp_intr_enable() 92 void t1_tp_intr_disable(struct petp *tp) in t1_tp_intr_disable() 111 void t1_tp_intr_clear(struct petp *tp) in t1_tp_intr_clear() 125 int t1_tp_intr_handler(struct petp *tp) in t1_tp_intr_handler() 140 static void set_csum_offload(struct petp *tp, u32 csum_bit, int enable) in set_csum_offload() 151 void t1_tp_set_ip_checksum_offload(struct petp *t [all...] |
H A D | common.h | 247 struct petp *tp;
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | tp.h | 57 struct petp; 60 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p); 61 void t1_tp_destroy(struct petp *tp); 63 void t1_tp_intr_disable(struct petp *tp); 64 void t1_tp_intr_enable(struct petp *tp); 65 void t1_tp_intr_clear(struct petp *tp); 66 int t1_tp_intr_handler(struct petp *tp); 69 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable); 70 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable); 71 int t1_tp_set_coalescing_size(struct petp *t [all...] |
H A D | tp.c | 10 struct petp { struct 54 void t1_tp_destroy(struct petp *tp) in t1_tp_destroy() 59 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p) in t1_tp_create() 61 struct petp *tp = kzalloc(sizeof(*tp), GFP_KERNEL); in t1_tp_create() 71 void t1_tp_intr_enable(struct petp *tp) in t1_tp_intr_enable() 92 void t1_tp_intr_disable(struct petp *tp) in t1_tp_intr_disable() 111 void t1_tp_intr_clear(struct petp *tp) in t1_tp_intr_clear() 125 int t1_tp_intr_handler(struct petp *tp) in t1_tp_intr_handler() 140 static void set_csum_offload(struct petp *tp, u32 csum_bit, int enable) in set_csum_offload() 151 void t1_tp_set_ip_checksum_offload(struct petp *t [all...] |
H A D | common.h | 237 struct petp *tp;
|
Completed in 4 milliseconds