Lines Matching refs:peespi
30 struct peespi { struct
125 void t1_espi_intr_enable(struct peespi *espi) in t1_espi_intr_enable()
141 void t1_espi_intr_clear(struct peespi *espi) in t1_espi_intr_clear()
148 void t1_espi_intr_disable(struct peespi *espi) in t1_espi_intr_disable()
156 int t1_espi_intr_handler(struct peespi *espi) in t1_espi_intr_handler()
185 const struct espi_intr_counts *t1_espi_get_intr_counts(struct peespi *espi) in t1_espi_get_intr_counts()
261 int t1_espi_init(struct peespi *espi, int mac_type, int nports) in t1_espi_init()
309 void t1_espi_destroy(struct peespi *espi) in t1_espi_destroy()
317 struct peespi *t1_espi_create(adapter_t *adapter) in t1_espi_create()
319 struct peespi *espi = t1_os_malloc_wait_zero(sizeof(*espi)); in t1_espi_create()
328 struct peespi *espi = adapter->espi; in t1_espi_set_misc_ctrl()
341 struct peespi *espi = adapter->espi; in t1_espi_get_mon()
373 struct peespi *espi = adapter->espi; in t1_espi_get_mon_t204()