Home
last modified time | relevance | path

Searched refs:abt (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_mbx.c3186 struct abort_entry_24xx *abt; in qla24xx_abort_command() local
3217 abt = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &abt_dma); in qla24xx_abort_command()
3218 if (abt == NULL) { in qla24xx_abort_command()
3224 abt->entry_type = ABORT_IOCB_TYPE; in qla24xx_abort_command()
3225 abt->entry_count = 1; in qla24xx_abort_command()
3226 abt->handle = make_handle(req->id, abt->handle); in qla24xx_abort_command()
3227 abt->nport_handle = cpu_to_le16(fcport->loop_id); in qla24xx_abort_command()
3228 abt->handle_to_abort = make_handle(req->id, handle); in qla24xx_abort_command()
3229 abt->port_id[0] = fcport->d_id.b.al_pa; in qla24xx_abort_command()
3230 abt->port_id[1] = fcport->d_id.b.area; in qla24xx_abort_command()
[all …]
Dqla_mr.c2168 struct srb_iocb *abt; in qlafx00_abort_iocb_entry() local
2174 abt = &sp->u.iocb_cmd; in qlafx00_abort_iocb_entry()
2175 abt->u.abt.comp_status = pkt->tgt_id_sts; in qlafx00_abort_iocb_entry()
3208 abt_iocb.abort_handle = make_handle(req->id, fxio->u.abt.cmd_hndl); in qlafx00_abort_iocb()
Dqla_init.c100 struct srb_iocb *abt = &sp->u.iocb_cmd; in qla24xx_abort_iocb_timeout() local
132 abt->u.abt.comp_status = cpu_to_le16(CS_TIMEOUT); in qla24xx_abort_iocb_timeout()
138 struct srb_iocb *abt = &sp->u.iocb_cmd; in qla24xx_abort_sp_done() local
142 complete(&abt->u.abt.comp); in qla24xx_abort_sp_done()
168 init_completion(&abt_iocb->u.abt.comp); in qla24xx_async_abort_cmd()
172 abt_iocb->u.abt.cmd_hndl = cmd_sp->handle; in qla24xx_async_abort_cmd()
173 abt_iocb->u.abt.req_que_no = cpu_to_le16(cmd_sp->qpair->req->id); in qla24xx_async_abort_cmd()
188 wait_for_completion(&abt_iocb->u.abt.comp); in qla24xx_async_abort_cmd()
189 rval = abt_iocb->u.abt.comp_status == CS_COMPLETE ? in qla24xx_async_abort_cmd()
Dqla_isr.c3389 struct srb_iocb *abt; in qla24xx_abort_iocb_entry() local
3395 abt = &sp->u.iocb_cmd; in qla24xx_abort_iocb_entry()
3396 abt->u.abt.comp_status = pkt->nport_handle; in qla24xx_abort_iocb_entry()
Dqla_iocb.c3586 make_handle(le16_to_cpu(aio->u.abt.req_que_no), in qla24xx_abort_iocb()
3587 aio->u.abt.cmd_hndl); in qla24xx_abort_iocb()
3589 abt_iocb->req_que_no = aio->u.abt.req_que_no; in qla24xx_abort_iocb()
Dqla_def.h554 } abt; member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_alloc.c154 cur->bc_ag.abt.active = (*stat == 1); in xfs_alloc_lookup_eq()
174 cur->bc_ag.abt.active = (*stat == 1); in xfs_alloc_lookup_ge()
193 cur->bc_ag.abt.active = (*stat == 1); in xfs_alloc_lookup_le()
201 return cur && cur->bc_ag.abt.active; in xfs_alloc_cur_active()
910 cur->bc_ag.abt.active = false; in xfs_alloc_cur_check()
1353 cur->bc_ag.abt.active = false; in xfs_alloc_walk_iter()
1468 acur->cnt->bc_ag.abt.active = true; in xfs_alloc_ag_vextent_locality()
Dxfs_btree.h195 } abt; member
Dxfs_alloc_btree.c500 cur->bc_ag.abt.active = false; in xfs_allocbt_init_common()
/kernel/linux/linux-5.10/arch/arm/kernel/
Dsetup.c145 u32 abt[3]; member
577 "I" (offsetof(struct stack, abt[0])), in cpu_init()
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dfscache.rst300 | |abt=N |Number of alloc reqs aborted due to object death |
320 | |abt=N |Number of retr reqs aborted due to object death |
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch192800 + vpu_ctx_show_statstic(ctx, "abt");