Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_cn9k.c202 u32 time_threshold = 0; in octep_vf_setup_oq_regs_cn93() local
239 time_threshold = CFG_GET_OQ_INTR_TIME(oct->conf); in octep_vf_setup_oq_regs_cn93()
240 reg_val = ((u64)time_threshold << 32) | CFG_GET_OQ_INTR_PKT(oct->conf); in octep_vf_setup_oq_regs_cn93()
H A Doctep_vf_cnxk.c205 u32 time_threshold = 0; in octep_vf_setup_oq_regs_cnxk() local
244 time_threshold = CFG_GET_OQ_INTR_TIME(oct->conf); in octep_vf_setup_oq_regs_cnxk()
245 reg_val = ((u64)time_threshold << 32) | CFG_GET_OQ_INTR_PKT(oct->conf); in octep_vf_setup_oq_regs_cnxk()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_vf_device.c547 u32 q_no, time_threshold; in cn23xx_enable_vf_interrupt() local
554 time_threshold = cn23xx_vf_get_oq_ticks( in cn23xx_enable_vf_interrupt()
560 ((u64)time_threshold << 32))); in cn23xx_enable_vf_interrupt()
H A Dcn66xx_device.c195 u32 time_threshold; in lio_cn6xxx_setup_global_output_regs() local
240 time_threshold = in lio_cn6xxx_setup_global_output_regs()
244 octeon_write_csr(oct, CN6XXX_SLI_OQ_INT_LEVEL_TIME, time_threshold); in lio_cn6xxx_setup_global_output_regs()
H A Dlio_ethtool.c2305 u32 time_threshold, rx_coalesce_usecs; in oct_cfg_rx_intrtime() local
2318 time_threshold = lio_cn6xxx_get_oq_ticks(oct, in oct_cfg_rx_intrtime()
2322 time_threshold); in oct_cfg_rx_intrtime()
2328 u64 time_threshold; in oct_cfg_rx_intrtime() local
2335 time_threshold = in oct_cfg_rx_intrtime()
2342 ((u64)time_threshold << 32))); in oct_cfg_rx_intrtime()
2350 u64 time_threshold; in oct_cfg_rx_intrtime() local
2358 time_threshold = in oct_cfg_rx_intrtime()
2364 ((u64)time_threshold << 32))); in oct_cfg_rx_intrtime()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_cn9k_pf.c314 u32 time_threshold = 0; in octep_setup_oq_regs_cn93_pf() local
354 time_threshold = CFG_GET_OQ_INTR_TIME(oct->conf); in octep_setup_oq_regs_cn93_pf()
355 reg_val = ((u64)time_threshold << 32) | in octep_setup_oq_regs_cn93_pf()
H A Doctep_cnxk_pf.c334 u32 time_threshold = 0; in octep_setup_oq_regs_cnxk_pf() local
378 time_threshold = CFG_GET_OQ_INTR_TIME(oct->conf); in octep_setup_oq_regs_cnxk_pf()
379 reg_val = ((u64)time_threshold << 32) | in octep_setup_oq_regs_cnxk_pf()