Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3156 struct mvpp2_port_pcpu *port_pcpu; in mvpp2_hr_timer_cb() local
3159 port_pcpu = container_of(timer, struct mvpp2_port_pcpu, tx_done_timer); in mvpp2_hr_timer_cb()
3160 dev = port_pcpu->dev; in mvpp2_hr_timer_cb()
3165 port_pcpu->timer_scheduled = false; in mvpp2_hr_timer_cb()
3174 if (tx_todo && !port_pcpu->timer_scheduled) { in mvpp2_hr_timer_cb()
3175 port_pcpu->timer_scheduled = true; in mvpp2_hr_timer_cb()
3176 hrtimer_forward_now(&port_pcpu->tx_done_timer, in mvpp2_hr_timer_cb()
4100 struct mvpp2_port_pcpu *port_pcpu = per_cpu_ptr(port->pcpu, thread); in mvpp2_tx() local
4102 if (!port_pcpu->timer_scheduled) { in mvpp2_tx()
4103 port_pcpu in mvpp2_tx()
4519 struct mvpp2_port_pcpu *port_pcpu; mvpp2_stop() local
6348 struct mvpp2_port_pcpu *port_pcpu; mvpp2_port_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3519 struct mvpp2_port_pcpu *port_pcpu; in mvpp2_hr_timer_cb() local
3522 port_pcpu = container_of(timer, struct mvpp2_port_pcpu, tx_done_timer); in mvpp2_hr_timer_cb()
3523 dev = port_pcpu->dev; in mvpp2_hr_timer_cb()
3528 port_pcpu->timer_scheduled = false; in mvpp2_hr_timer_cb()
3537 if (tx_todo && !port_pcpu->timer_scheduled) { in mvpp2_hr_timer_cb()
3538 port_pcpu->timer_scheduled = true; in mvpp2_hr_timer_cb()
3539 hrtimer_forward_now(&port_pcpu->tx_done_timer, in mvpp2_hr_timer_cb()
4458 struct mvpp2_port_pcpu *port_pcpu = per_cpu_ptr(port->pcpu, thread); in mvpp2_tx() local
4460 if (!port_pcpu->timer_scheduled) { in mvpp2_tx()
4461 port_pcpu in mvpp2_tx()
4880 struct mvpp2_port_pcpu *port_pcpu; mvpp2_stop() local
6711 struct mvpp2_port_pcpu *port_pcpu; mvpp2_port_probe() local
[all...]

Completed in 16 milliseconds