Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_tf_pmd_shim.c116 glob_t gres; in ulp_pmd_get_mac_by_pci() local
124 if (glob(path, 0, glob_error_fn, &gres) == 0) { in ulp_pmd_get_mac_by_pci()
125 if (gres.gl_pathc != 1) in ulp_pmd_get_mac_by_pci()
129 intf_name = basename(gres.gl_pathv[0]); in ulp_pmd_get_mac_by_pci()