Searched refs:sdev_id (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fw_reset.c | 293 u16 reg16, dev_id, sdev_id; in mlx5_pci_link_toggle() local 306 err = pci_read_config_word(sdev, PCI_DEVICE_ID, &sdev_id); in mlx5_pci_link_toggle() 309 if (sdev_id != dev_id) in mlx5_pci_link_toggle()
|
/drivers/scsi/aacraid/ |
D | linit.c | 400 tid = sdev_id(sdev); in aac_slave_configure() 454 || !aac->fsa_dev[sdev_id(dev)].valid) { in aac_slave_configure() 523 tid = sdev_id(sdev); in aac_change_queue_depth() 566 get_container_type(aac->fsa_dev[sdev_id(sdev)].type)); in aac_show_raid_level() 587 memcpy(sn, aac->fsa_dev[sdev_id(sdev)].identifier, sizeof(sn)); in aac_show_unique_id() 703 host->host_no, sdev_channel(dev), sdev_id(dev), (int)dev->lun); in aac_eh_abort() 762 host->host_no, sdev_channel(dev), sdev_id(dev), in aac_eh_abort()
|
D | aachba.c | 2624 u32 cid = sdev_id(sdev); in synchronize_callback() 2740 pmcmd->cid = cpu_to_le32(sdev_id(sdev)); in aac_start_stop()
|
/drivers/scsi/ |
D | scsi_error.c | 2375 target == sdev_id(sdev)) in scsi_report_device_reset()
|
D | hpsa.c | 2126 sd->target = sdev_id(sdev); in hpsa_slave_alloc() 2132 sdev_id(sdev), sdev->lun); in hpsa_slave_alloc()
|
D | ncr53c8xx.c | 4325 cp->phys.select.sel_id = sdev_id(sdev); in ncr_queue_command()
|
/drivers/scsi/smartpqi/ |
D | smartpqi_init.c | 6416 device->target = sdev_id(sdev); in pqi_slave_alloc() 6423 sdev_id(sdev), sdev->lun); in pqi_slave_alloc()
|