Lines Matching defs:abt_iocb
3598 qla24xx_abort_iocb(srb_t *sp, struct abort_entry_24xx *abt_iocb)
3604 memset(abt_iocb, 0, sizeof(struct abort_entry_24xx));
3605 abt_iocb->entry_type = ABORT_IOCB_TYPE;
3606 abt_iocb->entry_count = 1;
3607 abt_iocb->handle = make_handle(req->id, sp->handle);
3609 abt_iocb->nport_handle = cpu_to_le16(sp->fcport->loop_id);
3610 abt_iocb->port_id[0] = sp->fcport->d_id.b.al_pa;
3611 abt_iocb->port_id[1] = sp->fcport->d_id.b.area;
3612 abt_iocb->port_id[2] = sp->fcport->d_id.b.domain;
3614 abt_iocb->handle_to_abort =
3617 abt_iocb->vp_index = vha->vp_idx;
3618 abt_iocb->req_que_no = aio->u.abt.req_que_no;