Home
last modified time | relevance | path

Searched refs:qptc (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c1507 unsigned int qptc, qptc_extra, queue; in xlgmac_config_queue_mapping() local
1515 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in xlgmac_config_queue_mapping()
1519 for (j = 0; j < qptc; j++) { in xlgmac_config_queue_mapping()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c2659 unsigned int qptc, qptc_extra, queue; in xgbe_config_queue_mapping() local
2668 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in xgbe_config_queue_mapping()
2672 for (j = 0; j < qptc; j++) { in xgbe_config_queue_mapping()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3366 u64 qptc[16]; member
H A Dixgbe_ethtool.c892 regs_buff[990 + i] = IXGBE_GET_STAT(adapter, qptc[i]); in ixgbe_get_regs()
H A Dixgbe_main.c7194 hwstats->qptc[i] += IXGBE_READ_REG(hw, IXGBE_QPTC(i)); in ixgbe_update_stats()