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

/freebsd-10.1-release/sys/dev/mpr/
H A Dmpr_mapping.h38 * @dev_handle: device handle for the device pointed by this entry
45 uint16_t dev_handle; member in struct:_map_phy_change
54 * @dev_handle: device handle for the device pointed by this entry
H A Dmpr_mapping.c73 map_entry->dev_handle = 0;
413 if (mt_entry->dev_handle == volHandle)
434 if (mt_entry->dev_handle == handle)
587 mt_entry->dev_handle = 0;
657 if (remove_entry->dev_handle || remove_entry->dpm_entry_num !=
665 remove_entry->dev_handle = handle;
669 remove_entry->dev_handle = handle;
698 if (!phy_change->dev_handle || (phy_change->reason !=
702 dev_handle);
718 _mapping_add_to_removal_table(sc, mt_entry->dev_handle,
[all...]
H A Dmprvar.h85 * @dev_handle: device handle for the device pointed by this entry
98 u16 dev_handle; member in struct:dev_mapping_table
139 * @dev_handle: device handle for the device pointed by this entry
143 u16 dev_handle; member in struct:map_removal_table
229 uint16_t dev_handle; member in struct:mpr_column_map
H A Dmpr_user.c2036 uint16_t dev_handle, bus, target; local
2040 dev_handle = data->DevHandle;
2048 if ((bus == 0xFFFF) && (target == 0xFFFF) && (dev_handle != 0xFFFF))
2050 if ((dev_handle == 0xFFFF) && (bus != 0xFFFF) && (target != 0xFFFF))
2067 dev_handle = sc->mapping_table[target].dev_handle;
2068 if (dev_handle)
2069 data->DevHandle = dev_handle;
2072 target = mpr_mapping_get_sas_id_from_handle(sc, dev_handle);
/freebsd-10.1-release/sys/dev/mps/
H A Dmps_mapping.h38 * @dev_handle: device handle for the device pointed by this entry
45 uint16_t dev_handle; member in struct:_map_phy_change
54 * @dev_handle: device handle for the device pointed by this entry
H A Dmps_mapping.c73 map_entry->dev_handle = 0;
415 if (mt_entry->dev_handle == volHandle)
436 if (mt_entry->dev_handle == handle)
589 mt_entry->dev_handle = 0;
659 if (remove_entry->dev_handle || remove_entry->dpm_entry_num !=
667 remove_entry->dev_handle = handle;
671 remove_entry->dev_handle = handle;
700 if (!phy_change->dev_handle || (phy_change->reason !=
704 dev_handle);
720 _mapping_add_to_removal_table(sc, mt_entry->dev_handle,
[all...]
H A Dmps_user.c2007 uint16_t dev_handle, bus, target; local
2011 dev_handle = data->DevHandle;
2019 if ((bus == 0xFFFF) && (target == 0xFFFF) && (dev_handle != 0xFFFF))
2021 if ((dev_handle == 0xFFFF) && (bus != 0xFFFF) && (target != 0xFFFF))
2038 dev_handle = sc->mapping_table[target].dev_handle;
2039 if (dev_handle)
2040 data->DevHandle = dev_handle;
2043 target = mps_mapping_get_sas_id_from_handle(sc, dev_handle);
H A Dmpsvar.h104 * @dev_handle: device handle for the device pointed by this entry
116 u16 dev_handle; member in struct:dev_mapping_table
157 * @dev_handle: device handle for the device pointed by this entry
161 u16 dev_handle; member in struct:map_removal_table
248 uint16_t dev_handle; member in struct:mps_column_map
H A Dmps_config.c535 sc->DD_column_map[index].dev_handle =
H A Dmps_sas.c2480 htole16(sc->DD_column_map[column].dev_handle);
2570 dev_handle);
2648 dev_handle);
/freebsd-10.1-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.h367 libusb_device_handle *dev_handle; member in struct:libusb_transfer
/freebsd-10.1-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.h505 uint16_t dev_handle; member in struct:mptsas_devinfo

Completed in 144 milliseconds