Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c890 qh = (port->first_rxq >> 3) & MVPP22_CLS_C2_ATTR0_QHIGH_MASK; in mvpp2_port_c2_cls_init()
891 ql = port->first_rxq & MVPP22_CLS_C2_ATTR0_QLOW_MASK; in mvpp2_port_c2_cls_init()
966 le.data |= port->first_rxq; in mvpp2_cls_port_config()
1013 qh = (port->first_rxq >> 3) & MVPP22_CLS_C2_ATTR0_QHIGH_MASK; in mvpp2_rss_port_c2_disable()
1014 ql = port->first_rxq & MVPP22_CLS_C2_ATTR0_QLOW_MASK; in mvpp2_rss_port_c2_disable()
1067 port->first_rxq & MVPP2_CLS_OVERSIZE_RXQ_LOW_MASK); in mvpp2_cls_oversize_rxq_set()
1070 (port->first_rxq >> MVPP2_CLS_OVERSIZE_RXQ_LOW_BITS)); in mvpp2_cls_oversize_rxq_set()
1151 qh = ((act->queue.index + port->first_rxq) >> 3) & in mvpp2_port_c2_tcam_rule_add()
1153 ql = (act->queue.index + port->first_rxq) & in mvpp2_port_c2_tcam_rule_add()
1461 return port->first_rxq; in mvpp22_rxfh_indir()
[all …]
Dmvpp2.h1025 int first_rxq; member
1135 u8 first_rxq; member
Dmvpp2_main.c1731 port->first_rxq + q, in mvpp2_read_stats()
4109 cause_rx <<= qv->first_rxq; in mvpp2_poll()
5346 v->first_rxq = 0; in mvpp2_simple_queue_vectors_init()
5395 v->first_rxq = i; in mvpp2_multi_queue_vectors_init()
5399 v->first_rxq = 0; in mvpp2_multi_queue_vectors_init()
5469 val = qv->first_rxq; in mvpp2_rx_irqs_setup()
5485 if (port->first_rxq + port->nrxqs > in mvpp2_port_init()
5551 rxq->id = port->first_rxq + queue; in mvpp2_port_init()
6365 port->first_rxq = port->id * port->nrxqs; in mvpp2_port_probe()
6367 port->first_rxq = port->id * priv->max_port_rxqs; in mvpp2_port_probe()