HomeSort by: relevance | last modified time | path
    Searched defs:dev_info (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
device.h 73 #define dev_info(DEV, FMT, ...) do { \ macro
  /src/external/cddl/osnet/sys/sys/
sunddi.h 73 struct dev_info { struct
77 typedef struct dev_info dev_info_t;
  /src/external/bsd/libpcap/dist/
pcap-bt-linux.c 424 struct hci_dev_info dev_info; local
425 struct hci_dev_stats * s = &dev_info.stat;
426 dev_info.dev_id = handlep->dev_id;
430 ret = ioctl(handle->fd, HCIGETDEVINFO, (void *)&dev_info);
pcap-dpdk.c 763 struct rte_eth_dev_info dev_info; local
835 rte_eth_dev_info_get(portid, &dev_info);
836 if (dev_info.tx_offload_capa & DEV_TX_OFFLOAD_MBUF_FAST_FREE)
867 rxq_conf = dev_info.default_rxconf;
884 txq_conf = dev_info.default_txconf;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_kms.c 697 struct drm_amdgpu_info_device dev_info = {}; local
700 dev_info.device_id = dev->pdev->device;
701 dev_info.chip_rev = adev->rev_id;
702 dev_info.external_rev = adev->external_rev_id;
703 dev_info.pci_rev = dev->pdev->revision;
704 dev_info.family = adev->family;
705 dev_info.num_shader_engines = adev->gfx.config.max_shader_engines;
706 dev_info.num_shader_arrays_per_engine = adev->gfx.config.max_sh_per_se;
708 dev_info.gpu_counter_freq = amdgpu_asic_get_xclk(adev) * 10;
710 dev_info.max_engine_clock = amdgpu_dpm_get_sclk(adev, false) * 10
    [all...]
  /src/external/bsd/wpa/dist/src/p2p/
p2p_group.c 289 const u8 *dev_info = NULL; local
314 dev_info = pos;
331 if (dev_info == NULL)
340 wpabuf_put_data(buf, dev_info, 2); /* WFD Device Info */
341 wpabuf_put_data(buf, dev_info + 4, 2); /* WFD Device Max Throughput */
  /src/sys/external/bsd/dwc2/
dwc2.h 75 #define dev_info(d,fmt,...) do { \ macro
100 #define dev_info(...) do { } while (0) macro
  /src/external/bsd/wpa/dist/src/wps/
wps_er.c 1811 static void wps_er_ap_learn(struct wps_er_ap *ap, const char *dev_info)
1818 info = xml_get_base64_item(dev_info, "NewDeviceInfo", &ret);
1835 char *dev_info = NULL; local
1843 dev_info = os_zalloc(wpabuf_len(reply) + 1);
1844 if (dev_info == NULL)
1846 os_memcpy(dev_info, wpabuf_head(reply), wpabuf_len(reply));
1857 if (dev_info) {
1858 wps_er_ap_learn(ap, dev_info);
1859 os_free(dev_info);
  /src/sys/dev/pci/
xmm7360.c 147 #define dev_info(devp, fmt, ...) \ macro
216 #define dev_info aprint_normal_dev macro
1249 dev_info(xmm->dev, "modem still booting, waiting...\n");
1263 dev_info(xmm->dev, "modem is ready\n");
1287 dev_info(xn->xmm->dev, "Unexpected tag %x\n", first->tag);

Completed in 19 milliseconds