Searched refs:rx_ret_prd (Results 1 – 2 of 2) sorted by relevance
1029 if (ap->rx_ret_prd != NULL) { in ace_free_descriptors()1031 (void *)ap->rx_ret_prd, in ace_free_descriptors()1033 ap->rx_ret_prd = NULL; in ace_free_descriptors()1089 ap->rx_ret_prd = pci_alloc_consistent(ap->pdev, sizeof(u32), in ace_allocate_descriptors()1091 if (ap->rx_ret_prd == NULL) in ace_allocate_descriptors()1574 *(ap->rx_ret_prd) = 0; in ace_init()2463 rxretprd = *ap->rx_ret_prd; in ace_interrupt()
682 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member