Searched refs:abt_iocb (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_iocb.c3689 qla24xx_abort_iocb(srb_t *sp, struct abort_entry_24xx *abt_iocb) argument
3696 memset(abt_iocb, 0, sizeof(struct abort_entry_24xx));
3697 abt_iocb->entry_type = ABORT_IOCB_TYPE;
3698 abt_iocb->entry_count = 1;
3699 abt_iocb->handle = make_handle(req->id, sp->handle);
3701 abt_iocb->nport_handle = cpu_to_le16(sp->fcport->loop_id);
3702 abt_iocb->port_id[0] = sp->fcport->d_id.b.al_pa;
3703 abt_iocb->port_id[1] = sp->fcport->d_id.b.area;
3704 abt_iocb->port_id[2] = sp->fcport->d_id.b.domain;
3706 abt_iocb
[all...]
H A Dqla_mr.c3203 struct abort_iocb_entry_fx00 abt_iocb; local
3205 memset(&abt_iocb, 0, sizeof(struct abort_iocb_entry_fx00));
3206 abt_iocb.entry_type = ABORT_IOCB_TYPE_FX00;
3207 abt_iocb.entry_count = 1;
3208 abt_iocb.handle = make_handle(req->id, sp->handle);
3209 abt_iocb.abort_handle = make_handle(req->id, fxio->u.abt.cmd_hndl);
3210 abt_iocb.tgt_id_sts = cpu_to_le16(sp->fcport->tgt_id);
3211 abt_iocb.req_que_no = cpu_to_le16(req->id);
3213 memcpy(pabt_iocb, &abt_iocb,
H A Dqla_init.c176 struct srb_iocb *abt_iocb; local
187 abt_iocb = &sp->u.iocb_cmd;
195 init_completion(&abt_iocb->u.abt.comp);
200 abt_iocb->u.abt.cmd_hndl = cmd_sp->handle;
201 abt_iocb->u.abt.req_que_no = cpu_to_le16(cmd_sp->qpair->req->id);
215 wait_for_completion(&abt_iocb->u.abt.comp);
216 rval = abt_iocb->u.abt.comp_status == CS_COMPLETE ?

Completed in 127 milliseconds