Searched refs:dev_handle (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_mapping.h39 * @dev_handle: device handle for the device pointed by this entry
47 uint16_t dev_handle; member in struct:_map_phy_change
61 * @dev_handle: device handle for the device pointed by this entry
69 uint16_t dev_handle; member in struct:_map_port_change
H A Dmpr_mapping.c75 map_entry->dev_handle = 0;
435 if (mt_entry->dev_handle == volHandle)
456 if (mt_entry->dev_handle == handle)
663 * its dev_handle entry so that other functions can't find this volume
676 mt_entry->dev_handle = 0;
868 if (!phy_change->dev_handle || (phy_change->reason !=
872 dev_handle);
898 if (!port_change->dev_handle || (port_change->reason !=
902 dev_handle);
1161 if (phy_change->is_processed || !phy_change->dev_handle ||
[all...]
H A Dmpr_user.c2111 uint16_t dev_handle, bus, target; local
2115 dev_handle = data->DevHandle;
2123 if ((bus == 0xFFFF) && (target == 0xFFFF) && (dev_handle != 0xFFFF))
2125 if ((dev_handle == 0xFFFF) && (bus != 0xFFFF) && (target != 0xFFFF))
2142 dev_handle = sc->mapping_table[target].dev_handle;
2143 if (dev_handle)
2144 data->DevHandle = dev_handle;
2147 target = mpr_mapping_get_tid_from_handle(sc, dev_handle);
H A Dmprvar.h106 * @dev_handle: device handle for the device pointed by this entry
118 u16 dev_handle; member in struct:dev_mapping_table
158 * @dev_handle: device handle for the device pointed by this entry
162 u16 dev_handle; member in struct:map_removal_table
257 uint16_t dev_handle; member in struct:mpr_column_map
/freebsd-11-stable/sys/dev/mps/
H A Dmps_mapping.h39 * @dev_handle: device handle for the device pointed by this entry
47 uint16_t dev_handle; member in struct:_map_phy_change
58 * @dev_handle: device handle for the device pointed by this entry
H A Dmps_mapping.c75 map_entry->dev_handle = 0;
435 if (mt_entry->dev_handle == volHandle)
456 if (mt_entry->dev_handle == handle)
664 * its dev_handle entry so that other functions can't find this volume
677 mt_entry->dev_handle = 0;
820 if (!phy_change->dev_handle || (phy_change->reason !=
824 dev_handle);
1122 if (phy_change->is_processed || !phy_change->dev_handle ||
1128 phy_change->dev_handle)) {
1145 &sas_address, phy_change->dev_handle, device_inf
[all...]
H A Dmpsvar.h110 * @dev_handle: device handle for the device pointed by this entry
121 u16 dev_handle; member in struct:dev_mapping_table
161 * @dev_handle: device handle for the device pointed by this entry
165 u16 dev_handle; member in struct:map_removal_table
253 uint16_t dev_handle; member in struct:mps_column_map
H A Dmps_user.c2016 uint16_t dev_handle, bus, target; local
2020 dev_handle = data->DevHandle;
2028 if ((bus == 0xFFFF) && (target == 0xFFFF) && (dev_handle != 0xFFFF))
2030 if ((dev_handle == 0xFFFF) && (bus != 0xFFFF) && (target != 0xFFFF))
2047 dev_handle = sc->mapping_table[target].dev_handle;
2048 if (dev_handle)
2049 data->DevHandle = dev_handle;
2052 target = mps_mapping_get_tid_from_handle(sc, dev_handle);
H A Dmps_config.c541 sc->DD_column_map[index].dev_handle =
H A Dmps_sas.c2564 htole16(sc->DD_column_map[column].dev_handle);
2654 dev_handle);
2732 dev_handle);
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_io.c515 ctx = libusb10_get_context_by_device_handle(transfer->dev_handle);
549 xfer->dev_handle = devh;
727 transfer->dev_handle = devh;
748 transfer->dev_handle = devh;
764 transfer->dev_handle = devh;
780 transfer->dev_handle = devh;
H A Dlibusb10.c1084 dev = libusb_get_device(uxfer->dev_handle);
1450 if (uxfer->dev_handle == NULL)
1455 dev = libusb_get_device(uxfer->dev_handle);
1464 pxfer0 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 0);
1465 pxfer1 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 1);
1485 uxfer->dev_handle, endpoint);
1514 if ((devh = uxfer->dev_handle) == NULL)
H A Dlibusb.h444 libusb_device_handle *dev_handle; member in struct:libusb_transfer
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c695 phy_info->identify.dev_handle = le16toh(buffer->OwnerDevHandle);
696 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle);
737 device_info->dev_handle = le16toh(buffer->DevHandle);
788 if (phyinfo->attached.dev_handle)
793 phyinfo->attached.dev_handle);
861 if (phyinfo->attached.dev_handle == 0)
H A Dmpt.h505 uint16_t dev_handle; member in struct:mptsas_devinfo

Completed in 288 milliseconds