Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dacenic.c1035 if (ap->tx_csm != NULL) { in ace_free_descriptors()
1037 (void *)ap->tx_csm, ap->tx_csm_dma); in ace_free_descriptors()
1038 ap->tx_csm = NULL; in ace_free_descriptors()
1094 ap->tx_csm = pci_alloc_consistent(ap->pdev, sizeof(u32), in ace_allocate_descriptors()
1096 if (ap->tx_csm == NULL) in ace_allocate_descriptors()
1726 ap->tx_prd = *(ap->tx_csm) = ap->tx_ret_csm = 0; in ace_init()
1861 if (*ap->tx_csm != ap->tx_ret_csm) { in ace_watchdog()
2469 txcsm = *ap->tx_csm; in ace_interrupt()
Dacenic.h682 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member