Lines Matching refs:evt_ring
722 if (ap->evt_ring != NULL) { in ace_free_descriptors()
724 dma_free_coherent(&ap->pdev->dev, size, ap->evt_ring, in ace_free_descriptors()
726 ap->evt_ring = NULL; in ace_free_descriptors()
775 ap->evt_ring = dma_alloc_coherent(&ap->pdev->dev, size, in ace_allocate_descriptors()
778 if (ap->evt_ring == NULL) in ace_allocate_descriptors()
1186 memset(ap->evt_ring, 0, EVT_RING_ENTRIES * sizeof(struct event)); in ace_init()
1817 switch (ap->evt_ring[evtcsm].evt) { in ace_handle_event()
1828 u16 code = ap->evt_ring[evtcsm].code; in ace_handle_event()
1856 switch(ap->evt_ring[evtcsm].code) { in ace_handle_event()
1871 ap->name, ap->evt_ring[evtcsm].code); in ace_handle_event()
1906 ap->name, ap->evt_ring[evtcsm].evt); in ace_handle_event()