Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwif.h18 #define HINIC_FUNC_TYPE(dev) ((dev)->hwif->attr.func_type)
23 enum func_type { enum
56 enum func_type func_type; member
94 enum func_type hinic_func_type(void *hwdev);
H A Dhinic_pmd_cfg.c26 __rte_unused enum func_type type) in hinic_parse_shared_res_cap()
51 enum func_type type) in hinic_parse_l2nic_res_cap()
110 enum func_type type) in hinic_parse_pub_res_cap()
154 enum func_type type) in parse_dev_cap()
170 static int get_cap_from_fw(struct hinic_hwdev *dev, enum func_type type) in get_cap_from_fw()
192 static int get_cap_from_pf(struct hinic_hwdev *dev, enum func_type type) in get_cap_from_pf()
217 enum func_type type = HINIC_FUNC_TYPE(dev); in get_dev_cap()
H A Dhinic_pmd_hwif.c63 hwif->attr.func_type = HINIC_AF0_GET(attr0, FUNC_TYPE); in set_hwif_attr()
101 if (hwif->attr.func_type == TYPE_VF) { in hinic_set_pf_status()
183 attr->func_type = TYPE_PPF; in set_ppf()
356 enum func_type hinic_func_type(void *hwdev) in hinic_func_type()
360 return hwif->attr.func_type; in hinic_func_type()
458 hwif->attr.global_vf_id_of_pf, hwif->attr.func_type); in hinic_parse_hwif_attr()