Searched refs:port_pcpu (Results 1 – 1 of 1) sorted by relevance
2490 static void mvpp2_timer_set(struct mvpp2_port_pcpu *port_pcpu) in mvpp2_timer_set() argument2494 if (!port_pcpu->timer_scheduled) { in mvpp2_timer_set()2495 port_pcpu->timer_scheduled = true; in mvpp2_timer_set()2497 hrtimer_start(&port_pcpu->tx_done_timer, interval, in mvpp2_timer_set()2506 struct mvpp2_port_pcpu *port_pcpu = this_cpu_ptr(port->pcpu); in mvpp2_tx_proc_cb() local2511 port_pcpu->timer_scheduled = false; in mvpp2_tx_proc_cb()2519 mvpp2_timer_set(port_pcpu); in mvpp2_tx_proc_cb()2524 struct mvpp2_port_pcpu *port_pcpu = container_of(timer, in mvpp2_hr_timer_cb() local2528 tasklet_schedule(&port_pcpu->tx_done_tasklet); in mvpp2_hr_timer_cb()3007 struct mvpp2_port_pcpu *port_pcpu = this_cpu_ptr(port->pcpu); in mvpp2_tx() local[all …]