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

/illumos-gate/usr/src/uts/common/io/chxge/com/
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...]

Completed in 58 milliseconds