Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_dump.c86 } caps_name[] = { in get_dev_feature_capability() local
102 for (i = 0; i < RTE_DIM(caps_name); i++) in get_dev_feature_capability()
103 fprintf(file, "\t -- support %s: %s\n", caps_name[i].name, in get_dev_feature_capability()
104 hns3_get_bit(hw->capability, caps_name[i].cap) ? "Yes" : in get_dev_feature_capability()