Home
last modified time | relevance | path

Searched refs:mtqc (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c4641 uint32_t mtqc; in ixgbe_dev_mq_tx_configure() local
4660 mtqc = IXGBE_MTQC_64Q_1PB; in ixgbe_dev_mq_tx_configure()
4661 IXGBE_WRITE_REG(hw, IXGBE_MTQC, mtqc); in ixgbe_dev_mq_tx_configure()
4671 mtqc = IXGBE_MTQC_VT_ENA | IXGBE_MTQC_64VF; in ixgbe_dev_mq_tx_configure()
4674 mtqc = IXGBE_MTQC_VT_ENA | IXGBE_MTQC_32VF; in ixgbe_dev_mq_tx_configure()
4677 mtqc = IXGBE_MTQC_VT_ENA | IXGBE_MTQC_RT_ENA | in ixgbe_dev_mq_tx_configure()
4681 mtqc = IXGBE_MTQC_64Q_1PB; in ixgbe_dev_mq_tx_configure()
4684 IXGBE_WRITE_REG(hw, IXGBE_MTQC, mtqc); in ixgbe_dev_mq_tx_configure()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c4018 uint32_t mtqc; in txgbe_dev_mq_tx_configure() local
4042 mtqc = TXGBE_PORTCTL_NUMVT_64; in txgbe_dev_mq_tx_configure()
4045 mtqc = TXGBE_PORTCTL_NUMVT_32; in txgbe_dev_mq_tx_configure()
4048 mtqc = TXGBE_PORTCTL_NUMVT_16; in txgbe_dev_mq_tx_configure()
4051 mtqc = 0; in txgbe_dev_mq_tx_configure()
4054 wr32m(hw, TXGBE_PORTCTL, TXGBE_PORTCTL_NUMVT_MASK, mtqc); in txgbe_dev_mq_tx_configure()