Searched refs:gpie (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 219 uint32_t gpie, gcr_ext; in ixgbe_pf_host_configure() local 264 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_pf_host_configure() 265 gpie &= ~IXGBE_GPIE_VTMODE_MASK; in ixgbe_pf_host_configure() 266 gpie |= IXGBE_GPIE_MSIX_MODE | IXGBE_GPIE_PBA_SUPPORT; in ixgbe_pf_host_configure() 271 gpie |= IXGBE_GPIE_VTMODE_64; in ixgbe_pf_host_configure() 275 gpie |= IXGBE_GPIE_VTMODE_32; in ixgbe_pf_host_configure() 279 gpie |= IXGBE_GPIE_VTMODE_16; in ixgbe_pf_host_configure() 284 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_pf_host_configure()
|
| H A D | ixgbe_ethdev.c | 2408 uint32_t gpie; in ixgbe_dev_phy_intr_setup() local 2412 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_dev_phy_intr_setup() 2413 gpie |= IXGBE_SDP0_GPIEN_X550EM_x; in ixgbe_dev_phy_intr_setup() 2414 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_dev_phy_intr_setup() 6140 uint32_t gpie; in ixgbe_configure_msix() local 6147 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_configure_msix() 6149 !(gpie & (IXGBE_GPIE_MSIX_MODE | IXGBE_GPIE_PBA_SUPPORT))) in ixgbe_configure_msix() 6156 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE); in ixgbe_configure_msix() 6157 gpie |= IXGBE_GPIE_MSIX_MODE | IXGBE_GPIE_PBA_SUPPORT | in ixgbe_configure_msix() 6168 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie); in ixgbe_configure_msix()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 213 uint32_t gpie; in txgbe_pf_host_configure() local 254 gpie = rd32(hw, TXGBE_GPIE); in txgbe_pf_host_configure() 255 gpie |= TXGBE_GPIE_MSIX; in txgbe_pf_host_configure() 272 wr32(hw, TXGBE_GPIE, gpie); in txgbe_pf_host_configure()
|
| H A D | txgbe_ethdev.c | 1289 uint32_t gpie; in txgbe_dev_phy_intr_setup() local 1291 gpie = rd32(hw, TXGBE_GPIOINTEN); in txgbe_dev_phy_intr_setup() 1292 gpie |= TXGBE_GPIOBIT_6; in txgbe_dev_phy_intr_setup() 1293 wr32(hw, TXGBE_GPIOINTEN, gpie); in txgbe_dev_phy_intr_setup() 3410 uint32_t gpie; in txgbe_configure_msix() local 3417 gpie = rd32(hw, TXGBE_GPIE); in txgbe_configure_msix() 3419 !(gpie & TXGBE_GPIE_MSIX)) in txgbe_configure_msix() 3428 gpie = rd32(hw, TXGBE_GPIE); in txgbe_configure_msix() 3429 gpie |= TXGBE_GPIE_MSIX; in txgbe_configure_msix() 3430 wr32(hw, TXGBE_GPIE, gpie); in txgbe_configure_msix()
|