first_rxq         846 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	int first_rxq;
first_rxq         946 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	u8 first_rxq;
first_rxq         890 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	qh = (port->first_rxq >> 3) & MVPP22_CLS_C2_ATTR0_QHIGH_MASK;
first_rxq         891 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	ql = port->first_rxq & MVPP22_CLS_C2_ATTR0_QLOW_MASK;
first_rxq         966 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	le.data |= port->first_rxq;
first_rxq        1013 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	qh = (port->first_rxq >> 3) & MVPP22_CLS_C2_ATTR0_QHIGH_MASK;
first_rxq        1014 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	ql = port->first_rxq & MVPP22_CLS_C2_ATTR0_QLOW_MASK;
first_rxq        1067 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 		    port->first_rxq & MVPP2_CLS_OVERSIZE_RXQ_LOW_MASK);
first_rxq        1070 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 		    (port->first_rxq >> MVPP2_CLS_OVERSIZE_RXQ_LOW_BITS));
first_rxq        1148 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 			qh = ((act->queue.index + port->first_rxq) >> 3) &
first_rxq        1150 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 			ql = (act->queue.index + port->first_rxq) &
first_rxq        1455 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 		return port->first_rxq;
first_rxq        1460 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	return port->first_rxq + ((rxq * nrxqs + rxq / cpus) % port->nrxqs);
first_rxq        1553 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 						      port->first_rxq + i,
first_rxq        3374 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	cause_rx <<= qv->first_rxq;
first_rxq        4410 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	v->first_rxq = 0;
first_rxq        4459 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			v->first_rxq = i;
first_rxq        4463 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			v->first_rxq = 0;
first_rxq        4533 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		val = qv->first_rxq;
first_rxq        4549 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->first_rxq + port->nrxqs >
first_rxq        4615 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		rxq->id = port->first_rxq + queue;
first_rxq        5286 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		port->first_rxq = port->id * port->nrxqs;
first_rxq        5288 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		port->first_rxq = port->id * priv->max_port_rxqs;