Searched refs:device_address (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/contrib/libpcap/pcap/
H A Dusb.h84 uint8_t device_address; member in struct:_usb_header
109 uint8_t device_address; member in struct:_usb_header_mmapped
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-usb.c126 ND_PRINT((ndo, " %d:%d:%d", uh->bus_id, uh->device_address, uh->endpoint_number & 0x7f));
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_remote_device.c186 this_device->owning_port, &this_device->device_address
237 this_device->device_address.high =
240 this_device->device_address.low =
622 sas_address->low = this_device->device_address.low;
623 sas_address->high = this_device->device_address.high;
H A Dscic_sds_remote_device.h230 SCI_SAS_ADDRESS_T device_address; member in struct:SCIC_SDS_REMOTE_DEVICE
H A Dscic_sds_remote_node_context.c190 rnc->ssp.remote_sas_address_hi = SCIC_SWAP_DWORD(this_rnc->device->device_address.high);
191 rnc->ssp.remote_sas_address_lo = SCIC_SWAP_DWORD(this_rnc->device->device_address.low);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-usb-linux.c876 uhdr->device_address = dev_addr;
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_hotplug.c61 if (adev->device_address != bdev->device_address)
H A Dlibusb20.c1158 return (pdev->device_address);
H A Dlibusb20_int.h233 uint8_t device_address; member in struct:libusb20_device
H A Dlibusb20_ugen20.c144 pdev->device_address = ugen20_path_convert_one(&tmp);
147 pdev->bus_number, pdev->device_address);
218 pdev->device_address, devinfo.udi_vendor,
386 pdev->bus_number, pdev->device_address);
/freebsd-11-stable/sys/dev/mlx5/
H A Ddevice.h1172 u8 device_address[0x10]; member in struct:mlx5_ifc_mcia_reg_bits
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c716 MLX5_SET(mcia_reg, in, device_address, device_addr);

Completed in 204 milliseconds