Searched refs:XAXIDMA_COALESCE_MASK (Results 1 – 2 of 2) sorted by relevance
45 #define XAXIDMA_COALESCE_MASK 0x00FF0000 /* Coalesce counter */ macro347 cr = ((cr & ~XAXIDMA_COALESCE_MASK) | in nixge_hw_dma_bd_init()360 cr = (((cr & ~XAXIDMA_COALESCE_MASK)) | in nixge_hw_dma_bd_init()825 cr = ((cr & ~XAXIDMA_COALESCE_MASK) | in nixge_dma_err_handler()838 cr = (((cr & ~XAXIDMA_COALESCE_MASK)) | in nixge_dma_err_handler()1009 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()1012 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()
112 #define XAXIDMA_COALESCE_MASK 0x00FF0000 /* Coalesce counter */ macro