Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c2144 if (dcb_rx_conf->nb_tcs > pf->tc_max) { in hns3_check_mq_mode()
2146 dcb_rx_conf->nb_tcs, pf->tc_max); in hns3_check_mq_mode()
3090 pf->tc_max = cfg.tc_num; in hns3_get_board_configuration()
3091 if (pf->tc_max > HNS3_MAX_TC_NUM || pf->tc_max < 1) { in hns3_get_board_configuration()
3094 pf->tc_max); in hns3_get_board_configuration()
3095 pf->tc_max = 1; in hns3_get_board_configuration()
3100 pf->tc_max = 1; in hns3_get_board_configuration()
3103 pf->pfc_max = pf->tc_max; in hns3_get_board_configuration()
H A Dhns3_ethdev.h708 uint8_t tc_max; /* max number of tc driver supported */ member