Searched refs:mib (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/pcap/ |
| H A D | pcap_osdep_freebsd.c | 27 int mib[6]; in osdep_iface_mac_get() local 31 mib[0] = CTL_NET; in osdep_iface_mac_get() 32 mib[1] = AF_ROUTE; in osdep_iface_mac_get() 33 mib[2] = 0; in osdep_iface_mac_get() 34 mib[3] = AF_LINK; in osdep_iface_mac_get() 35 mib[4] = NET_RT_IFLIST; in osdep_iface_mac_get() 36 mib[5] = if_nametoindex(if_name); in osdep_iface_mac_get() 38 if (sysctl(mib, 6, NULL, &len, NULL, 0) < 0) in osdep_iface_mac_get() 48 if (sysctl(mib, 6, buf, &len, NULL, 0) < 0) { in osdep_iface_mac_get()
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_lcore.c | 28 int mib[2] = {CTL_HW, HW_NCPU}; in eal_get_ncpus() local 32 sysctl(mib, 2, &ncpu, &len, NULL, 0); in eal_get_ncpus()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_dcbx.h | 41 struct dcbx_mib *mib; member
|
| H A D | ecore_dcbx.c | 394 ecore_memcpy_from(p_hwfn, p_ptt, p_data->mib, in ecore_dcbx_copy_mib() 396 prefix_seq_num = p_data->mib->prefix_seq_num; in ecore_dcbx_copy_mib() 397 suffix_seq_num = p_data->mib->suffix_seq_num; in ecore_dcbx_copy_mib() 789 data.mib = &p_hwfn->p_dcbx_info->operational; in ecore_dcbx_read_operational_mib() 807 data.mib = &p_hwfn->p_dcbx_info->remote; in ecore_dcbx_read_remote_mib()
|