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

/freebsd-10.0-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;
414 if (mt_entry->dev_handle == volHandle)
435 if (mt_entry->dev_handle == handle)
588 mt_entry->dev_handle = 0;
658 if (remove_entry->dev_handle || remove_entry->dpm_entry_num !=
666 remove_entry->dev_handle = handle;
670 remove_entry->dev_handle = handle;
699 if (!phy_change->dev_handle || (phy_change->reason !=
703 dev_handle);
719 _mapping_add_to_removal_table(sc, mt_entry->dev_handle,
[all...]
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_user.c2008 uint16_t dev_handle, bus, target; local
2012 dev_handle = data->DevHandle;
2020 if ((bus == 0xFFFF) && (target == 0xFFFF) && (dev_handle != 0xFFFF))
2022 if ((dev_handle == 0xFFFF) && (bus != 0xFFFF) && (target != 0xFFFF))
2039 dev_handle = sc->mapping_table[target].dev_handle;
2040 if (dev_handle)
2041 data->DevHandle = dev_handle;
2044 target = mps_mapping_get_sas_id_from_handle(sc, dev_handle);
H A Dmps_config.c535 sc->DD_column_map[index].dev_handle =
H A Dmps_sas.c2479 htole16(sc->DD_column_map[column].dev_handle);
2569 dev_handle);
2647 dev_handle);
/freebsd-10.0-release/lib/libusb/
H A Dlibusb10.c996 dev = libusb_get_device(uxfer->dev_handle);
1371 if (uxfer->dev_handle == NULL)
1376 dev = libusb_get_device(uxfer->dev_handle);
1385 pxfer0 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 0);
1386 pxfer1 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 1);
1404 uxfer->dev_handle, endpoint);
1432 if (uxfer->dev_handle == NULL)
1437 dev = libusb_get_device(uxfer->dev_handle);
1448 pxfer0 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 0);
1449 pxfer1 = libusb10_get_transfer(uxfer->dev_handle, endpoin
[all...]
H A Dlibusb10_io.c508 xfer->dev_handle = devh;
684 transfer->dev_handle = devh;
705 transfer->dev_handle = devh;
721 transfer->dev_handle = devh;
737 transfer->dev_handle = devh;
H A Dlibusb.h344 libusb_device_handle *dev_handle; member in struct:libusb_transfer
/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt_cam.c690 phy_info->identify.dev_handle = le16toh(buffer->OwnerDevHandle);
691 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle);
732 device_info->dev_handle = le16toh(buffer->DevHandle);
783 if (phyinfo->attached.dev_handle)
788 phyinfo->attached.dev_handle);
856 if (phyinfo->attached.dev_handle == 0)
H A Dmpt.h536 uint16_t dev_handle; member in struct:mptsas_devinfo

Completed in 256 milliseconds