Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/huawei/hinic/
Dhinic_port.c537 struct hinic_lro_timer lro_timer = { 0 }; in hinic_set_rx_lro_timer() local
540 u16 out_size = sizeof(lro_timer); in hinic_set_rx_lro_timer()
543 lro_timer.status = 0; in hinic_set_rx_lro_timer()
544 lro_timer.type = 0; in hinic_set_rx_lro_timer()
545 lro_timer.enable = 1; in hinic_set_rx_lro_timer()
546 lro_timer.timer = timer_value; in hinic_set_rx_lro_timer()
549 &lro_timer, sizeof(lro_timer), in hinic_set_rx_lro_timer()
550 &lro_timer, &out_size); in hinic_set_rx_lro_timer()
551 if (lro_timer.status == 0xFF) { in hinic_set_rx_lro_timer()
553 lro_timer.status = 0; in hinic_set_rx_lro_timer()
[all …]
Dhinic_port.h802 u32 lro_timer, u32 wqe_num);