Home
last modified time | relevance | path

Searched refs:XAXIDMA_COALESCE_MASK (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/ni/
H A Dnixge.c45 #define XAXIDMA_COALESCE_MASK 0x00FF0000 /* Coalesce counter */ macro
346 cr = ((cr & ~XAXIDMA_COALESCE_MASK) | in nixge_hw_dma_bd_init()
359 cr = (((cr & ~XAXIDMA_COALESCE_MASK)) | in nixge_hw_dma_bd_init()
824 cr = ((cr & ~XAXIDMA_COALESCE_MASK) | in nixge_dma_err_handler()
837 cr = (((cr & ~XAXIDMA_COALESCE_MASK)) | in nixge_dma_err_handler()
1005 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()
1008 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/ni/
H A Dnixge.c44 #define XAXIDMA_COALESCE_MASK 0x00FF0000 /* Coalesce counter */ macro
346 cr = ((cr & ~XAXIDMA_COALESCE_MASK) | in nixge_hw_dma_bd_init()
359 cr = (((cr & ~XAXIDMA_COALESCE_MASK)) | in nixge_hw_dma_bd_init()
824 cr = ((cr & ~XAXIDMA_COALESCE_MASK) | in nixge_dma_err_handler()
837 cr = (((cr & ~XAXIDMA_COALESCE_MASK)) | in nixge_dma_err_handler()
1008 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()
1011 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c302 cr = ((cr & ~XAXIDMA_COALESCE_MASK) | in axienet_dma_bd_init()
315 cr = (((cr & ~XAXIDMA_COALESCE_MASK)) | in axienet_dma_bd_init()
1465 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in axienet_ethtools_get_coalesce()
1468 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in axienet_ethtools_get_coalesce()
1765 cr = ((cr & ~XAXIDMA_COALESCE_MASK) | in axienet_dma_err_handler()
1778 cr = (((cr & ~XAXIDMA_COALESCE_MASK)) | in axienet_dma_err_handler()
H A Dxilinx_axienet.h112 #define XAXIDMA_COALESCE_MASK 0x00FF0000 /* Coalesce counter */ macro
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h112 #define XAXIDMA_COALESCE_MASK 0x00FF0000 /* Coalesce counter */ macro

Completed in 10 milliseconds