Searched refs:MK_SYNC_ALL (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_iocb.c | 353 if (qla2x00_marker(vha, ha->base_qpair, 0, 0, MK_SYNC_ALL) != in qla2x00_start_scsi() 530 if (type != MK_SYNC_ALL) { in __qla2x00_marker() 577 MK_SYNC_ALL) != QLA_SUCCESS) in qla2x00_issue_marker() 581 MK_SYNC_ALL) != QLA_SUCCESS) in qla2x00_issue_marker() 1567 if (qla2x00_marker(vha, ha->base_qpair, 0, 0, MK_SYNC_ALL) != in qla24xx_start_scsi() 1733 if (qla2x00_marker(vha, ha->base_qpair, 0, 0, MK_SYNC_ALL) != in qla24xx_dif_start_scsi() 1935 if (__qla2x00_marker(vha, qpair, 0, 0, MK_SYNC_ALL) != in qla2xxx_start_scsi_mq() 2116 if (__qla2x00_marker(vha, qpair, 0, 0, MK_SYNC_ALL) != in qla2xxx_dif_start_scsi_mq() 3406 0, 0, MK_SYNC_ALL) != QLA_SUCCESS) { in qla82xx_start_scsi() 3913 if (sp->u.iocb_cmd.u.tmf.modifier != MK_SYNC_ALL) { in qla_marker_iocb() [all …]
|
H A D | qla_fw.h | 684 #define MK_SYNC_ALL 2 /* Synchronize all ID/LUN */ macro
|
H A D | qla_init.c | 6985 0, 0, MK_SYNC_ALL); in qla2x00_loop_resync() 7748 qla2x00_marker(vha, ha->base_qpair, 0, 0, MK_SYNC_ALL); in qla2x00_restart_isp() 8984 qla2x00_marker(vha, ha->base_qpair, 0, 0, MK_SYNC_ALL); in qla24xx_configure_vhba() 9413 qla2x00_marker(vha, ha->base_qpair, 0, 0, MK_SYNC_ALL); in qla82xx_restart_isp()
|
H A D | qla_edif.c | 2999 if (qla2x00_marker(vha, sp->qpair, 0, 0, MK_SYNC_ALL) != in qla28xx_start_scsi_edif()
|
H A D | qla_def.h | 2296 #define MK_SYNC_ALL 2 /* Synchronize all ID/LUN */ macro
|
/linux/drivers/scsi/ |
H A D | qla1280.h | 604 #define MK_SYNC_ALL 2 /* Synchronize all ID/LUN */ macro
|
H A D | qla1280.c | 2569 qla1280_marker(ha, bus, 0, 0, MK_SYNC_ALL); in qla1280_bus_reset() 3572 MK_SYNC_ALL); in qla1280_rst_aen()
|