Home
last modified time | relevance | path

Searched refs:hw_feat (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c481 struct axgbe_hw_features *hw_feat = &pdata->hw_feat; in axgbe_dev_mac_addr_add() local
625 struct axgbe_hw_features *hw_feat = &pdata->hw_feat; in axgbe_dev_mac_addr_remove() local
640 struct axgbe_hw_features *hw_feat = &pdata->hw_feat; in axgbe_dev_set_mc_addr_list() local
668 struct axgbe_hw_features *hw_feat = &pdata->hw_feat; in axgbe_dev_uc_hash_table_set() local
691 struct axgbe_hw_features *hw_feat = &pdata->hw_feat; in axgbe_dev_uc_all_hash_table_set() local
1762 struct axgbe_hw_features *hw_feat = &pdata->hw_feat; in axgbe_get_all_hw_features() local
1768 memset(hw_feat, 0, sizeof(*hw_feat)); in axgbe_get_all_hw_features()
1850 hw_feat->rx_q_cnt++; in axgbe_get_all_hw_features()
1854 hw_feat->tc_cnt++; in axgbe_get_all_hw_features()
1857 hw_feat->rx_fifo_size = 1 << (hw_feat->rx_fifo_size + 7); in axgbe_get_all_hw_features()
[all …]
H A Daxgbe_dev.c843 for (i = 0; i < pdata->hw_feat.tc_cnt; i++) { in axgbe_config_mtl_mode()
903 pdata->hw_feat.rx_fifo_size); in axgbe_config_rx_fifo_size()
934 pdata->hw_feat.tx_fifo_size); in axgbe_config_tx_fifo_size()
961 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in axgbe_config_queue_mapping()
962 qptc_extra = pdata->tx_q_count % pdata->hw_feat.tc_cnt; in axgbe_config_queue_mapping()
964 for (i = 0, queue = 0; i < pdata->hw_feat.tc_cnt; i++) { in axgbe_config_queue_mapping()
1001 q_count = RTE_MAX(pdata->hw_feat.tx_q_cnt, pdata->hw_feat.rx_q_cnt); in axgbe_enable_mtl_interrupts()
1101 struct axgbe_hw_features *hw_feat = &pdata->hw_feat; in axgbe_config_mac_hash_table() local
1108 if (hw_feat->hash_table_size) { in axgbe_config_mac_hash_table()
1109 pdata->hash_table_shift = 26 - (hw_feat->hash_table_size >> 7); in axgbe_config_mac_hash_table()
[all …]
H A Daxgbe_ethdev.h608 struct axgbe_hw_features hw_feat; member
H A Daxgbe_rxtx.c608 if (AXGMAC_GET_BITS(pdata->hw_feat.version, MAC_VR, SNPSVER) > 0x20) in axgbe_prepare_tx_stop()