| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_dcb.c | 131 uint8_t tc = hw->dcb_info.prio_tc[pri_id]; in hns3_fill_pri_array() 709 memcpy(pf->prio_tc, hw->dcb_info.prio_tc, HNS3_MAX_USER_PRIO); in hns3_dcb_update_tc_queue_mapping() 744 hw->dcb_info.prio_tc[i] = 0; in hns3_dcb_info_init() 1333 uint8_t *prio_tc; in hns3_dcb_undrop_tc_map() local 1336 prio_tc = hw->dcb_info.prio_tc; in hns3_dcb_undrop_tc_map() 1339 if (prio_tc[j] == i && pfc_en & BIT(j)) { in hns3_dcb_undrop_tc_map() 1362 if (dcb_rx_conf->dcb_tc[i] != hw->dcb_info.prio_tc[i]) in hns3_dcb_cfg_validate() 1433 hw->dcb_info.prio_tc[i] = dcb_rx_conf->dcb_tc[i]; in hns3_dcb_info_cfg()
|
| H A D | hns3_ethdev.h | 126 uint8_t prio_tc[HNS3_MAX_USER_PRIO]; member 711 uint8_t prio_tc[HNS3_MAX_USER_PRIO]; /* TC indexed by prio */ member
|
| H A D | hns3_ethdev.c | 5227 dcb_info->prio_tc[i] = hw->dcb_info.prio_tc[i]; in hns3_get_dcb_info()
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_rx.c | 477 u8 prio_tc[HINIC_DCB_UP_MAX] = {0}; in hinic_rss_deinit() local 479 nic_dev->rss_tmpl_idx, 0, prio_tc); in hinic_rss_deinit() 540 u8 prio_tc[HINIC_DCB_UP_MAX] = {0}; in hinic_rss_init() local 568 return hinic_rss_cfg(nic_dev->hwdev, 1, tmpl_idx, num_tc, prio_tc); in hinic_rss_init()
|
| H A D | hinic_pmd_ethdev.c | 1945 u8 prio_tc[HINIC_DCB_UP_MAX] = {0}; in hinic_rss_hash_update() local 1989 memset(prio_tc, 0, sizeof(prio_tc)); in hinic_rss_hash_update() 1990 (void)hinic_rss_cfg(nic_dev->hwdev, 0, tmpl_idx, 0, prio_tc); in hinic_rss_hash_update() 2067 u8 prio_tc[HINIC_DCB_UP_MAX] = {0}; in hinic_rss_indirtbl_update() local 2110 memset(prio_tc, 0, sizeof(prio_tc)); in hinic_rss_indirtbl_update() 2111 (void)hinic_rss_cfg(nic_dev->hwdev, 0, tmpl_idx, 0, prio_tc); in hinic_rss_indirtbl_update()
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_niccfg.h | 510 u8 prio_tc[NIC_DCB_UP_MAX]; member 895 int hinic_rss_cfg(void *hwdev, u8 rss_en, u8 tmpl_idx, u8 tc_num, u8 *prio_tc);
|
| H A D | hinic_pmd_niccfg.c | 1114 int hinic_rss_cfg(void *hwdev, u8 rss_en, u8 tmpl_idx, u8 tc_num, u8 *prio_tc) in hinic_rss_cfg() argument 1121 if (!hwdev || !prio_tc || (tc_num & (tc_num - 1))) { in hinic_rss_cfg() 1134 memcpy(rss_cfg.prio_tc, prio_tc, HINIC_DCB_UP_MAX); in hinic_rss_cfg()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev.h | 1666 uint8_t prio_tc[ETH_DCB_NUM_USER_PRIORITIES]; /**< Priority to tc */ member
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 3936 dcb_info->prio_tc[i] = vmdq_rx_conf->dcb_tc[i]; in txgbe_dev_get_dcb_info() 3960 dcb_info->prio_tc[i] = rx_conf->dcb_tc[i]; in txgbe_dev_get_dcb_info()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 7448 dcb_info->prio_tc[i] = vmdq_rx_conf->dcb_tc[i]; in ixgbe_dev_get_dcb_info() 7472 dcb_info->prio_tc[i] = rx_conf->dcb_tc[i]; in ixgbe_dev_get_dcb_info()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 5150 printf("\t%4d", dcb_info.prio_tc[i]); in port_dcb_info_display()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 11334 dcb_info->prio_tc[i] = dcb_cfg->etscfg.prioritytable[i]; in i40e_dev_get_dcb_info()
|