Home
last modified time | relevance | path

Searched refs:HNS3_QUERY_DEV_SPECS_BD_NUM (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h845 #define HNS3_QUERY_DEV_SPECS_BD_NUM 4 macro
H A Dhns3_ethdev_vf.c1160 struct hns3_cmd_desc desc[HNS3_QUERY_DEV_SPECS_BD_NUM]; in hns3vf_query_dev_specifications()
1164 for (i = 0; i < HNS3_QUERY_DEV_SPECS_BD_NUM - 1; i++) { in hns3vf_query_dev_specifications()
1171 ret = hns3_cmd_send(hw, desc, HNS3_QUERY_DEV_SPECS_BD_NUM); in hns3vf_query_dev_specifications()
H A Dhns3_ethdev.c2963 struct hns3_cmd_desc desc[HNS3_QUERY_DEV_SPECS_BD_NUM]; in hns3_query_dev_specifications()
2967 for (i = 0; i < HNS3_QUERY_DEV_SPECS_BD_NUM - 1; i++) { in hns3_query_dev_specifications()
2974 ret = hns3_cmd_send(hw, desc, HNS3_QUERY_DEV_SPECS_BD_NUM); in hns3_query_dev_specifications()