Searched refs:dev_info (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-current/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-current/sys/dev/qat/qat_common/
H A Dadf_ctl_drv.c136 struct adf_dev_status_info *dev_info; local
139 dev_info = (struct adf_dev_status_info *)arg;
141 accel_dev = adf_devmgr_get_dev_by_id(dev_info->accel_id);
146 dev_info->state = adf_dev_started(accel_dev) ? DEV_UP : DEV_DOWN;
147 dev_info->num_ae = hw_data->get_num_aes(hw_data);
148 dev_info->num_accel = hw_data->get_num_accels(hw_data);
149 dev_info->num_logical_accel = hw_data->num_logical_accel;
150 dev_info->banks_per_accel = hw_data->num_banks
152 strlcpy(dev_info->name, hw_data->dev_class->name,
153 sizeof(dev_info
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_mgmt.c322 struct bnxt_dev_info dev_info; local
331 if (copyin(user_ptr, &dev_info, sizeof(dev_info))) {
337 softc = bnxt_find_dev(0, 0, 0, dev_info.nic_info.dev_name);
344 strncpy(dev_info.nic_info.driver_version, bnxt_driver_version, 64);
345 strncpy(dev_info.nic_info.driver_name, device_get_name(softc->dev), 64);
346 dev_info.pci_info.domain_no = softc->domain;
347 dev_info.pci_info.bus_no = softc->bus;
348 dev_info.pci_info.device_no = softc->slot;
349 dev_info
[all...]
/freebsd-current/stand/efi/boot1/
H A Dboot_module.h45 typedef struct dev_info struct
53 struct dev_info *next;
/freebsd-current/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-current/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_anafa.c90 struct ib_get_dev_info_ioctl dev_info; local
95 ioctl_ret = ioctl(p_tpot_info->device_fd, TS_IB_IOCGDEVINFO, &dev_info);
103 memcpy(&(p_ca_info->attr.ca_guid), dev_info.dev_info.node_guid,
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dpci.c27 dev_info(&pdev->dev, "disabling ASPM %s %s\n",
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci_mcu.c39 dev_info(dev->mt76.dev, "ROM patch already applied\n");
54 dev_info(dev->mt76.dev, "ROM patch build: %.15s\n", hdr->build_time);
106 dev_info(dev->mt76.dev, "Firmware Version: %d.%d.%02d\n",
110 dev_info(dev->mt76.dev, "Build: %x\n", val);
111 dev_info(dev->mt76.dev, "Build Time: %.16s\n", hdr->build_time);
145 dev_info(dev->mt76.dev, "Firmware running!\n");
H A Dusb_mcu.c81 dev_info(dev->mt76.dev, "ROM patch already applied\n");
96 dev_info(dev->mt76.dev, "ROM patch build: %.15s\n", hdr->build_time);
170 dev_info(dev->mt76.dev, "Firmware Version: %d.%d.%02d\n",
174 dev_info(dev->mt76.dev, "Build: %x\n", val);
175 dev_info(dev->mt76.dev, "Build Time: %.16s\n", hdr->build_time);
H A Dpci.c64 dev_info(mdev->dev, "ASIC revision: %08x\n", mdev->rev);
/freebsd-current/sys/dev/enic/
H A Denic_res.c96 dev_info(enic_get_dev(enic),
103 dev_info(enic_get_dev(enic), "vNIC csum tx/rx %s/%s "
194 dev_info(enic_get_dev(enic),
201 dev_info(enic_get_dev(enic),
205 dev_info(enic_get_dev(enic),
H A Denic_compat.h48 /*#define dev_info(x, args...) dev_printk(INFO, args)*/
49 #define dev_info(x, args...) macro
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dsoc.c36 dev_info(mdev->dev, "ASIC revision: %04x\n", mdev->rev);
H A Dpci.c45 dev_info(mdev->dev, "ASIC revision: %04x\n", mdev->rev);
H A Dmcu.c150 dev_info(dev->mt76.dev, "Firmware Version: %.10s\n", hdr->fw_ver);
151 dev_info(dev->mt76.dev, "Build Time: %.15s\n", hdr->build_date);
164 dev_info(dev->mt76.dev, "Firmware already running...\n");
210 dev_info(dev->mt76.dev, "firmware init done\n");
/freebsd-current/sys/contrib/dev/rtw88/
H A Ddebug.h65 #define rtw_info(rtwdev, a...) dev_info(rtwdev->dev, ##a)
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c1263 const struct iwl_dev_info *dev_info = &iwl_dev_info_table[i]; local
1265 if (dev_info->device != (u16)IWL_CFG_ANY &&
1266 dev_info->device != device)
1269 if (dev_info->subdevice != (u16)IWL_CFG_ANY &&
1270 dev_info->subdevice != subsystem_device)
1273 if (dev_info->mac_type != (u16)IWL_CFG_ANY &&
1274 dev_info->mac_type != mac_type)
1277 if (dev_info->mac_step != (u8)IWL_CFG_ANY &&
1278 dev_info->mac_step != mac_step)
1281 if (dev_info
1319 const struct iwl_dev_info *dev_info; local
1648 const struct iwl_dev_info *dev_info = &iwl_dev_info_table[i]; local
[all...]
/freebsd-current/sys/dev/mpi3mr/
H A Dmpi3mr_cam.h59 U16 dev_info; member in struct:mpi3mr_tgt_dev_sassata
68 U16 dev_info; member in struct:mpi3mr_tgt_dev_pcie
/freebsd-current/contrib/libpcap/
H A Dpcap-bt-linux.c418 struct hci_dev_info dev_info; local
419 struct hci_dev_stats * s = &dev_info.stat;
420 dev_info.dev_id = handlep->dev_id;
424 ret = ioctl(handle->fd, HCIGETDEVINFO, (void *)&dev_info);
/freebsd-current/sys/contrib/dev/rtw89/
H A Ddebug.h64 #define rtw89_info(rtwdev, a...) dev_info((rtwdev)->dev, ##a)
/freebsd-current/sys/dev/hid/
H A Dhid.h303 typedef bool hid_test_quirk_t(const struct hid_device_info *dev_info,
330 bool hid_test_quirk(const struct hid_device_info *dev_info, uint16_t quirk);
331 int hid_add_dynamic_quirk(struct hid_device_info *dev_info,
H A Dhid.c973 hid_test_quirk(const struct hid_device_info *dev_info, uint16_t quirk) argument
983 if (dev_info->autoQuirk[x] == quirk)
988 found = (hid_test_quirk_p) (dev_info, quirk);
994 hid_test_quirk_w(const struct hid_device_info *dev_info, uint16_t quirk) argument
1000 hid_add_dynamic_quirk(struct hid_device_info *dev_info, uint16_t quirk) argument
1005 if (dev_info->autoQuirk[x] == 0 ||
1006 dev_info->autoQuirk[x] == quirk) {
1007 dev_info->autoQuirk[x] = quirk;
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dcore.h104 dev_info(&(__adev)->mdev->pdev->dev, "FPGA: " format, ##__VA_ARGS__)
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c560 qlnx_dev_settings(qlnx_host_t *ha, qlnx_dev_setting_t *dev_info) argument
569 dev_info->supported = if_link.supported_caps;
570 dev_info->advertising = if_link.advertised_caps;
571 dev_info->speed = if_link.speed;
572 dev_info->duplex = if_link.duplex;
573 dev_info->port = ha->pci_func & 0x1;
574 dev_info->autoneg = if_link.autoneg;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x0/
H A Dpci_mcu.c51 dev_info(dev->mt76.dev, "Firmware Version: %d.%d.%02d\n",

Completed in 336 milliseconds

123