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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dacenic.c769 if (ap->rx_ret_prd != NULL) {
771 (void *)ap->rx_ret_prd,
773 ap->rx_ret_prd = NULL;
829 ap->rx_ret_prd = pci_alloc_consistent(ap->pdev, sizeof(u32),
831 if (ap->rx_ret_prd == NULL)
1291 *(ap->rx_ret_prd) = 0;
2097 * ACK intr now. Otherwise we will lose updates to rx_ret_prd,
2098 * which happened _after_ rxretprd = *ap->rx_ret_prd; but before
2114 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 46 milliseconds