Searched refs:gpie (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 216 uint32_t gpie, gcr_ext; in ixgbe_pf_host_configure() local 261 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_pf_host_configure() 262 gpie &= ~IXGBE_GPIE_VTMODE_MASK; in ixgbe_pf_host_configure() 263 gpie |= IXGBE_GPIE_MSIX_MODE | IXGBE_GPIE_PBA_SUPPORT; in ixgbe_pf_host_configure() 268 gpie |= IXGBE_GPIE_VTMODE_64; in ixgbe_pf_host_configure() 272 gpie |= IXGBE_GPIE_VTMODE_32; in ixgbe_pf_host_configure() 276 gpie |= IXGBE_GPIE_VTMODE_16; in ixgbe_pf_host_configure() 281 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_pf_host_configure()
|
| H A D | ixgbe_ethdev.c | 2430 uint32_t gpie; in ixgbe_dev_phy_intr_setup() local 2434 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_dev_phy_intr_setup() 2435 gpie |= IXGBE_SDP0_GPIEN_X550EM_x; in ixgbe_dev_phy_intr_setup() 2436 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_dev_phy_intr_setup() 5982 uint32_t gpie; in ixgbe_configure_msix() local 5989 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_configure_msix() 5991 !(gpie & (IXGBE_GPIE_MSIX_MODE | IXGBE_GPIE_PBA_SUPPORT))) in ixgbe_configure_msix() 5998 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_configure_msix() 5999 gpie |= IXGBE_GPIE_MSIX_MODE | IXGBE_GPIE_PBA_SUPPORT | in ixgbe_configure_msix() 6010 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_configure_msix()
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_pf.c | 142 uint32_t gpie; in ngbe_pf_host_configure() local 179 gpie = rd32(hw, NGBE_GPIE); in ngbe_pf_host_configure() 180 gpie |= NGBE_GPIE_MSIX; in ngbe_pf_host_configure() 188 wr32(hw, NGBE_GPIE, gpie); in ngbe_pf_host_configure()
|
| H A D | ngbe_ethdev.c | 2642 uint32_t gpie; in ngbe_configure_msix() local 2650 gpie = rd32(hw, NGBE_GPIE); in ngbe_configure_msix() 2652 !(gpie & NGBE_GPIE_MSIX)) in ngbe_configure_msix() 2661 gpie = rd32(hw, NGBE_GPIE); in ngbe_configure_msix() 2662 gpie |= NGBE_GPIE_MSIX; in ngbe_configure_msix() 2663 wr32(hw, NGBE_GPIE, gpie); in ngbe_configure_msix()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 212 uint32_t gpie; in txgbe_pf_host_configure() local 253 gpie = rd32(hw, TXGBE_GPIE); in txgbe_pf_host_configure() 254 gpie |= TXGBE_GPIE_MSIX; in txgbe_pf_host_configure() 271 wr32(hw, TXGBE_GPIE, gpie); in txgbe_pf_host_configure()
|
| H A D | txgbe_ethdev.c | 1522 uint32_t gpie; in txgbe_dev_phy_intr_setup() local 1524 gpie = rd32(hw, TXGBE_GPIOINTEN); in txgbe_dev_phy_intr_setup() 1525 gpie |= TXGBE_GPIOBIT_6; in txgbe_dev_phy_intr_setup() 1526 wr32(hw, TXGBE_GPIOINTEN, gpie); in txgbe_dev_phy_intr_setup() 3706 uint32_t gpie; in txgbe_configure_msix() local 3713 gpie = rd32(hw, TXGBE_GPIE); in txgbe_configure_msix() 3715 !(gpie & TXGBE_GPIE_MSIX)) in txgbe_configure_msix() 3724 gpie = rd32(hw, TXGBE_GPIE); in txgbe_configure_msix() 3725 gpie |= TXGBE_GPIE_MSIX; in txgbe_configure_msix() 3726 wr32(hw, TXGBE_GPIE, gpie); in txgbe_configure_msix()
|