Home
last modified time | relevance | path

Searched defs:mc3 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc3.c44 void t1_mc3_intr_enable(struct pemc3 *mc3) in t1_mc3_intr_enable()
61 void t1_mc3_intr_disable(struct pemc3 *mc3) in t1_mc3_intr_disable()
78 void t1_mc3_intr_clear(struct pemc3 *mc3) in t1_mc3_intr_clear()
107 int t1_mc3_intr_handler(struct pemc3 *mc3) in t1_mc3_intr_handler()
193 int t1_mc3_init(struct pemc3 *mc3, unsigned int mc3_clock) in t1_mc3_init()
341 struct pemc3 *mc3 = t1_os_malloc_wait_zero(sizeof(*mc3)); in t1_mc3_create() local
351 void t1_mc3_destroy(struct pemc3 *mc3) in t1_mc3_destroy()
356 unsigned int t1_mc3_get_size(struct pemc3 *mc3) in t1_mc3_get_size()
361 const struct pemc3_intr_counts *t1_mc3_get_intr_counts(struct pemc3 *mc3) in t1_mc3_get_intr_counts()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h199 struct pemc3 *mc3; member