Lines Matching refs:srb
434 static int qla1280_abort_command(struct scsi_qla_host *, struct srb *, int);
437 static int qla1280_64bit_start_scsi(struct scsi_qla_host *, struct srb *);
439 static int qla1280_32bit_start_scsi(struct scsi_qla_host *, struct srb *);
726 struct srb *sp = (struct srb *)CMD_SP(cmd); in qla1280_queuecommand_lck()
775 _qla1280_wait_for_single_command(struct scsi_qla_host *ha, struct srb *sp, in _qla1280_wait_for_single_command()
793 qla1280_wait_for_single_command(struct scsi_qla_host *ha, struct srb *sp) in qla1280_wait_for_single_command()
806 struct srb *sp; in qla1280_wait_for_pending_commands()
852 struct srb *sp; in qla1280_error_action()
862 sp = (struct srb *)CMD_SP(cmd); in qla1280_error_action()
1270 struct srb *sp; in qla1280_done()
1280 sp = list_entry(done_q->next, struct srb, list); in qla1280_done()
1924 sizeof(struct srb *) * MAX_OUTSTANDING_COMMANDS); in qla1280_init_rings()
2684 qla1280_abort_command(struct scsi_qla_host *ha, struct srb * sp, int handle) in qla1280_abort_command()
2786 qla1280_64bit_start_scsi(struct scsi_qla_host *ha, struct srb * sp) in qla1280_64bit_start_scsi()
3054 qla1280_32bit_start_scsi(struct scsi_qla_host *ha, struct srb * sp) in qla1280_32bit_start_scsi()
3418 struct srb *sp = NULL; in qla1280_isr()
3676 struct srb *sp; in qla1280_status_entry()
3772 struct srb *sp; in qla1280_error_entry()
3836 struct srb *sp; in qla1280_abort_isp()
4034 struct srb *sp; in __qla1280_print_scsi_cmd()
4040 sp = (struct srb *)CMD_SP(cmd); in __qla1280_print_scsi_cmd()
4074 struct srb *sp; in ql1280_dump_device()
4433 if (sizeof(struct srb) > sizeof(struct scsi_pointer)) { in qla1280_init()