Searched refs:gcr_ext (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 214 uint32_t gcr_ext; in txgbe_pf_host_configure() local 256 gcr_ext = rd32(hw, TXGBE_PORTCTL); in txgbe_pf_host_configure() 257 gcr_ext &= ~TXGBE_PORTCTL_NUMVT_MASK; in txgbe_pf_host_configure() 261 gcr_ext |= TXGBE_PORTCTL_NUMVT_64; in txgbe_pf_host_configure() 264 gcr_ext |= TXGBE_PORTCTL_NUMVT_32; in txgbe_pf_host_configure() 267 gcr_ext |= TXGBE_PORTCTL_NUMVT_16; in txgbe_pf_host_configure() 271 wr32(hw, TXGBE_PORTCTL, gcr_ext); in txgbe_pf_host_configure()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 219 uint32_t gpie, gcr_ext; in ixgbe_pf_host_configure() local 261 gcr_ext = IXGBE_READ_REG(hw, IXGBE_GCR_EXT); in ixgbe_pf_host_configure() 262 gcr_ext &= ~IXGBE_GCR_EXT_VT_MODE_MASK; in ixgbe_pf_host_configure() 270 gcr_ext |= IXGBE_GCR_EXT_VT_MODE_64; in ixgbe_pf_host_configure() 274 gcr_ext |= IXGBE_GCR_EXT_VT_MODE_32; in ixgbe_pf_host_configure() 278 gcr_ext |= IXGBE_GCR_EXT_VT_MODE_16; in ixgbe_pf_host_configure() 283 IXGBE_WRITE_REG(hw, IXGBE_GCR_EXT, gcr_ext); in ixgbe_pf_host_configure()
|
| /f-stack/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()
|