Home
last modified time | relevance | path

Searched refs:driver_info (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h332 unsigned long driver_info; member
393 .driver_info = (n)
396 (did)->driver_info
423 unsigned long driver_info; /* for internal use */ member
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_gld.c1782 qede_driver_info_t driver_info; local
1807 snprintf(driver_info.drv_name, MAX_QEDE_NAME_LEN, "%s", "qede");
1808 snprintf(driver_info.drv_version, QEDE_STR_SIZE,
1810 snprintf(driver_info.mfw_version, QEDE_STR_SIZE,
1812 snprintf(driver_info.stormfw_version, QEDE_STR_SIZE,
1814 snprintf(driver_info.bus_info, QEDE_STR_SIZE,
1823 driver_info.eeprom_dump_len = flash_size;
1824 (void) memcpy(up_data->uabc, &driver_info,
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_regs.h913 uint32_t driver_info[3]; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h983 uint32_t driver_info[3]; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1757 char driver_info[0xE0]; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c2655 (void) strcpy(mpi_coredump->mpi_global_header.driver_info, in ql_8xxx_binary_core_dump()