Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_irq.h11 unsigned int vector_idx; member
H A Dbnxt_irq.c158 bp->irq_tbl[i].vector_idx = i; in bnxt_setup_int()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c980 uint32_t vector_idx = TXGBE_MISC_VEC_ID; in txgbevf_configure_msix() local
984 txgbevf_set_ivar_map(hw, -1, 1, vector_idx); in txgbevf_configure_msix()
994 vector_idx = TXGBE_RX_VEC_START; in txgbevf_configure_msix()
1002 txgbevf_set_ivar_map(hw, 0, q_idx, vector_idx); in txgbevf_configure_msix()
1004 vector_idx); in txgbevf_configure_msix()
1005 if (vector_idx < base + rte_intr_nb_efd_get(intr_handle) in txgbevf_configure_msix()
1007 vector_idx++; in txgbevf_configure_msix()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c5929 uint32_t vector_idx = IXGBE_MISC_VEC_ID; in ixgbevf_configure_msix() local
5933 ixgbevf_set_ivar_map(hw, -1, 1, vector_idx); in ixgbevf_configure_msix()
5943 vector_idx = IXGBE_RX_VEC_START; in ixgbevf_configure_msix()
5951 ixgbevf_set_ivar_map(hw, 0, q_idx, vector_idx); in ixgbevf_configure_msix()
5953 vector_idx); in ixgbevf_configure_msix()
5954 if (vector_idx < base + rte_intr_nb_efd_get(intr_handle) in ixgbevf_configure_msix()
5956 vector_idx++; in ixgbevf_configure_msix()