Searched refs:XAXIDMA_COALESCE_MASK (Results 1 – 3 of 3) sorted by relevance
44 #define XAXIDMA_COALESCE_MASK 0x00FF0000 /* Coalesce counter */ macro346 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()
114 #define XAXIDMA_COALESCE_MASK 0x00FF0000 /* Coalesce counter */ macro
248 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()