Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/alteon/
H A Dacenic.c744 if (ap->tx_csm != NULL) { in ace_free_descriptors()
746 (void *)ap->tx_csm, ap->tx_csm_dma); in ace_free_descriptors()
747 ap->tx_csm = NULL; in ace_free_descriptors()
804 ap->tx_csm = dma_alloc_coherent(&ap->pdev->dev, sizeof(u32), in ace_allocate_descriptors()
806 if (ap->tx_csm == NULL) in ace_allocate_descriptors()
1423 ap->tx_prd = *(ap->tx_csm) = ap->tx_ret_csm = 0; in ace_init()
1549 if (*ap->tx_csm != ap->tx_ret_csm) { in ace_watchdog()
2134 txcsm = *ap->tx_csm; in ace_interrupt()
H A Dacenic.h675 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member