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

/u-boot/drivers/net/
H A Dmvpp2.c981 u8 first_rxq; member in struct:mvpp2_port
1253 int first_rxq; member in struct:buffer_location
2519 le.data |= port->first_rxq;
2534 port->first_rxq & MVPP2_CLS_OVERSIZE_RXQ_LOW_MASK);
2537 (port->first_rxq >> MVPP2_CLS_OVERSIZE_RXQ_LOW_BITS));
4642 if (port->first_rxq + rxq_number >
4699 rxq->id = port->first_rxq + queue;
4793 port->first_rxq = port->id * rxq_number;
4795 port->first_rxq = port->id * port->priv->max_port_rxqs;

Completed in 48 milliseconds