Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/alteon/
Dacenic.c745 if (ap->tx_csm != NULL) { in ace_free_descriptors()
747 (void *)ap->tx_csm, ap->tx_csm_dma); in ace_free_descriptors()
748 ap->tx_csm = NULL; in ace_free_descriptors()
805 ap->tx_csm = dma_alloc_coherent(&ap->pdev->dev, sizeof(u32), in ace_allocate_descriptors()
807 if (ap->tx_csm == NULL) in ace_allocate_descriptors()
1426 ap->tx_prd = *(ap->tx_csm) = ap->tx_ret_csm = 0; in ace_init()
1552 if (*ap->tx_csm != ap->tx_ret_csm) { in ace_watchdog()
2137 txcsm = *ap->tx_csm; in ace_interrupt()
Dacenic.h675 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member