Searched refs:oq (Results 1 – 9 of 9) sorted by relevance
282 #define CN6XXX_SLI_OQ_BASE_ADDR64(oq) \ argument283 (CN6XXX_SLI_OQ_BASE_ADDR_START64 + ((oq) * CN6XXX_OQ_OFFSET))285 #define CN6XXX_SLI_OQ_SIZE(oq) \ argument286 (CN6XXX_SLI_OQ_SIZE_START + ((oq) * CN6XXX_OQ_OFFSET))288 #define CN6XXX_SLI_OQ_BUFF_INFO_SIZE(oq) \ argument289 (CN6XXX_SLI_OQ0_BUFF_INFO_SIZE + ((oq) * CN6XXX_OQ_OFFSET))291 #define CN6XXX_SLI_OQ_PKTS_SENT(oq) \ argument292 (CN6XXX_SLI_OQ_PKT_SENT_START + ((oq) * CN6XXX_OQ_OFFSET))294 #define CN6XXX_SLI_OQ_PKTS_CREDIT(oq) \ argument295 (CN6XXX_SLI_OQ_PKT_CREDITS_START + ((oq) * CN6XXX_OQ_OFFSET))
95 #define CFG_GET_OQ_MAX_Q(cfg) ((cfg)->oq.max_oqs)96 #define CFG_GET_OQ_INFO_PTR(cfg) ((cfg)->oq.info_ptr)97 #define CFG_GET_OQ_PKTS_PER_INTR(cfg) ((cfg)->oq.pkts_per_intr)98 #define CFG_GET_OQ_REFILL_THRESHOLD(cfg) ((cfg)->oq.refill_threshold)99 #define CFG_GET_OQ_INTR_PKT(cfg) ((cfg)->oq.oq_intr_pkt)100 #define CFG_GET_OQ_INTR_TIME(cfg) ((cfg)->oq.oq_intr_time)101 #define CFG_SET_OQ_INTR_PKT(cfg, val) (cfg)->oq.oq_intr_pkt = val102 #define CFG_SET_OQ_INTR_TIME(cfg, val) (cfg)->oq.oq_intr_time = val371 struct octeon_oq_config oq; member
364 mask |= oct->io_qmask.oq; in lio_cn6xxx_enable_io_queues()396 mask ^= oct->io_qmask.oq; in lio_cn6xxx_disable_io_queues()401 mask = oct->io_qmask.oq; in lio_cn6xxx_disable_io_queues()412 if (!(oct->io_qmask.oq & (1UL << i))) in lio_cn6xxx_disable_io_queues()441 if (!(oct->io_qmask.oq & (1UL << i))) in lio_cn6xxx_reinit_regs()454 if (!(oct->io_qmask.oq & (1UL << i))) in lio_cn6xxx_reinit_regs()571 droq_mask &= oct->io_qmask.oq; in lio_cn6xxx_process_droq_intr_regs()612 droq_time_mask &= oct->io_qmask.oq; in lio_cn6xxx_process_droq_intr_regs()613 droq_cnt_mask &= oct->io_qmask.oq; in lio_cn6xxx_process_droq_intr_regs()
66 .oq = {176 .oq = {343 .oq = {1167 (oct->io_qmask.oq & (1UL << q_no))) in octeon_get_rx_qsize()
156 u32 oq; member
562 if (!(oct_dev->io_qmask.oq & (1UL << j))) in lio_get_ethtool_stats()598 if (!(oct_dev->io_qmask.oq & (1UL << i))) in lio_get_strings()
323 oct->io_qmask.oq |= (1 << q_no); in octeon_init_droq()
224 if (!(oct->io_qmask.oq & (1UL << q_no))) in octeon_droq_bh()245 if (!(oct->io_qmask.oq & (1UL << i))) in lio_wait_for_oq_pkts()1102 if (!(oct->io_qmask.oq & (1UL << i))) in octeon_destroy_resources()
634 struct sge_ofld_txq *oq; in fwevtq_handler() local636 oq = container_of(txq, struct sge_ofld_txq, q); in fwevtq_handler()637 tasklet_schedule(&oq->qresume_tsk); in fwevtq_handler()