Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c257 if (!(hw->hw_tc_map & BIT(i))) in hns3_dcb_ets_tc_dwrr_cfg()
666 if (hw->hw_tc_map & BIT(i) && i < hw->num_tc) { in hns3_tc_queue_mapping_cfg()
737 hw->dcb_info.pg_info[i].tc_bit_map = hw->hw_tc_map; in hns3_dcb_info_init()
1408 hw->dcb_info.pg_info[0].tc_bit_map = hw->hw_tc_map; in hns3_dcb_info_cfg()
1478 hw->hw_tc_map = bit_map; in hns3_dcb_info_update()
H A Dhns3_ethdev.h456 uint8_t hw_tc_map; member
H A Dhns3_ethdev.c3108 hns3_set_bit(hw->hw_tc_map, 0, 1); in hns3_get_board_configuration()
3271 if (hw->hw_tc_map & BIT(i)) { in hns3_tx_buffer_calc()
3322 if (hw->hw_tc_map & BIT(i)) in hns3_get_tc_num()
3382 if (hw->hw_tc_map & BIT(i) && in hns3_get_no_pfc_priv_num()
3481 if (!(hw->hw_tc_map & BIT(i))) in hns3_rx_buf_calc_all()
3521 if (hw->hw_tc_map & mask && in hns3_drop_nopfc_buf_till_fit()
3558 if (hw->hw_tc_map & mask && hw->dcb_info.hw_pfc_map & mask) { in hns3_drop_pfc_buf_till_fit()
3617 if (!(hw->hw_tc_map & BIT(i))) in hns3_only_alloc_priv_buff()
H A Dhns3_rss.c607 tc_valid[i] = !!(hw->hw_tc_map & BIT(i)); in hns3_set_rss_tc_mode()
H A Dhns3_ethdev_vf.c1348 hw->hw_tc_map = resp_msg; in hns3vf_get_tc_info()
1351 if (hw->hw_tc_map & BIT(i)) in hns3vf_get_tc_info()