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

/freebsd-10.3-release/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
58 * @dev_handle: device handle for the device pointed by this entry
H A Dmpr_mapping.c74 map_entry->dev_handle = 0;
416 if (mt_entry->dev_handle == volHandle)
437 if (mt_entry->dev_handle == handle)
590 mt_entry->dev_handle = 0;
660 if (remove_entry->dev_handle || remove_entry->dpm_entry_num !=
668 remove_entry->dev_handle = handle;
672 remove_entry->dev_handle = handle;
701 if (!phy_change->dev_handle || (phy_change->reason !=
705 dev_handle);
721 _mapping_add_to_removal_table(sc, mt_entry->dev_handle,
[all...]
H A Dmprvar.h91 * @dev_handle: device handle for the device pointed by this entry
104 u16 dev_handle; member in struct:dev_mapping_table
145 * @dev_handle: device handle for the device pointed by this entry
149 u16 dev_handle; member in struct:map_removal_table
236 uint16_t dev_handle; member in struct:mpr_column_map
H A Dmpr_user.c2053 uint16_t dev_handle, bus, target; local
2057 dev_handle = data->DevHandle;
2065 if ((bus == 0xFFFF) && (target == 0xFFFF) && (dev_handle != 0xFFFF))
2067 if ((dev_handle == 0xFFFF) && (bus != 0xFFFF) && (target != 0xFFFF))
2084 dev_handle = sc->mapping_table[target].dev_handle;
2085 if (dev_handle)
2086 data->DevHandle = dev_handle;
2089 target = mpr_mapping_get_sas_id_from_handle(sc, dev_handle);
/freebsd-10.3-release/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.c74 map_entry->dev_handle = 0;
416 if (mt_entry->dev_handle == volHandle)
437 if (mt_entry->dev_handle == handle)
590 mt_entry->dev_handle = 0;
660 if (remove_entry->dev_handle || remove_entry->dpm_entry_num !=
668 remove_entry->dev_handle = handle;
672 remove_entry->dev_handle = handle;
701 if (!phy_change->dev_handle || (phy_change->reason !=
705 dev_handle);
721 _mapping_add_to_removal_table(sc, mt_entry->dev_handle,
[all...]
H A Dmps_user.c2026 uint16_t dev_handle, bus, target; local
2030 dev_handle = data->DevHandle;
2038 if ((bus == 0xFFFF) && (target == 0xFFFF) && (dev_handle != 0xFFFF))
2040 if ((dev_handle == 0xFFFF) && (bus != 0xFFFF) && (target != 0xFFFF))
2057 dev_handle = sc->mapping_table[target].dev_handle;
2058 if (dev_handle)
2059 data->DevHandle = dev_handle;
2062 target = mps_mapping_get_sas_id_from_handle(sc, dev_handle);
H A Dmpsvar.h108 * @dev_handle: device handle for the device pointed by this entry
120 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_config.c536 sc->DD_column_map[index].dev_handle =
H A Dmps_sas.c2518 htole16(sc->DD_column_map[column].dev_handle);
2608 dev_handle);
2686 dev_handle);
/freebsd-10.3-release/lib/libusb/
H A Dlibusb10.c995 dev = libusb_get_device(uxfer->dev_handle);
1370 if (uxfer->dev_handle == NULL)
1375 dev = libusb_get_device(uxfer->dev_handle);
1384 pxfer0 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 0);
1385 pxfer1 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 1);
1403 uxfer->dev_handle, endpoint);
1431 if (uxfer->dev_handle == NULL)
1436 dev = libusb_get_device(uxfer->dev_handle);
1447 pxfer0 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 0);
1448 pxfer1 = libusb10_get_transfer(uxfer->dev_handle, endpoin
[all...]
H A Dlibusb10_io.c530 xfer->dev_handle = devh;
706 transfer->dev_handle = devh;
727 transfer->dev_handle = devh;
743 transfer->dev_handle = devh;
759 transfer->dev_handle = devh;
H A Dlibusb.h369 libusb_device_handle *dev_handle; member in struct:libusb_transfer
/freebsd-10.3-release/sys/dev/mpt/
H A Dmpt_cam.c684 phy_info->identify.dev_handle = le16toh(buffer->OwnerDevHandle);
685 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle);
726 device_info->dev_handle = le16toh(buffer->DevHandle);
777 if (phyinfo->attached.dev_handle)
782 phyinfo->attached.dev_handle);
850 if (phyinfo->attached.dev_handle == 0)
H A Dmpt.h504 uint16_t dev_handle; member in struct:mptsas_devinfo

Completed in 580 milliseconds