Home
last modified time | relevance | path

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

/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cfg.h53 u8 host_id; member
84 u8 host_id; member
H A Dhinic_pmd_cfg.c112 cap->host_id = dev_cap->host_id; in hinic_parse_pub_res_cap()
140 cap->host_id, cap->ep_id, cap->intr_chip_en, in hinic_parse_pub_res_cap()
H A Dhinic_pmd_hwdev.h260 u8 host_id; member
H A Dhinic_pmd_hwdev.c1186 dfx_info.host_id = 0; in hinic_show_pcie_dfx_info()
/dpdk/app/proc-info/
H A Dmain.c62 static char host_id[MAX_LONG_OPT_SZ]; variable
201 strlcpy(host_id, argv[i + 1], sizeof(host_id)); in proc_info_preparse_args()
205 if (!strlen(host_id)) { in proc_info_preparse_args()
206 int err = gethostname(host_id, MAX_LONG_OPT_SZ-1); in proc_info_preparse_args()
209 strlcpy(host_id, "unknown", sizeof(host_id)); in proc_info_preparse_args()
569 PRIu64"\n", host_id, port_id, counter_type, in nic_xstats_display()