Home
last modified time | relevance | path

Searched refs:first_rxq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c896 qh = (port->first_rxq >> 3) & MVPP22_CLS_C2_ATTR0_QHIGH_MASK; in mvpp2_port_c2_cls_init()
897 ql = port->first_rxq & MVPP22_CLS_C2_ATTR0_QLOW_MASK; in mvpp2_port_c2_cls_init()
972 le.data |= port->first_rxq; in mvpp2_cls_port_config()
1019 qh = (port->first_rxq >> 3) & MVPP22_CLS_C2_ATTR0_QHIGH_MASK; in mvpp2_rss_port_c2_disable()
1020 ql = port->first_rxq & MVPP22_CLS_C2_ATTR0_QLOW_MASK; in mvpp2_rss_port_c2_disable()
1073 port->first_rxq & MVPP2_CLS_OVERSIZE_RXQ_LOW_MASK); in mvpp2_cls_oversize_rxq_set()
1076 (port->first_rxq >> MVPP2_CLS_OVERSIZE_RXQ_LOW_BITS)); in mvpp2_cls_oversize_rxq_set()
1157 qh = ((act->queue.index + port->first_rxq) >> 3) & in mvpp2_port_c2_tcam_rule_add()
1159 ql = (act->queue.index + port->first_rxq) & in mvpp2_port_c2_tcam_rule_add()
1467 return port->first_rxq; in mvpp22_rxfh_indir()
[all …]
H A Dmvpp2.h1142 int first_rxq; member
1250 u8 first_rxq; member
H A Dmvpp2_main.c799 int fq = port->first_rxq; in mvpp2_rxq_enable_fc()
861 int fq = port->first_rxq; in mvpp2_rxq_disable_fc()
2085 port->first_rxq + q, in mvpp2_read_stats()
4532 cause_rx <<= qv->first_rxq; in mvpp2_poll()
5805 v->first_rxq = 0; in mvpp2_simple_queue_vectors_init()
5853 v->first_rxq = i; in mvpp2_multi_queue_vectors_init()
5857 v->first_rxq = 0; in mvpp2_multi_queue_vectors_init()
5926 val = qv->first_rxq; in mvpp2_rx_irqs_setup()
5942 if (port->first_rxq + port->nrxqs > in mvpp2_port_init()
6020 rxq->id = port->first_rxq + queue; in mvpp2_port_init()
[all …]
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c994 u8 first_rxq; member
1266 int first_rxq; member
2531 le.data |= port->first_rxq; in mvpp2_cls_port_config()
2546 port->first_rxq & MVPP2_CLS_OVERSIZE_RXQ_LOW_MASK); in mvpp2_cls_oversize_rxq_set()
2549 (port->first_rxq >> MVPP2_CLS_OVERSIZE_RXQ_LOW_BITS)); in mvpp2_cls_oversize_rxq_set()
4609 if (port->first_rxq + rxq_number > in mvpp2_port_init()
4666 rxq->id = port->first_rxq + queue; in mvpp2_port_init()
4774 port->first_rxq = port->id * rxq_number; in phy_info_parse()
4776 port->first_rxq = port->id * port->priv->max_port_rxqs; in phy_info_parse()