Searched refs:port_pcpu (Results 1 – 1 of 1) sorted by relevance
4922 static void mvpp2_timer_set(struct mvpp2_port_pcpu *port_pcpu) in mvpp2_timer_set() argument4926 if (!port_pcpu->timer_scheduled) { in mvpp2_timer_set()4927 port_pcpu->timer_scheduled = true; in mvpp2_timer_set()4929 hrtimer_start(&port_pcpu->tx_done_timer, interval, in mvpp2_timer_set()4938 struct mvpp2_port_pcpu *port_pcpu = this_cpu_ptr(port->pcpu); in mvpp2_tx_proc_cb() local4943 port_pcpu->timer_scheduled = false; in mvpp2_tx_proc_cb()4951 mvpp2_timer_set(port_pcpu); in mvpp2_tx_proc_cb()4956 struct mvpp2_port_pcpu *port_pcpu = container_of(timer, in mvpp2_hr_timer_cb() local4960 tasklet_schedule(&port_pcpu->tx_done_tasklet); in mvpp2_hr_timer_cb()5346 struct mvpp2_port_pcpu *port_pcpu = this_cpu_ptr(port->pcpu); in mvpp2_tx() local[all …]