Searched refs:qla2x00_marker (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/scsi/qla2xxx/ |
D | qla_iocb.c | 346 if (qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL) != in qla2x00_start_scsi() 562 qla2x00_marker(struct scsi_qla_host *vha, struct req_que *req, in qla2x00_marker() function 1466 if (qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL) != in qla24xx_start_scsi() 1645 if (qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL) != in qla24xx_dif_start_scsi() 2265 if (qla2x00_marker(vha, req, in qla82xx_start_scsi()
|
D | qla_gbl.h | 184 int qla2x00_marker(struct scsi_qla_host *, struct req_que *, struct rsp_que *,
|
D | qla_init.c | 286 rval = qla2x00_marker(vha, vha->hw->req_q_map[0], in qla2x00_async_tm_cmd_done() 3713 qla2x00_marker(vha, req, rsp, 0, 0, in qla2x00_loop_resync() 4090 qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL); in qla2x00_restart_isp() 4884 qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL); in qla24xx_configure_vhba() 5273 qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL); in qla82xx_restart_isp()
|
D | qla_mbx.c | 962 rval2 = qla2x00_marker(vha, req, rsp, fcport->loop_id, 0, in qla2x00_abort_target() 1009 rval2 = qla2x00_marker(vha, req, rsp, fcport->loop_id, l, in qla2x00_lun_reset() 2520 rval2 = qla2x00_marker(vha, req, rsp, fcport->loop_id, l, in __qla24xx_issue_tmf()
|