Searched refs:tx_csm (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/alteon/ |
H A D | acenic.c | 745 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() 1420 * Set tx_csm before we start receiving interrupts, otherwise in ace_init() 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()
|
H A D | acenic.h | 675 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/alteon/ |
H A D | acenic.c | 744 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() 1417 * Set tx_csm before we start receiving interrupts, otherwise in ace_init() 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 D | acenic.h | 675 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member
|
Completed in 11 milliseconds