Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_tm.h58 struct hns3_tm_conf { struct
99 hns3_tm_calc_node_tc_no(struct hns3_tm_conf *conf, uint32_t node_id) in hns3_tm_calc_node_tc_no() argument
H A Dhns3_ethdev_dump.c635 get_tm_conf_shaper_info(FILE *file, struct hns3_tm_conf *conf) in get_tm_conf_shaper_info()
655 get_tm_conf_port_node_info(FILE *file, struct hns3_tm_conf *conf) in get_tm_conf_port_node_info()
669 get_tm_conf_tc_node_info(FILE *file, struct hns3_tm_conf *conf) in get_tm_conf_tc_node_info()
732 get_tm_conf_queue_node_info(FILE *file, struct hns3_tm_conf *conf, in get_tm_conf_queue_node_info()
769 struct hns3_tm_conf *conf = &pf->tm_conf; in get_tm_conf_info()
H A Dhns3_ethdev.h831 struct hns3_tm_conf tm_conf;
H A Dhns3_tm.c963 struct hns3_tm_conf *tm_conf = &pf->tm_conf; in hns3_tm_configure_check()