Home
last modified time | relevance | path

Searched refs:bind_ring_with_vector (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_common.c680 ret = hw->ops.bind_ring_with_vector(hw, vec, false, in hns3_init_ring_with_vector()
688 ret = hw->ops.bind_ring_with_vector(hw, vec, false, in hns3_init_ring_with_vector()
742 ret = hw->ops.bind_ring_with_vector(hw, vec, true, in hns3_map_rx_interrupt()
787 (void)hw->ops.bind_ring_with_vector(hw, vec, false, in hns3_unmap_rx_interrupt()
813 ret = hw->ops.bind_ring_with_vector(hw, in hns3_restore_rx_interrupt()
H A Dhns3_ethdev.h437 int (*bind_ring_with_vector)(struct hns3_hw *hw, uint16_t vector_id, member
H A Dhns3_ethdev_vf.c2309 hw->ops.bind_ring_with_vector = hns3vf_bind_ring_with_vector; in hns3vf_init_hw_ops()
H A Dhns3_ethdev.c6583 hw->ops.bind_ring_with_vector = hns3_bind_ring_with_vector; in hns3_init_hw_ops()