Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dtp.h81 struct petp;
84 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p);
85 void t1_tp_destroy(struct petp *tp);
87 void t1_tp_intr_disable(struct petp *tp);
88 void t1_tp_intr_enable(struct petp *tp);
89 void t1_tp_intr_clear(struct petp *tp);
90 int t1_tp_intr_handler(struct petp *tp);
93 void t1_tp_set_udp_checksum_offload(struct petp *tp, int enable);
94 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable);
95 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable);
[all …]
H A Dtp.c33 struct petp { struct
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()
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()
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()
[all …]
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h202 struct petp *tp;