Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c4603 uint32_t mtqc; in ixgbe_dev_mq_tx_configure() local
4622 mtqc = IXGBE_MTQC_64Q_1PB; in ixgbe_dev_mq_tx_configure()
4623 IXGBE_WRITE_REG(hw, IXGBE_MTQC, mtqc); in ixgbe_dev_mq_tx_configure()
4633 mtqc = IXGBE_MTQC_VT_ENA | IXGBE_MTQC_64VF; in ixgbe_dev_mq_tx_configure()
4636 mtqc = IXGBE_MTQC_VT_ENA | IXGBE_MTQC_32VF; in ixgbe_dev_mq_tx_configure()
4639 mtqc = IXGBE_MTQC_VT_ENA | IXGBE_MTQC_RT_ENA | in ixgbe_dev_mq_tx_configure()
4643 mtqc = IXGBE_MTQC_64Q_1PB; in ixgbe_dev_mq_tx_configure()
4646 IXGBE_WRITE_REG(hw, IXGBE_MTQC, mtqc); in ixgbe_dev_mq_tx_configure()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3874 uint32_t mtqc; in txgbe_dev_mq_tx_configure() local
3898 mtqc = TXGBE_PORTCTL_NUMVT_64; in txgbe_dev_mq_tx_configure()
3901 mtqc = TXGBE_PORTCTL_NUMVT_32; in txgbe_dev_mq_tx_configure()
3904 mtqc = TXGBE_PORTCTL_NUMVT_16; in txgbe_dev_mq_tx_configure()
3907 mtqc = 0; in txgbe_dev_mq_tx_configure()
3910 wr32m(hw, TXGBE_PORTCTL, TXGBE_PORTCTL_NUMVT_MASK, mtqc); in txgbe_dev_mq_tx_configure()