Home
last modified time | relevance | path

Searched refs:tx_csm (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/
Dacenic.c780 if (ap->tx_csm != NULL) { in ace_free_descriptors()
782 (void *)ap->tx_csm, ap->tx_csm_dma); in ace_free_descriptors()
783 ap->tx_csm = NULL; in ace_free_descriptors()
839 ap->tx_csm = pci_alloc_consistent(ap->pdev, sizeof(u32), in ace_allocate_descriptors()
841 if (ap->tx_csm == NULL) in ace_allocate_descriptors()
1463 ap->tx_prd = *(ap->tx_csm) = ap->tx_ret_csm = 0; in ace_init()
1589 if (*ap->tx_csm != ap->tx_ret_csm) { in ace_watchdog()
2180 txcsm = *ap->tx_csm; in ace_interrupt()
Dacenic.h676 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member