Searched refs:evt_prd (Results 1 – 2 of 2) sorted by relevance
736 if (ap->evt_prd != NULL) { in ace_free_descriptors()738 (void *)ap->evt_prd, ap->evt_prd_dma); in ace_free_descriptors()739 ap->evt_prd = NULL; in ace_free_descriptors()796 ap->evt_prd = pci_alloc_consistent(ap->pdev, sizeof(u32), in ace_allocate_descriptors()798 if (ap->evt_prd == NULL) in ace_allocate_descriptors()1195 *(ap->evt_prd) = 0; in ace_init()2158 evtprd = *ap->evt_prd; in ace_interrupt()
674 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member