Searched refs:rx_ret_prd (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/alteon/ |
H A D | acenic.c | 740 if (ap->rx_ret_prd != NULL) { in ace_free_descriptors() 742 (void *)ap->rx_ret_prd, ap->rx_ret_prd_dma); in ace_free_descriptors() 743 ap->rx_ret_prd = NULL; in ace_free_descriptors() 800 ap->rx_ret_prd = dma_alloc_coherent(&ap->pdev->dev, sizeof(u32), in ace_allocate_descriptors() 802 if (ap->rx_ret_prd == NULL) in ace_allocate_descriptors() 1278 *(ap->rx_ret_prd) = 0; in ace_init() 2114 * ACK intr now. Otherwise we will lose updates to rx_ret_prd, in ace_interrupt() 2115 * which happened _after_ rxretprd = *ap->rx_ret_prd; but before in ace_interrupt() 2131 rxretprd = *ap->rx_ret_prd; 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 | 739 if (ap->rx_ret_prd != NULL) { in ace_free_descriptors() 741 (void *)ap->rx_ret_prd, ap->rx_ret_prd_dma); in ace_free_descriptors() 742 ap->rx_ret_prd = NULL; in ace_free_descriptors() 799 ap->rx_ret_prd = dma_alloc_coherent(&ap->pdev->dev, sizeof(u32), in ace_allocate_descriptors() 801 if (ap->rx_ret_prd == NULL) in ace_allocate_descriptors() 1275 *(ap->rx_ret_prd) = 0; in ace_init() 2111 * ACK intr now. Otherwise we will lose updates to rx_ret_prd, in ace_interrupt() 2112 * which happened _after_ rxretprd = *ap->rx_ret_prd; but before in ace_interrupt() 2128 rxretprd = *ap->rx_ret_prd; in ace_interrupt()
|
H A D | acenic.h | 675 volatile u32 *evt_prd, *rx_ret_prd, *tx_csm; member
|
Completed in 17 milliseconds