Lines Matching refs:lro_timer
537 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()
558 if (err || !out_size || lro_timer.status) { in hinic_set_rx_lro_timer()
561 err, lro_timer.status, out_size); in hinic_set_rx_lro_timer()
570 u32 lro_timer, u32 wqe_num) in hinic_set_rx_lro_state() argument
590 err = hinic_set_rx_lro_timer(nic_dev, lro_timer); in hinic_set_rx_lro_state()