Searched refs:lro_timer (Results 1 – 2 of 2) sorted by relevance
522 struct hinic_lro_timer lro_timer = { 0 }; in hinic_set_rx_lro_timer() local525 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()[all …]
791 u32 lro_timer, u32 wqe_num);