Home
last modified time | relevance | path

Searched refs:lro_timer (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_port.c525 u16 out_size = sizeof(lro_timer); in hinic_set_rx_lro_timer()
528 lro_timer.status = 0; in hinic_set_rx_lro_timer()
529 lro_timer.type = 0; in hinic_set_rx_lro_timer()
530 lro_timer.enable = 1; in hinic_set_rx_lro_timer()
531 lro_timer.timer = timer_value; in hinic_set_rx_lro_timer()
534 &lro_timer, sizeof(lro_timer), in hinic_set_rx_lro_timer()
535 &lro_timer, &out_size); in hinic_set_rx_lro_timer()
536 if (lro_timer.status == 0xFF) { in hinic_set_rx_lro_timer()
538 lro_timer.status = 0; in hinic_set_rx_lro_timer()
546 err, lro_timer.status, out_size); in hinic_set_rx_lro_timer()
[all …]
A Dhinic_port.h792 u32 lro_timer, u32 wqe_num);

Completed in 11 milliseconds