Home
last modified time | relevance | path

Searched refs:device_address (Results 1 – 11 of 11) 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 Dlibusb10_hotplug.c167 if (adev->device_address != bdev->device_address) in libusb_hotplug_scan()
H A Dlibusb20_ugen20.c145 pdev->device_address = ugen20_path_convert_one(&tmp); in ugen20_enumerate()
148 pdev->bus_number, pdev->device_address); in ugen20_enumerate()
219 pdev->device_address, devinfo.udi_vendor, in ugen20_enumerate()
387 pdev->bus_number, pdev->device_address); in ugen20_open_device()
H A Dlibusb20_int.h224 uint8_t device_address; member
H A Dlibusb20.c1164 return (pdev->device_address); in libusb20_dev_get_address()
/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.h1341 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()