Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dmc3.h40 struct pemc3;
42 struct pemc3 *t1_mc3_create(adapter_t * adapter);
43 void t1_mc3_destroy(struct pemc3 *mc3);
44 int t1_mc3_init(struct pemc3 *mc3, unsigned int mc3_clock);
46 int t1_mc3_intr_handler(struct pemc3 *mc3);
47 void t1_mc3_intr_enable(struct pemc3 *mc3);
48 void t1_mc3_intr_disable(struct pemc3 *mc3);
49 void t1_mc3_intr_clear(struct pemc3 *mc3);
51 unsigned int t1_mc3_get_size(struct pemc3 *mc3);
52 const struct pemc3_intr_counts *t1_mc3_get_intr_counts(struct pemc3 *mc3);
H A Dmc3.c36 struct pemc3 { struct
46 void t1_mc3_intr_enable(struct pemc3 *mc3) in t1_mc3_intr_enable() argument
63 void t1_mc3_intr_disable(struct pemc3 *mc3) in t1_mc3_intr_disable()
80 void t1_mc3_intr_clear(struct pemc3 *mc3) in t1_mc3_intr_clear()
109 int t1_mc3_intr_handler(struct pemc3 *mc3) in t1_mc3_intr_handler()
195 int t1_mc3_init(struct pemc3 *mc3, unsigned int mc3_clock) in t1_mc3_init()
341 struct pemc3 * __devinit t1_mc3_create(adapter_t *adapter) in t1_mc3_create()
343 struct pemc3 *mc3 = t1_os_malloc_wait_zero(sizeof(*mc3)); in t1_mc3_create()
353 void t1_mc3_destroy(struct pemc3 *mc3) in t1_mc3_destroy()
358 unsigned int t1_mc3_get_size(struct pemc3 *mc3) in t1_mc3_get_size()
[all …]
/titanic_50/usr/src/uts/common/io/chxge/
H A Dch.h201 struct pemc3 *mc3;