Home
last modified time | relevance | path

Searched refs:resend_timer_cfg (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_irq.c107 info.resend_timer_cfg = nic_dev->intr_coalesce[q_id].resend_timer_cfg; in hinic3_request_irq()
147 info.resend_timer_cfg = in hinic3_set_interrupt_moder()
148 nic_dev->intr_coalesce[q_id].resend_timer_cfg; in hinic3_set_interrupt_moder()
H A Dhinic3_hw_comm.c37 info->resend_timer_cfg = msix_cfg.resend_timer_cnt; in hinic3_get_interrupt_cfg()
57 msix_cfg.resend_timer_cnt = info->resend_timer_cfg; in hinic3_set_interrupt_cfg_direct()
91 info.resend_timer_cfg = temp_info.resend_timer_cfg; in hinic3_set_interrupt_cfg()
H A Dhinic3_hw_comm.h21 u8 resend_timer_cfg; member
H A Dhinic3_nic_dev.h92 u8 resend_timer_cfg; member
H A Dhinic3_hwdev.c171 info.resend_timer_cfg = HINIC3_DEFAULT_EQ_MSIX_RESEND_TIMER_CFG; in init_aeqs_msix_attr()
198 info.resend_timer_cfg = HINIC3_DEFAULT_EQ_MSIX_RESEND_TIMER_CFG; in init_ceqs_msix_attr()
H A Dhinic3_main.c46 info->resend_timer_cfg = in init_intr_coal_param()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_dev.h62 u8 resend_timer_cfg; member
H A Dhinic_rx.c536 interrupt_info.resend_timer_cnt = intr_coal->resend_timer_cfg; in rx_request_irq()
H A Dhinic_main.c1135 nic_dev->rx_intr_coalesce[i].resend_timer_cfg = in hinic_init_intr_coalesce()
1141 nic_dev->tx_intr_coalesce[i].resend_timer_cfg = in hinic_init_intr_coalesce()
H A Dhinic_tx.c822 interrupt_info.resend_timer_cnt = intr_coal->resend_timer_cfg; in tx_request_irq()
H A Dhinic_ethtool.c705 interrupt_info.resend_timer_cnt = intr_coal->resend_timer_cfg; in set_queue_coalesce()