Home
last modified time | relevance | path

Searched refs:device_address (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-usb.c78 nd_uint8_t device_address; member
103 nd_uint8_t device_address; member
233 GET_U_1(uh->device_address), in usb_header_print()
/freebsd/contrib/libpcap/pcap/
H A Dusb.h84 uint8_t device_address; member
109 uint8_t device_address; member
/freebsd/lib/libusb/
H A Dlibusb20_ugen20.c269 pdev->device_address = ugen20_path_convert_one(&tmp); in ugen20_enumerate()
272 pdev->device_address, O_RDWR); in ugen20_enumerate()
341 pdev->device_address, devinfo.udi_vendor, in ugen20_enumerate()
518 pdev->device_address, O_RDWR); in ugen20_open_device()
523 pdev->device_address, O_RDWR); in ugen20_open_device()
H A Dlibusb10_hotplug.c169 if (adev->device_address != bdev->device_address) in libusb_hotplug_equal()
H A Dlibusb20_int.h248 uint8_t device_address; member
H A Dlibusb20.c1182 return (pdev->device_address); in libusb20_dev_get_address()
H A Dlibusb10.c470 if (parent_dev->device_address == pdev->parent_address) { in libusb_get_device_list()
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_remote_device.c186 this_device->owning_port, &this_device->device_address in scic_remote_device_da_construct()
237 this_device->device_address.high = in scic_sds_remote_device_get_info_from_smp_discover_response()
240 this_device->device_address.low = in scic_sds_remote_device_get_info_from_smp_discover_response()
622 sas_address->low = this_device->device_address.low; in scic_remote_device_get_sas_address()
623 sas_address->high = this_device->device_address.high; in scic_remote_device_get_sas_address()
H A Dscic_sds_remote_device.h230 SCI_SAS_ADDRESS_T device_address; member
H A Dscic_sds_remote_node_context.c190 rnc->ssp.remote_sas_address_hi = SCIC_SWAP_DWORD(this_rnc->device->device_address.high); in scic_sds_remote_node_context_construct_buffer()
191 rnc->ssp.remote_sas_address_lo = SCIC_SWAP_DWORD(this_rnc->device->device_address.low); in scic_sds_remote_node_context_construct_buffer()
/freebsd/sys/dev/mlx5/
H A Ddevice.h1346 u8 device_address[0x10]; member
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c717 MLX5_SET(mcia_reg, in, device_address, device_addr); in mlx5_query_eeprom()