Searched refs:lro_timer (Results 1 – 2 of 2) sorted by relevance
521 struct hinic_lro_timer lro_timer = { 0 }; in hinic_set_rx_lro_timer() local524 u16 out_size = sizeof(lro_timer); in hinic_set_rx_lro_timer()527 lro_timer.status = 0; in hinic_set_rx_lro_timer()528 lro_timer.type = 0; in hinic_set_rx_lro_timer()529 lro_timer.enable = 1; in hinic_set_rx_lro_timer()530 lro_timer.timer = timer_value; in hinic_set_rx_lro_timer()533 &lro_timer, sizeof(lro_timer), in hinic_set_rx_lro_timer()534 &lro_timer, &out_size); in hinic_set_rx_lro_timer()535 if (lro_timer.status == 0xFF) { in hinic_set_rx_lro_timer()537 lro_timer.status = 0; in hinic_set_rx_lro_timer()[all …]
544 u32 lro_timer, u32 wqe_num);