Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_host_interface.c156 int host_id; in ff_clock_gettime() local
161 host_id = CLOCK_REALTIME; in ff_clock_gettime()
165 host_id = CLOCK_MONOTONIC_FAST; in ff_clock_gettime()
170 host_id = CLOCK_MONOTONIC; in ff_clock_gettime()
174 rv = clock_gettime(host_id, &ts); in ff_clock_gettime()
/f-stack/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()
/f-stack/dpdk/app/proc-info/
H A Dmain.c60 static char host_id[MAX_LONG_OPT_SZ]; variable
191 strlcpy(host_id, argv[i + 1], sizeof(host_id)); in proc_info_preparse_args()
195 if (!strlen(host_id)) { in proc_info_preparse_args()
196 int err = gethostname(host_id, MAX_LONG_OPT_SZ-1); in proc_info_preparse_args()
199 strlcpy(host_id, "unknown", sizeof(host_id)); in proc_info_preparse_args()
553 PRIu64"\n", host_id, port_id, counter_type, in nic_xstats_display()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/keystone/
H A Dti,k3-sci-common.yaml39 description: Should contain a single tuple of <proc_id host_id>.