Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h213 uint8_t query_type; member
H A Dhns3_cmd.h808 uint8_t query_type; /* 0: sfp speed, 1: active */ member
H A Dhns3_ethdev.c4046 resp->query_type = HNS3_ACTIVE_QUERY; in hns3_get_sfp_info()
4071 mac_info->query_type = HNS3_ACTIVE_QUERY; in hns3_get_sfp_info()
4078 mac_info->query_type = HNS3_DEFAULT_QUERY; in hns3_get_sfp_info()
4147 mac->query_type = mac_info.query_type; in hns3_update_fiber_link_info()
4148 if (mac->query_type == HNS3_ACTIVE_QUERY) { in hns3_update_fiber_link_info()
6146 resp->query_type = HNS3_ACTIVE_QUERY; in hns3_fec_get_internal()
H A Dhns3_ethdev_dump.c72 hw->mac.query_type, in get_dev_mac_info()