Searched refs:cn6xxx (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | cn66xx_device.c | 177 struct octeon_cn6xxx *cn6xxx = (struct octeon_cn6xxx *)oct->chip; in lio_cn66xx_setup_pkt_ctl_regs() local 182 if (CFG_GET_OQ_MAX_Q(cn6xxx->conf) <= 4) in lio_cn66xx_setup_pkt_ctl_regs() 188 if (CFG_GET_IS_SLI_BP_ON(cn6xxx->conf)) in lio_cn66xx_setup_pkt_ctl_regs() 199 struct octeon_cn6xxx *cn6xxx = (struct octeon_cn6xxx *)oct->chip; in lio_cn6xxx_setup_global_output_regs() local 205 if (CFG_GET_IS_SLI_BP_ON(cn6xxx->conf)) { in lio_cn6xxx_setup_global_output_regs() 242 (u32)CFG_GET_OQ_INTR_PKT(cn6xxx->conf)); in lio_cn6xxx_setup_global_output_regs() 245 CFG_GET_OQ_INTR_TIME(cn6xxx->conf)); in lio_cn6xxx_setup_global_output_regs() 476 struct octeon_cn6xxx *cn6xxx = (struct octeon_cn6xxx *)oct->chip; in lio_cn6xxx_enable_interrupt() local 477 u64 mask = cn6xxx->intr_mask64 | CN6XXX_INTR_DMA0_FORCE; in lio_cn6xxx_enable_interrupt() 480 writeq(mask, cn6xxx->intr_enb_reg64); in lio_cn6xxx_enable_interrupt() [all …]
|
D | octeon_device.c | 874 CFG_GET_NUM_DEF_TX_DESCS(CHIP_CONF(oct, cn6xxx)); in octeon_setup_instr_queues() 918 CFG_GET_NUM_DEF_RX_DESCS(CHIP_CONF(oct, cn6xxx)); in octeon_setup_output_queues() 920 CFG_GET_DEF_RX_BUF_SIZE(CHIP_CONF(oct, cn6xxx)); in octeon_setup_output_queues() 1200 CFG_GET_NUM_NIC_PORTS(CHIP_CONF(oct, cn6xxx)); in octeon_core_drv_init() 1300 (struct octeon_config *)(CHIP_CONF(oct, cn6xxx)); in octeon_get_conf()
|
D | octeon_droq.c | 246 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in octeon_init_droq() 844 struct octeon_cn6xxx *cn6xxx = in octeon_enable_irq() local 850 (&cn6xxx->lock_for_droq_int_enb_reg, flags); in octeon_enable_irq() 861 (&cn6xxx->lock_for_droq_int_enb_reg, flags); in octeon_enable_irq()
|
D | cn68xx_device.c | 75 max_oqs = CFG_GET_OQ_MAX_Q(CHIP_CONF(oct, cn6xxx)); in lio_cn68xx_setup_pkt_ctl_regs()
|
D | lio_ethtool.c | 499 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_channels() 984 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_ringparam() 2210 struct octeon_cn6xxx *cn6xxx = in lio_get_intr_coalesce() local 2215 CFG_GET_OQ_INTR_TIME(cn6xxx->conf); in lio_get_intr_coalesce() 2217 CFG_GET_OQ_INTR_PKT(cn6xxx->conf); in lio_get_intr_coalesce() 2303 struct octeon_cn6xxx *cn6xxx = in oct_cfg_rx_intrcnt() local 2313 CFG_SET_OQ_INTR_PKT(cn6xxx->conf, rx_max_coalesced_frames); in oct_cfg_rx_intrcnt() 2376 struct octeon_cn6xxx *cn6xxx = in oct_cfg_rx_intrtime() local 2389 CFG_SET_OQ_INTR_TIME(cn6xxx->conf, rx_coalesce_usecs); in oct_cfg_rx_intrtime()
|
D | request_manager.c | 68 conf = &(CFG_GET_IQ_CFG(CHIP_CONF(oct, cn6xxx))); in octeon_init_instr_queue() 178 CFG_GET_IQ_INSTR_TYPE(CHIP_CONF(oct, cn6xxx)); in octeon_delete_instr_queue()
|
D | lio_main.c | 3462 cn6xxx)); in setup_nic_devices()
|