Home
last modified time | relevance | path

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

/openbmc/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()
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()
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h112 #define XAXIDMA_COALESCE_MASK 0x00FF0000 /* Coalesce counter */ macro