Home
last modified time | relevance | path

Searched refs:hinic_set_interrupt_cfg (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_dev.h588 int hinic_set_interrupt_cfg(struct hinic_hwdev *hwdev,
Dhinic_rx.c538 err = hinic_set_interrupt_cfg(hwdev, &interrupt_info); in rx_request_irq()
Dhinic_tx.c824 err = hinic_set_interrupt_cfg(hwdev, &interrupt_info); in tx_request_irq()
Dhinic_hw_dev.c861 int hinic_set_interrupt_cfg(struct hinic_hwdev *hwdev, in hinic_set_interrupt_cfg() function
Dhinic_ethtool.c707 err = hinic_set_interrupt_cfg(nic_dev->hwdev, &interrupt_info); in set_queue_coalesce()