Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_anafa.c90 struct ib_get_dev_info_ioctl dev_info; in __osm_ca_info_init() local
95 ioctl_ret = ioctl(p_tpot_info->device_fd, TS_IB_IOCGDEVINFO, &dev_info); in __osm_ca_info_init()
103 memcpy(&(p_ca_info->attr.ca_guid), dev_info.dev_info.node_guid, in __osm_ca_info_init()
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c1435 dev_info->device != device) in iwl_pci_find_dev_info()
1451 dev_info->rf_type != rf_type) in iwl_pci_find_dev_info()
1455 dev_info->cdb != cdb) in iwl_pci_find_dev_info()
1459 dev_info->jacket != jacket) in iwl_pci_find_dev_info()
1463 dev_info->rf_id != rf_id) in iwl_pci_find_dev_info()
1467 dev_info->no_160 != no_160) in iwl_pci_find_dev_info()
1471 dev_info->cores != cores) in iwl_pci_find_dev_info()
1474 return dev_info; in iwl_pci_find_dev_info()
1554 if (dev_info) { in iwl_pci_probe()
1555 iwl_trans->cfg = dev_info->cfg; in iwl_pci_probe()
[all …]
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.ddi_pathname.d41 trace(ddi_pathname((struct dev_info *)rand(), rand()));
47 trace(ddi_pathname((struct dev_info *)arg1, rand()));
/freebsd-13.1/stand/efi/boot1/
H A Dboot_module.h47 typedef struct dev_info struct
55 struct dev_info *next; argument
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d33 this->dev = (struct dev_info *)alloca(sizeof (struct dev_info));
/freebsd-13.1/contrib/libpcap/
H A Dpcap-bt-linux.c394 struct hci_dev_info dev_info; in bt_stats_linux() local
395 struct hci_dev_stats * s = &dev_info.stat; in bt_stats_linux()
396 dev_info.dev_id = handlep->dev_id; in bt_stats_linux()
400 ret = ioctl(handle->fd, HCIGETDEVINFO, (void *)&dev_info); in bt_stats_linux()
/freebsd-13.1/sys/dev/hid/
H A Dhid.c978 hid_test_quirk(const struct hid_device_info *dev_info, uint16_t quirk) in hid_test_quirk() argument
988 if (dev_info->autoQuirk[x] == quirk) in hid_test_quirk()
993 found = (hid_test_quirk_p) (dev_info, quirk); in hid_test_quirk()
999 hid_test_quirk_w(const struct hid_device_info *dev_info, uint16_t quirk) in hid_test_quirk_w() argument
1005 hid_add_dynamic_quirk(struct hid_device_info *dev_info, uint16_t quirk) in hid_add_dynamic_quirk() argument
1010 if (dev_info->autoQuirk[x] == 0 || in hid_add_dynamic_quirk()
1011 dev_info->autoQuirk[x] == quirk) { in hid_add_dynamic_quirk()
1012 dev_info->autoQuirk[x] = quirk; in hid_add_dynamic_quirk()
H A Dhid.h307 typedef bool hid_test_quirk_t(const struct hid_device_info *dev_info,
334 bool hid_test_quirk(const struct hid_device_info *dev_info, uint16_t quirk);
335 int hid_add_dynamic_quirk(struct hid_device_info *dev_info,
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c562 qlnx_dev_settings(qlnx_host_t *ha, qlnx_dev_setting_t *dev_info) in qlnx_dev_settings() argument
571 dev_info->supported = if_link.supported_caps; in qlnx_dev_settings()
572 dev_info->advertising = if_link.advertised_caps; in qlnx_dev_settings()
573 dev_info->speed = if_link.speed; in qlnx_dev_settings()
574 dev_info->duplex = if_link.duplex; in qlnx_dev_settings()
575 dev_info->port = ha->pci_func & 0x1; in qlnx_dev_settings()
576 dev_info->autoneg = if_link.autoneg; in qlnx_dev_settings()
/freebsd-13.1/contrib/wpa/src/p2p/
H A Dp2p_group.c289 const u8 *dev_info = NULL; in wifi_display_add_dev_info_descr() local
314 dev_info = pos; in wifi_display_add_dev_info_descr()
331 if (dev_info == NULL) in wifi_display_add_dev_info_descr()
340 wpabuf_put_data(buf, dev_info, 2); /* WFD Device Info */ in wifi_display_add_dev_info_descr()
341 wpabuf_put_data(buf, dev_info + 4, 2); /* WFD Device Max Throughput */ in wifi_display_add_dev_info_descr()
/freebsd-13.1/sys/dev/mlx5/mlx5_fpga/
H A Dcore.h106 dev_info(&(__adev)->mdev->pdev->dev, "FPGA: " format, ##__VA_ARGS__)
/freebsd-13.1/contrib/wpa/src/wps/
H A Dwps_er.c1811 static void wps_er_ap_learn(struct wps_er_ap *ap, const char *dev_info) in wps_er_ap_learn() argument
1818 info = xml_get_base64_item(dev_info, "NewDeviceInfo", &ret); in wps_er_ap_learn()
1835 char *dev_info = NULL; in wps_er_http_get_dev_info_cb() local
1843 dev_info = os_zalloc(wpabuf_len(reply) + 1); in wps_er_http_get_dev_info_cb()
1844 if (dev_info == NULL) in wps_er_http_get_dev_info_cb()
1846 os_memcpy(dev_info, wpabuf_head(reply), wpabuf_len(reply)); in wps_er_http_get_dev_info_cb()
1857 if (dev_info) { in wps_er_http_get_dev_info_cb()
1858 wps_er_ap_learn(ap, dev_info); in wps_er_http_get_dev_info_cb()
1859 os_free(dev_info); in wps_er_http_get_dev_info_cb()
/freebsd-13.1/sys/dev/bxe/
H A Dbxe_elink.c3893 dev_info.shared_hw_config.board)); in elink_bsc_module_sel()
4648 offsetof(struct shmem_region, dev_info. in elink_warpcore_enable_AN_KR()
4688 offsetof(struct shmem_region, dev_info. in elink_warpcore_enable_AN_KR()
5251 offsetof(struct shmem_region, dev_info. in elink_warpcore_config_runtime()
5335 offsetof(struct shmem_region, dev_info. in elink_warpcore_config_init()
8317 offsetof(struct shmem_region, dev_info. in elink_8073_config_init()
9176 offsetof(struct shmem_region, dev_info. in elink_verify_sfp_module()
13043 offsetof(struct shmem_region, dev_info. in elink_populate_int_phy()
13242 dev_info.shared_hw_config.config2)); in elink_populate_ext_phy()
13312 dev_info. in elink_phy_def_cfg()
[all …]
H A Dbxe.c6981 SHMEM_WR(sc, dev_info.port_hw_config[port].external_phy_config, in bxe_fan_failure()
13533 val = SHMEM_RD(sc, dev_info.shared_feature_config.config); in bxe_get_mf_cfg_info()
13682 SHMEM_RD(sc, dev_info.shared_hw_config.config); in bxe_get_shmem_info()
13684 SHMEM_RD(sc, dev_info.shared_hw_config.config2); in bxe_get_shmem_info()
13692 SHMEM_RD(sc, dev_info.port_feature_config[port].config); in bxe_get_shmem_info()
13702 SHMEM_RD(sc, dev_info.port_hw_config[port].lane_config); in bxe_get_shmem_info()
13709 SHMEM_RD(sc, dev_info.port_feature_config[port].link_config2); in bxe_get_shmem_info()
13712 val = SHMEM_RD(sc, dev_info.shared_feature_config.config); in bxe_get_shmem_info()
13723 SHMEM_RD(sc, dev_info.port_hw_config[port].multi_phy_config); in bxe_get_shmem_info()
14098 sc->devinfo.bc_ver = SHMEM_RD(sc, dev_info.bc_rev); in bxe_get_device_info()
[all …]
H A Decore_hsi.h2096 struct shm_dev_info dev_info; /* 0x8 (0x438) */ member
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_fb_helper.c974 dev_info(fb_helper->dev->dev, "fb%d: %s frame buffer device\n", in drm_fb_helper_single_fb_probe()
986 dev_info(fb_helper->dev->dev, "registered panic notifier\n"); in drm_fb_helper_single_fb_probe()
1431 dev_info(fb_helper->dev->dev, "No connectors reported connected with modes\n"); in drm_fb_helper_initial_config()
H A DdrmP.h1671 #define dev_info(dev, fmt, ...) \ macro
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h189 #define dev_info(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__) macro
/freebsd-13.1/sys/dev/mthca/
H A Dmthca_dev.h383 dev_info(&mdev->pdev->dev, format, ## arg)
/freebsd-13.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h229 dev_info(&(mdev)->persist->pdev->dev, format, ##__VA_ARGS__)
/freebsd-13.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c5229 offsetof(struct dev_info, devi_minor));
5300 offsetof(struct dev_info, devi_node_state));
5307 offsetof(struct dev_info, devi_addr));
5328 offsetof(struct dev_info, devi_node_name));
5331 offsetof(struct dev_info, devi_parent));