Lines Matching refs:handle
2631 qla1280_abort_command(struct scsi_qla_host *ha, struct srb * sp, int handle) in qla1280_abort_command() argument
2647 mb[2] = handle >> 16; in qla1280_abort_command()
2648 mb[3] = handle & 0xffff; in qla1280_abort_command()
2814 pkt->handle = cpu_to_le32(cnt); in qla1280_64bit_start_scsi()
3069 pkt->handle = cpu_to_le32(cnt); in qla1280_32bit_start_scsi()
3525 ha->outstanding_cmds[pkt->handle]->cmd, in qla1280_isr()
3526 pkt->handle); in qla1280_isr()
3597 uint32_t handle = le32_to_cpu(pkt->handle); in qla1280_status_entry() local
3604 if (handle < MAX_OUTSTANDING_COMMANDS) in qla1280_status_entry()
3605 sp = ha->outstanding_cmds[handle]; in qla1280_status_entry()
3615 ha->outstanding_cmds[handle] = NULL; in qla1280_status_entry()
3622 scsi_status, handle); in qla1280_status_entry()
3688 uint32_t handle = le32_to_cpu(pkt->handle); in qla1280_error_entry() local
3702 if (handle < MAX_OUTSTANDING_COMMANDS) in qla1280_error_entry()
3703 sp = ha->outstanding_cmds[handle]; in qla1280_error_entry()
3709 ha->outstanding_cmds[handle] = NULL; in qla1280_error_entry()