Home
last modified time | relevance | path

Searched refs:start_scsi (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_os.c921 rval = ha->isp_ops->start_scsi(sp); in qla2xxx_queuecommand()
2163 .start_scsi = qla2x00_start_scsi,
2202 .start_scsi = qla2x00_start_scsi,
2241 .start_scsi = qla24xx_start_scsi,
2280 .start_scsi = qla24xx_dif_start_scsi,
2319 .start_scsi = qla24xx_dif_start_scsi,
2358 .start_scsi = qla82xx_start_scsi,
2397 .start_scsi = qla82xx_start_scsi,
2436 .start_scsi = qla24xx_dif_start_scsi,
2475 .start_scsi = qlafx00_start_scsi,
[all …]
H A Dqla_def.h3311 int (*start_scsi) (srb_t *); member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Ddc395x.c379 static u8 start_scsi(struct AdapterCtlBlk *acb, struct DeviceCtlBlk *dcb,
825 if (!start_scsi(acb, pos, srb)) in waiting_process_next()
868 if (!start_scsi(acb, dcb, srb)) { in send_srb()
1356 static u8 start_scsi(struct AdapterCtlBlk* acb, struct DeviceCtlBlk* dcb, in start_scsi() function
3566 if (start_scsi(acb, dcb, srb)) { /* Should only happen, if sb. else grabs the bus */ in request_sense()