Home
last modified time | relevance | path

Searched refs:pending_limit (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_irq.c104 info.pending_limit = nic_dev->intr_coalesce[q_id].pending_limit; in hinic3_request_irq()
134 u8 coalesc_timer_cfg, u8 pending_limit) in hinic3_set_interrupt_moder() argument
145 info.pending_limit = pending_limit; in hinic3_set_interrupt_moder()
156 nic_dev->rxqs[q_id].last_pending_limit = pending_limit; in hinic3_set_interrupt_moder()
166 u8 coalesc_timer_cfg, pending_limit; in hinic3_update_queue_coal() local
173 pending_limit = clamp_t(u8, coal_pkts >> HINIC3_COAL_PKT_SHIFT, in hinic3_update_queue_coal()
178 coalesc_timer_cfg, pending_limit); in hinic3_update_queue_coal()
H A Dhinic3_nic_io.c865 sq_attr.pending_limit = HINIC3_DEFAULT_TX_CI_PENDING_LIMIT; in hinic3_init_qp_ctxts()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h351 u8 pending_limit; member
644 u8 pending_limit, u8 coalesc_timer,
649 u8 pending_limit, u8 coalesc_timer);
H A Dhinic_hw_dev.c1112 u8 pending_limit, u8 coalesc_timer, in hinic_hwdev_msix_set() argument
1117 pending_limit, coalesc_timer, in hinic_hwdev_msix_set()
1132 u8 pending_limit, u8 coalesc_timer) in hinic_hwdev_hw_ci_addr_set() argument
1140 hw_ci.pending_limit = pending_limit; in hinic_hwdev_hw_ci_addr_set()
H A Dhinic_hw_if.c39 u8 pending_limit, u8 coalesc_timer, in hinic_msix_attr_set() argument
48 msix_ctrl = HINIC_MSIX_ATTR_SET(pending_limit, PENDING_LIMIT) | in hinic_msix_attr_set()
H A Dhinic_hw_if.h264 u8 pending_limit, u8 coalesc_timer,