Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dcn66xx_device.c212 u32 time_threshold; in lio_cn6xxx_setup_global_output_regs() local
260 time_threshold = in lio_cn6xxx_setup_global_output_regs()
264 octeon_write_csr(oct, CN6XXX_SLI_OQ_INT_LEVEL_TIME, time_threshold); in lio_cn6xxx_setup_global_output_regs()
Dlio_ethtool.c831 u32 time_threshold, rx_coalesce_usecs; in oct_cfg_rx_intrtime() local
844 time_threshold = lio_cn6xxx_get_oq_ticks(oct, rx_coalesce_usecs); in oct_cfg_rx_intrtime()
845 octeon_write_csr(oct, CN6XXX_SLI_OQ_INT_LEVEL_TIME, time_threshold); in oct_cfg_rx_intrtime()