Home
last modified time | relevance | path

Searched refs:lro_timer (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.c522 struct hinic_lro_timer lro_timer = { 0 }; in hinic_set_rx_lro_timer() local
525 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 in hinic_set_rx_lro_timer()
554 hinic_set_rx_lro_state(struct hinic_dev *nic_dev, u8 lro_en, u32 lro_timer, u32 wqe_num) hinic_set_rx_lro_state() argument
[all...]
H A Dhinic_port.h791 u32 lro_timer, u32 wqe_num);
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A 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 in hinic_set_rx_lro_timer()
569 hinic_set_rx_lro_state(struct hinic_dev *nic_dev, u8 lro_en, u32 lro_timer, u32 wqe_num) hinic_set_rx_lro_state() argument
[all...]
H A Dhinic_port.h802 u32 lro_timer, u32 wqe_num);

Completed in 8 milliseconds