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

/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3531 struct mvpp2_port_pcpu *port_pcpu; local
3534 port_pcpu = container_of(timer, struct mvpp2_port_pcpu, tx_done_timer);
3535 dev = port_pcpu->dev;
3540 port_pcpu->timer_scheduled = false;
3549 if (tx_todo && !port_pcpu->timer_scheduled) {
3550 port_pcpu->timer_scheduled = true;
3551 hrtimer_forward_now(&port_pcpu->tx_done_timer,
4470 struct mvpp2_port_pcpu *port_pcpu = per_cpu_ptr(port->pcpu, thread); local
4472 if (!port_pcpu->timer_scheduled) {
4473 port_pcpu
4892 struct mvpp2_port_pcpu *port_pcpu; local
6690 struct mvpp2_port_pcpu *port_pcpu; local
[all...]

Completed in 93 milliseconds