Searched refs:cur_dev (Results 1 - 3 of 3) sorted by relevance

/drivers/ide/
H A Dide-io.c492 ide_drive_t *cur_dev = local
493 prev_port ? prev_port->cur_dev : NULL;
499 if (cur_dev &&
500 (cur_dev->dev_flags & IDE_DFLAG_NIEN_QUIRK) == 0)
507 hwif->cur_dev = drive;
638 drive = hwif->cur_dev;
756 * a command. hwif->cur_dev is the drive and hwif->handler is
824 drive = hwif->cur_dev;
/drivers/spi/
H A Dspi-dw.h99 struct spi_device *cur_dev; member in struct:dw_spi
/drivers/infiniband/core/
H A Dcma.c425 struct cma_device *cma_dev, *cur_dev; local
437 list_for_each_entry(cur_dev, &dev_list, list) {
438 if (rdma_node_get_transport(cur_dev->device->node_type) != RDMA_TRANSPORT_IB)
441 for (p = 1; p <= cur_dev->device->phys_port_cnt; ++p) {
442 if (ib_find_cached_pkey(cur_dev->device, p, pkey, &index))
445 for (i = 0; !ib_get_cached_gid(cur_dev->device, p, i, &gid); i++) {
447 cma_dev = cur_dev;
455 cma_dev = cur_dev;
2020 struct cma_device *cma_dev, *cur_dev; local
2029 list_for_each_entry(cur_dev,
[all...]

Completed in 197 milliseconds