Searched refs:XAXIDMA_COALESCE_MASK (Results 1 – 2 of 2) 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()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()
112 #define XAXIDMA_COALESCE_MASK 0x00FF0000 /* Coalesce counter */ macro