Searched refs:port_pcpu (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3532 struct mvpp2_port_pcpu *port_pcpu; local
3535 port_pcpu = container_of(timer, struct mvpp2_port_pcpu, tx_done_timer);
3536 dev = port_pcpu->dev;
3541 port_pcpu->timer_scheduled = false;
3550 if (tx_todo && !port_pcpu->timer_scheduled) {
3551 port_pcpu->timer_scheduled = true;
3552 hrtimer_forward_now(&port_pcpu->tx_done_timer,
4471 struct mvpp2_port_pcpu *port_pcpu = per_cpu_ptr(port->pcpu, thread); local
4473 if (!port_pcpu->timer_scheduled) {
4474 port_pcpu
4893 struct mvpp2_port_pcpu *port_pcpu; local
6691 struct mvpp2_port_pcpu *port_pcpu; local
[all...]

Completed in 124 milliseconds