Searched refs:gcr_ext (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 213 uint32_t gcr_ext; in txgbe_pf_host_configure() local 255 gcr_ext = rd32(hw, TXGBE_PORTCTL); in txgbe_pf_host_configure() 256 gcr_ext &= ~TXGBE_PORTCTL_NUMVT_MASK; in txgbe_pf_host_configure() 260 gcr_ext |= TXGBE_PORTCTL_NUMVT_64; in txgbe_pf_host_configure() 263 gcr_ext |= TXGBE_PORTCTL_NUMVT_32; in txgbe_pf_host_configure() 266 gcr_ext |= TXGBE_PORTCTL_NUMVT_16; in txgbe_pf_host_configure() 270 wr32(hw, TXGBE_PORTCTL, gcr_ext); in txgbe_pf_host_configure()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 216 uint32_t gpie, gcr_ext; in ixgbe_pf_host_configure() local 258 gcr_ext = IXGBE_READ_REG(hw, IXGBE_GCR_EXT); in ixgbe_pf_host_configure() 259 gcr_ext &= ~IXGBE_GCR_EXT_VT_MODE_MASK; in ixgbe_pf_host_configure() 267 gcr_ext |= IXGBE_GCR_EXT_VT_MODE_64; in ixgbe_pf_host_configure() 271 gcr_ext |= IXGBE_GCR_EXT_VT_MODE_32; in ixgbe_pf_host_configure() 275 gcr_ext |= IXGBE_GCR_EXT_VT_MODE_16; in ixgbe_pf_host_configure() 280 IXGBE_WRITE_REG(hw, IXGBE_GCR_EXT, gcr_ext); in ixgbe_pf_host_configure()
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_pf.c | 143 uint32_t gcr_ext; in ngbe_pf_host_configure() local 181 gcr_ext = rd32(hw, NGBE_PORTCTL); in ngbe_pf_host_configure() 182 gcr_ext &= ~NGBE_PORTCTL_NUMVT_MASK; in ngbe_pf_host_configure() 185 gcr_ext |= NGBE_PORTCTL_NUMVT_8; in ngbe_pf_host_configure() 187 wr32(hw, NGBE_PORTCTL, gcr_ext); in ngbe_pf_host_configure()
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_common.c | 4763 u32 gcr_ext, hlreg0, i, poll; in ixgbe_clear_tx_pending() local 4801 gcr_ext = IXGBE_READ_REG(hw, IXGBE_GCR_EXT); in ixgbe_clear_tx_pending() 4803 gcr_ext | IXGBE_GCR_EXT_BUFFERS_CLEAR); in ixgbe_clear_tx_pending() 4810 IXGBE_WRITE_REG(hw, IXGBE_GCR_EXT, gcr_ext); in ixgbe_clear_tx_pending()
|