Home
last modified time | relevance | path

Searched refs:XAXIDMA_COALESCE_MASK (Results 1 – 3 of 3) sorted by relevance

/linux/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()
823 cr = ((cr & ~XAXIDMA_COALESCE_MASK) | in nixge_dma_err_handler()
836 cr = (((cr & ~XAXIDMA_COALESCE_MASK)) | in nixge_dma_err_handler()
1007 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()
1010 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h114 #define XAXIDMA_COALESCE_MASK 0x00FF0000 /* Coalesce counter */ macro
H A Dxilinx_axienet_main.c248 cr = FIELD_PREP(XAXIDMA_COALESCE_MASK, count) | XAXIDMA_IRQ_IOC_MASK | in axienet_calc_cr()
282 *count = FIELD_GET(XAXIDMA_COALESCE_MASK, cr); in axienet_coalesce_params()
2133 u32 mask = XAXIDMA_COALESCE_MASK | XAXIDMA_IRQ_IOC_MASK | in axienet_rx_dim_work()