Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c755 struct hns3_vf *vf = HNS3_DEV_HW_TO_VF(hw); in hns3vf_update_push_lsc_cap()
771 struct hns3_vf *vf = HNS3_DEV_HW_TO_VF(hw); in hns3vf_get_push_lsc_cap()
1030 struct hns3_vf *vf = HNS3_DEV_HW_TO_VF(hw); in hns3vf_request_link_info()
1058 struct hns3_vf *vf = HNS3_DEV_HW_TO_VF(hw); in hns3vf_update_link_status()
H A Dhns3_ethdev.h915 static inline struct hns3_vf *HNS3_DEV_HW_TO_VF(struct hns3_hw *hw) in HNS3_DEV_HW_TO_VF() function