Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvpp2.c700 u8 first_rxq; member
3316 le.data |= port->first_rxq; in mvpp2_cls_port_config()
3331 port->first_rxq & MVPP2_CLS_OVERSIZE_RXQ_LOW_MASK); in mvpp2_cls_oversize_rxq_set()
3334 (port->first_rxq >> MVPP2_CLS_OVERSIZE_RXQ_LOW_BITS)); in mvpp2_cls_oversize_rxq_set()
5927 if (port->first_rxq + rxq_number > MVPP2_RXQ_TOTAL_NUM) in mvpp2_port_init()
5983 rxq->id = port->first_rxq + queue; in mvpp2_port_init()
6092 port->first_rxq = *next_first_rxq; in mvpp2_port_probe()
6306 int port_count, first_rxq; in mvpp2_probe() local
6365 first_rxq = 0; in mvpp2_probe()
6367 err = mvpp2_port_probe(pdev, port_node, priv, &first_rxq); in mvpp2_probe()