Searched refs:rx_ret_prd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dacenic.c774 if (ap->rx_ret_prd != NULL) {
776 (void *)ap->rx_ret_prd,
778 ap->rx_ret_prd = NULL;
834 ap->rx_ret_prd = pci_alloc_consistent(ap->pdev, sizeof(u32),
836 if (ap->rx_ret_prd == NULL)
1297 *(ap->rx_ret_prd) = 0;
2092 * ACK intr now. Otherwise we will lose updates to rx_ret_prd,
2093 * which happened _after_ rxretprd = *ap->rx_ret_prd; but before
2109 rxretprd = *ap->rx_ret_prd;
H A Dacenic.h659 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member in struct:ace_private

Completed in 62 milliseconds