Searched refs:tx_csm (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.c780 if (ap->tx_csm != NULL) {
782 (void *)ap->tx_csm, ap->tx_csm_dma);
783 ap->tx_csm = NULL;
839 ap->tx_csm = pci_alloc_consistent(ap->pdev, sizeof(u32),
841 if (ap->tx_csm == NULL)
1427 * Set tx_csm before we start receiving interrupts, otherwise
1433 ap->tx_prd = *(ap->tx_csm) = ap->tx_ret_csm = 0;
1559 if (*ap->tx_csm != ap->tx_ret_csm) {
2115 txcsm = *ap->tx_csm;
H A Dacenic.h659 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member in struct:ace_private

Completed in 77 milliseconds