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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dtp.h83 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 *t
[all...]
H A Dtp.c35 struct petp { struct
134 int t1_tp_set_coalescing_size(struct petp *tp, unsigned int size)
281 void t1_tp_destroy(struct petp *tp)
286 struct petp * __devinit t1_tp_create(adapter_t *adapter, struct tp_params *p)
288 struct petp *tp = t1_os_malloc_wait_zero(sizeof(*tp));
317 void t1_tp_intr_enable(struct petp *tp)
338 void t1_tp_intr_disable(struct petp *tp)
357 void t1_tp_intr_clear(struct petp *tp)
371 int t1_tp_intr_handler(struct petp *tp)
386 static void set_csum_offload(struct petp *t
[all...]
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h204 struct petp *tp;

Completed in 73 milliseconds