Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c806 qh = (port->first_rxq >> 3) & MVPP22_CLS_C2_ATTR0_QHIGH_MASK; in mvpp2_port_c2_cls_init()
807 ql = port->first_rxq & MVPP22_CLS_C2_ATTR0_QLOW_MASK; in mvpp2_port_c2_cls_init()
865 le.data |= port->first_rxq; in mvpp2_cls_port_config()
921 port->first_rxq & MVPP2_CLS_OVERSIZE_RXQ_LOW_MASK); in mvpp2_cls_oversize_rxq_set()
924 (port->first_rxq >> MVPP2_CLS_OVERSIZE_RXQ_LOW_BITS)); in mvpp2_cls_oversize_rxq_set()
942 return port->first_rxq; in mvpp22_rxfh_indir()
947 return port->first_rxq + ((rxq * nrxqs + rxq / cpus) % port->nrxqs); in mvpp22_rxfh_indir()
1055 MVPP22_RSS_INDEX_QUEUE(port->first_rxq)); in mvpp22_rss_port_init()
Dmvpp2.h787 int first_rxq; member
848 u8 first_rxq; member
Dmvpp2_main.c3069 cause_rx <<= qv->first_rxq; in mvpp2_poll()
3967 v->first_rxq = 0; in mvpp2_simple_queue_vectors_init()
4007 v->first_rxq = i * MVPP2_DEFAULT_RXQ; in mvpp2_multi_queue_vectors_init()
4011 v->first_rxq = 0; in mvpp2_multi_queue_vectors_init()
4079 val = qv->first_rxq; in mvpp2_rx_irqs_setup()
4094 if (port->first_rxq + port->nrxqs > in mvpp2_port_init()
4161 rxq->id = port->first_rxq + queue; in mvpp2_port_init()
4690 port->first_rxq = port->id * port->nrxqs; in mvpp2_port_probe()
4692 port->first_rxq = port->id * priv->max_port_rxqs; in mvpp2_port_probe()