Searched refs:gcr (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_82598.c | 52 u32 gcr = IXGBE_READ_REG(hw, IXGBE_GCR); in ixgbe_set_pcie_completion_timeout() local 56 if (gcr & IXGBE_GCR_CMPL_TMOUT_MASK) in ixgbe_set_pcie_completion_timeout() 63 if (!(gcr & IXGBE_GCR_CAP_VER2)) { in ixgbe_set_pcie_completion_timeout() 64 gcr |= IXGBE_GCR_CMPL_TMOUT_10ms; in ixgbe_set_pcie_completion_timeout() 78 gcr &= ~IXGBE_GCR_CMPL_TMOUT_RESEND; in ixgbe_set_pcie_completion_timeout() 79 IXGBE_WRITE_REG(hw, IXGBE_GCR, gcr); in ixgbe_set_pcie_completion_timeout()
|
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_mac.c | 1907 u32 gcr; in igc_set_pcie_no_snoop_generic() local 1915 gcr = IGC_READ_REG(hw, IGC_GCR); in igc_set_pcie_no_snoop_generic() 1916 gcr &= ~(PCIE_NO_SNOOP_ALL); in igc_set_pcie_no_snoop_generic() 1917 gcr |= no_snoop; in igc_set_pcie_no_snoop_generic() 1918 IGC_WRITE_REG(hw, IGC_GCR, gcr); in igc_set_pcie_no_snoop_generic()
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_mac.c | 2032 u32 gcr; in e1000_set_pcie_no_snoop_generic() local 2040 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_no_snoop_generic() 2041 gcr &= ~(PCIE_NO_SNOOP_ALL); in e1000_set_pcie_no_snoop_generic() 2042 gcr |= no_snoop; in e1000_set_pcie_no_snoop_generic() 2043 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_no_snoop_generic()
|
| H A D | e1000_82575.c | 2044 u32 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_completion_timeout() local 2049 if (gcr & E1000_GCR_CMPL_TMOUT_MASK) in e1000_set_pcie_completion_timeout() 2056 if (!(gcr & E1000_GCR_CAP_VER2)) { in e1000_set_pcie_completion_timeout() 2057 gcr |= E1000_GCR_CMPL_TMOUT_10ms; in e1000_set_pcie_completion_timeout() 2077 gcr &= ~E1000_GCR_CMPL_TMOUT_RESEND; in e1000_set_pcie_completion_timeout() 2079 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_completion_timeout()
|