/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptscsih.c | 109 static void mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice); 593 VirtDevice *vdevice; in mptscsih_io_done() local 631 VirtDevice *vdevice = sc->device->hostdata; in mptscsih_io_done() local 633 if (!vdevice || !vdevice->vtarget || in mptscsih_io_done() 634 vdevice->vtarget->deleted) { in mptscsih_io_done() 727 vdevice = sc->device->hostdata; in mptscsih_io_done() 728 if (!vdevice) in mptscsih_io_done() 730 vtarget = vdevice->vtarget; in mptscsih_io_done() 747 VirtDevice *vdevice in mptscsih_io_done() local 1077 mptscsih_search_running_cmds(MPT_SCSI_HOST *hd, VirtDevice *vdevice) mptscsih_search_running_cmds() argument 1319 VirtDevice *vdevice = SCpnt->device->hostdata; mptscsih_qcmd() local 1689 VirtDevice *vdevice; mptscsih_abort() local 1809 VirtDevice *vdevice; mptscsih_dev_reset() local 1869 VirtDevice *vdevice; mptscsih_bus_reset() local 2288 VirtDevice *vdevice; mptscsih_slave_destroy() local 2355 VirtDevice *vdevice; mptscsih_slave_configure() local 2408 VirtDevice *vdevice; mptscsih_copy_sense_data() local 3010 mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice) mptscsih_synchronize_cache() argument [all...] |
H A D | mptsas.c | 969 VirtDevice *vdevice; in mptsas_find_vtarget() local 973 vdevice = sdev->hostdata; in mptsas_find_vtarget() 974 if ((vdevice == NULL) || in mptsas_find_vtarget() 975 (vdevice->vtarget == NULL)) in mptsas_find_vtarget() 977 if ((vdevice->vtarget->tflags & in mptsas_find_vtarget() 979 vdevice->vtarget->raidVolume)) in mptsas_find_vtarget() 981 if (vdevice->vtarget->id == id && in mptsas_find_vtarget() 982 vdevice->vtarget->channel == channel) in mptsas_find_vtarget() 983 vtarget = vdevice->vtarget; in mptsas_find_vtarget() 1690 VirtDevice *vdevice in mptsas_slave_configure() local 1848 VirtDevice *vdevice; mptsas_slave_alloc() local 1900 VirtDevice *vdevice = SCpnt->device->hostdata; mptsas_qcmd() local 1931 VirtDevice *vdevice; mptsas_eh_timed_out() local 3734 VirtDevice *vdevice; mptsas_send_link_status_event() local 4639 VirtDevice *vdevice = NULL; mptsas_send_raid_event() local 4838 VirtDevice *vdevice; mptsas_broadcast_primitive_work() local [all...] |
H A D | mptspi.c | 720 VirtDevice *vdevice; in mptspi_slave_alloc() local 728 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL); in mptspi_slave_alloc() 729 if (!vdevice) { in mptspi_slave_alloc() 735 vdevice->lun = sdev->lun; in mptspi_slave_alloc() 736 sdev->hostdata = vdevice; in mptspi_slave_alloc() 740 vdevice->vtarget = vtarget; in mptspi_slave_alloc() 780 VirtDevice *vdevice = SCpnt->device->hostdata; in mptspi_qcmd() local 783 if (!vdevice || !vdevice->vtarget) { in mptspi_qcmd() 806 VirtDevice *vdevice in mptspi_slave_destroy() local [all...] |
H A D | mptfc.c | 221 "port state %x, active %d, vdevice %p.\n", caller, in mptfc_block_error_handler() 469 * slave_alloc will fill in vdevice from vtarget. in mptfc_register_dev() 601 VirtDevice *vdevice; in mptfc_slave_alloc() local 615 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL); in mptfc_slave_alloc() 616 if (!vdevice) { in mptfc_slave_alloc() 623 sdev->hostdata = vdevice; in mptfc_slave_alloc() 631 vdevice->vtarget = vtarget; in mptfc_slave_alloc() 632 vdevice->lun = sdev->lun; in mptfc_slave_alloc() 648 VirtDevice *vdevice = SCpnt->device->hostdata; in mptfc_qcmd() local 650 if (!vdevice || !vdevic in mptfc_qcmd() [all...] |
H A D | mptctl.c | 1232 VirtDevice *vdevice; in mptctl_getiocinfo() local 1312 vdevice = sdev->hostdata; in mptctl_getiocinfo() 1313 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_getiocinfo() 1315 if (vdevice->vtarget->tflags & in mptctl_getiocinfo() 1365 VirtDevice *vdevice; in mptctl_gettargetinfo() local 1426 vdevice = sdev->hostdata; in mptctl_gettargetinfo() 1427 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_gettargetinfo() 1429 if (vdevice in mptctl_gettargetinfo() [all...] |
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptscsih.c | 109 static void mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice); 593 VirtDevice *vdevice; in mptscsih_io_done() local 631 VirtDevice *vdevice = sc->device->hostdata; in mptscsih_io_done() local 633 if (!vdevice || !vdevice->vtarget || in mptscsih_io_done() 634 vdevice->vtarget->deleted) { in mptscsih_io_done() 727 vdevice = sc->device->hostdata; in mptscsih_io_done() 728 if (!vdevice) in mptscsih_io_done() 730 vtarget = vdevice->vtarget; in mptscsih_io_done() 747 VirtDevice *vdevice in mptscsih_io_done() local 1077 mptscsih_search_running_cmds(MPT_SCSI_HOST *hd, VirtDevice *vdevice) mptscsih_search_running_cmds() argument 1318 VirtDevice *vdevice = SCpnt->device->hostdata; mptscsih_qcmd() local 1688 VirtDevice *vdevice; mptscsih_abort() local 1808 VirtDevice *vdevice; mptscsih_dev_reset() local 1868 VirtDevice *vdevice; mptscsih_bus_reset() local 2287 VirtDevice *vdevice; mptscsih_slave_destroy() local 2354 VirtDevice *vdevice; mptscsih_slave_configure() local 2407 VirtDevice *vdevice; mptscsih_copy_sense_data() local 3009 mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice) mptscsih_synchronize_cache() argument [all...] |
H A D | mptsas.c | 996 VirtDevice *vdevice; in mptsas_find_vtarget() local 1000 vdevice = sdev->hostdata; in mptsas_find_vtarget() 1001 if ((vdevice == NULL) || in mptsas_find_vtarget() 1002 (vdevice->vtarget == NULL)) in mptsas_find_vtarget() 1004 if ((vdevice->vtarget->tflags & in mptsas_find_vtarget() 1006 vdevice->vtarget->raidVolume)) in mptsas_find_vtarget() 1008 if (vdevice->vtarget->id == id && in mptsas_find_vtarget() 1009 vdevice->vtarget->channel == channel) in mptsas_find_vtarget() 1010 vtarget = vdevice->vtarget; in mptsas_find_vtarget() 1718 VirtDevice *vdevice in mptsas_slave_configure() local 1876 VirtDevice *vdevice; mptsas_slave_alloc() local 1928 VirtDevice *vdevice = SCpnt->device->hostdata; mptsas_qcmd() local 1959 VirtDevice *vdevice; mptsas_eh_timed_out() local 3762 VirtDevice *vdevice; mptsas_send_link_status_event() local 4668 VirtDevice *vdevice = NULL; mptsas_send_raid_event() local 4868 VirtDevice *vdevice; mptsas_broadcast_primitive_work() local [all...] |
H A D | mptspi.c | 720 VirtDevice *vdevice; in mptspi_slave_alloc() local 728 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL); in mptspi_slave_alloc() 729 if (!vdevice) { in mptspi_slave_alloc() 735 vdevice->lun = sdev->lun; in mptspi_slave_alloc() 736 sdev->hostdata = vdevice; in mptspi_slave_alloc() 740 vdevice->vtarget = vtarget; in mptspi_slave_alloc() 780 VirtDevice *vdevice = SCpnt->device->hostdata; in mptspi_qcmd() local 783 if (!vdevice || !vdevice->vtarget) { in mptspi_qcmd() 806 VirtDevice *vdevice in mptspi_slave_destroy() local [all...] |
H A D | mptfc.c | 221 "port state %x, active %d, vdevice %p.\n", caller, in mptfc_block_error_handler() 469 * slave_alloc will fill in vdevice from vtarget. in mptfc_register_dev() 601 VirtDevice *vdevice; in mptfc_slave_alloc() local 615 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL); in mptfc_slave_alloc() 616 if (!vdevice) { in mptfc_slave_alloc() 623 sdev->hostdata = vdevice; in mptfc_slave_alloc() 631 vdevice->vtarget = vtarget; in mptfc_slave_alloc() 632 vdevice->lun = sdev->lun; in mptfc_slave_alloc() 648 VirtDevice *vdevice = SCpnt->device->hostdata; in mptfc_qcmd() local 650 if (!vdevice || !vdevic in mptfc_qcmd() [all...] |
H A D | mptctl.c | 1234 VirtDevice *vdevice; in mptctl_getiocinfo() local 1314 vdevice = sdev->hostdata; in mptctl_getiocinfo() 1315 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_getiocinfo() 1317 if (vdevice->vtarget->tflags & in mptctl_getiocinfo() 1367 VirtDevice *vdevice; in mptctl_gettargetinfo() local 1422 vdevice = sdev->hostdata; in mptctl_gettargetinfo() 1423 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_gettargetinfo() 1425 if (vdevice in mptctl_gettargetinfo() [all...] |
/kernel/linux/linux-5.10/drivers/block/ |
H A D | xen-blkfront.c | 204 int vdevice; member 1055 static int xen_translate_vdev(int vdevice, int *minor, unsigned int *offset) in xen_translate_vdev() argument 1058 major = BLKIF_MAJOR(vdevice); in xen_translate_vdev() 1059 *minor = BLKIF_MINOR(vdevice); in xen_translate_vdev() 1139 if ((info->vdevice>>EXT_SHIFT) > 1) { in xlvbd_alloc_gendisk() 1141 printk(KERN_WARNING "blkfront: vdevice 0x%x is above the extended range; ignoring\n", info->vdevice); in xlvbd_alloc_gendisk() 1145 if (!VDEV_IS_EXTENDED(info->vdevice)) { in xlvbd_alloc_gendisk() 1146 err = xen_translate_vdev(info->vdevice, &minor, &offset); in xlvbd_alloc_gendisk() 1151 minor = BLKIF_MINOR_EXT(info->vdevice); in xlvbd_alloc_gendisk() 2039 int err, vdevice; blkfront_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | xen-blkfront.c | 206 int vdevice; member 1001 static int xen_translate_vdev(int vdevice, int *minor, unsigned int *offset) in xen_translate_vdev() argument 1004 major = BLKIF_MAJOR(vdevice); in xen_translate_vdev() 1005 *minor = BLKIF_MINOR(vdevice); in xen_translate_vdev() 1084 if ((info->vdevice>>EXT_SHIFT) > 1) { in xlvbd_alloc_gendisk() 1086 printk(KERN_WARNING "blkfront: vdevice 0x%x is above the extended range; ignoring\n", info->vdevice); in xlvbd_alloc_gendisk() 1090 if (!VDEV_IS_EXTENDED(info->vdevice)) { in xlvbd_alloc_gendisk() 1091 err = xen_translate_vdev(info->vdevice, &minor, &offset); in xlvbd_alloc_gendisk() 1096 minor = BLKIF_MINOR_EXT(info->vdevice); in xlvbd_alloc_gendisk() 1939 int err, vdevice; blkfront_probe() local [all...] |
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vector_kern.c | 1221 struct vector_device *vdevice; in vector_net_open() local 1320 vdevice = find_device(vp->unit); in vector_net_open() 1321 vdevice->opened = 1; in vector_net_open() 1390 struct vector_device *vdevice; in vector_net_load_bpf_flash() local 1414 vdevice = find_device(vp->unit); in vector_net_load_bpf_flash() 1416 if (request_firmware(&fw, efl->data, &vdevice->pdev.dev)) in vector_net_load_bpf_flash()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vector_kern.c | 1210 struct vector_device *vdevice; in vector_net_open() local 1313 vdevice = find_device(vp->unit); in vector_net_open() 1314 vdevice->opened = 1; in vector_net_open() 1383 struct vector_device *vdevice; in vector_net_load_bpf_flash() local 1407 vdevice = find_device(vp->unit); in vector_net_load_bpf_flash() 1409 if (request_firmware(&fw, efl->data, &vdevice->pdev.dev)) in vector_net_load_bpf_flash()
|