Home
last modified time | relevance | path

Searched refs:IXGBE_GPIE_PBA_SUPPORT (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c266 gpie |= IXGBE_GPIE_MSIX_MODE | IXGBE_GPIE_PBA_SUPPORT; in ixgbe_pf_host_configure()
H A Dixgbe_ethdev.c6149 !(gpie & (IXGBE_GPIE_MSIX_MODE | IXGBE_GPIE_PBA_SUPPORT))) in ixgbe_configure_msix()
6157 gpie |= IXGBE_GPIE_MSIX_MODE | IXGBE_GPIE_PBA_SUPPORT | in ixgbe_configure_msix()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h1714 #define IXGBE_GPIE_PBA_SUPPORT 0x80000000 macro