Home
last modified time | relevance | path

Searched full:abt (Results 1 – 25 of 60) sorted by relevance

123

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/
Dabt,y030xx067a.yaml4 $id: http://devicetree.org/schemas/display/panel/abt,y030xx067a.yaml#
18 const: abt,y030xx067a
43 compatible = "abt,y030xx067a";
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
Dqla_nvme.c1005 void qla_nvme_abort_set_option(struct abort_entry_24xx *abt, srb_t *orig_sp) in qla_nvme_abort_set_option() argument
1014 WARN_ON_ONCE(abt->options & cpu_to_le16(BIT_0)); in qla_nvme_abort_set_option()
1016 abt->options |= cpu_to_le16(AOF_ABTS_RTY_CNT); in qla_nvme_abort_set_option()
1017 abt->drv.abts_rty_cnt = cpu_to_le16(2); in qla_nvme_abort_set_option()
1019 abt->options |= cpu_to_le16(AOF_RSP_TIMEOUT); in qla_nvme_abort_set_option()
1021 abt->drv.rsp_timeout = cpu_to_le16(2 * (ha->r_a_tov / 10)); in qla_nvme_abort_set_option()
1024 void qla_nvme_abort_process_comp_status(struct abort_entry_24xx *abt, srb_t *orig_sp) in qla_nvme_abort_process_comp_status() argument
1034 comp_status = le16_to_cpu(abt->comp_status); in qla_nvme_abort_process_comp_status()
1055 abt->fw.ba_rjt_vendorUnique); in qla_nvme_abort_process_comp_status()
1058 abt->fw.ba_rjt_reasonCodeExpl, abt->fw.ba_rjt_reasonCode); in qla_nvme_abort_process_comp_status()
Dqla_mbx.c3249 struct abort_entry_24xx *abt; in qla24xx_abort_command() local
3280 abt = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &abt_dma); in qla24xx_abort_command()
3281 if (abt == NULL) { in qla24xx_abort_command()
3287 abt->entry_type = ABORT_IOCB_TYPE; in qla24xx_abort_command()
3288 abt->entry_count = 1; in qla24xx_abort_command()
3289 abt->handle = make_handle(req->id, abt->handle); in qla24xx_abort_command()
3290 abt->nport_handle = cpu_to_le16(fcport->loop_id); in qla24xx_abort_command()
3291 abt->handle_to_abort = make_handle(req->id, handle); in qla24xx_abort_command()
3292 abt->port_id[0] = fcport->d_id.b.al_pa; in qla24xx_abort_command()
3293 abt->port_id[1] = fcport->d_id.b.area; in qla24xx_abort_command()
[all …]
Dqla_gbl.h971 (struct abort_entry_24xx *abt, srb_t *sp);
973 (struct abort_entry_24xx *abt, srb_t *sp);
/kernel/linux/linux-5.10/fs/fscache/
Dstats.c205 seq_printf(m, "Allocs : ops=%u owt=%u abt=%u\n", in fscache_stats_show()
219 seq_printf(m, "Retrvls: ops=%u owt=%u abt=%u\n", in fscache_stats_show()
/kernel/linux/linux-6.6/drivers/accel/ivpu/
Divpu_mmu.c849 ivpu_warn_ratelimited(vdev, "MMU MSI ABT write aborted\n"); in ivpu_mmu_irq_gerr_handler()
852 ivpu_warn_ratelimited(vdev, "MMU PRIQ MSI ABT write aborted\n"); in ivpu_mmu_irq_gerr_handler()
855 ivpu_warn_ratelimited(vdev, "MMU EVTQ MSI ABT write aborted\n"); in ivpu_mmu_irq_gerr_handler()
858 ivpu_warn_ratelimited(vdev, "MMU CMDQ MSI ABT write aborted\n"); in ivpu_mmu_irq_gerr_handler()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
Dpanel-abt-y030xx067a.c367 { .compatible = "abt,y030xx067a", .data = &y030xx067a_info },
374 .name = "abt-y030xx067a",
DMakefile2 obj-$(CONFIG_DRM_PANEL_ABT_Y030XX067A) += panel-abt-y030xx067a.o
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_stats.c33 { "abt", xfsstats_offset(xs_blk_mapr) }, in xfs_stats_format()
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_stats.c33 { "abt", xfsstats_offset(xs_blk_mapr) }, in xfs_stats_format()
/kernel/linux/linux-5.10/arch/arm/kernel/
Dsleep.S115 bl cpu_init @ restore the und/abt/irq banked regs
Dentry-armv.S1118 * Enter in ABT mode, spsr = USR CPSR, lr = USR PC
1141 * Enter in ABT mode, spsr = USR CPSR, lr = USR PC
/kernel/linux/linux-5.10/arch/arm64/kvm/
Dregmap.c72 /* ABT Registers */
/kernel/linux/linux-6.6/arch/arm/kernel/
Dsleep.S129 bl cpu_init @ restore the und/abt/irq banked regs
Dentry-armv.S967 * Enter in ABT mode, spsr = USR CPSR, lr = USR PC
990 * Enter in ABT mode, spsr = USR CPSR, lr = USR PC
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_mbx.c3196 struct abort_entry_24xx *abt; in qla24xx_abort_command() local
3227 abt = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &abt_dma); in qla24xx_abort_command()
3228 if (abt == NULL) { in qla24xx_abort_command()
3234 abt->entry_type = ABORT_IOCB_TYPE; in qla24xx_abort_command()
3235 abt->entry_count = 1; in qla24xx_abort_command()
3236 abt->handle = make_handle(req->id, abt->handle); in qla24xx_abort_command()
3237 abt->nport_handle = cpu_to_le16(fcport->loop_id); in qla24xx_abort_command()
3238 abt->handle_to_abort = make_handle(req->id, handle); in qla24xx_abort_command()
3239 abt->port_id[0] = fcport->d_id.b.al_pa; in qla24xx_abort_command()
3240 abt->port_id[1] = fcport->d_id.b.area; in qla24xx_abort_command()
[all …]
/kernel/linux/linux-6.6/arch/arc/mm/
Dtlb.c696 * -Knob to be verbose abt it.(TODO: hook them up to debugfs)
698 volatile int dup_pd_silent; /* Be silent abt it or complain (default) */
/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_alloc_btree.c500 cur->bc_ag.abt.active = false; in xfs_allocbt_init_common()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
Dexception.c297 /* KVM only enters the ABT and UND modes, so only deal with those */ in enter_exception32()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
Dxfs_alloc.c168 cur->bc_ag.abt.active = (*stat == 1); in xfs_alloc_lookup_eq()
188 cur->bc_ag.abt.active = (*stat == 1); in xfs_alloc_lookup_ge()
207 cur->bc_ag.abt.active = (*stat == 1); in xfs_alloc_lookup_le()
215 return cur && cur->bc_ag.abt.active; in xfs_alloc_cur_active()
963 cur->bc_ag.abt.active = false; in xfs_alloc_cur_check()
1335 cur->bc_ag.abt.active = false; in xfs_alloc_walk_iter()
1449 acur->cnt->bc_ag.abt.active = true; in xfs_alloc_ag_vextent_locality()
/kernel/linux/linux-5.10/arch/arc/mm/
Dtlb.c882 * -Knob to be verbose abt it.(TODO: hook them up to debugfs)
884 volatile int dup_pd_silent; /* Be silent abt it or complain (default) */
/kernel/linux/linux-6.6/drivers/scsi/snic/
Dsnic_io.c335 "Req_free:rqi %p:ioreq %p:abt %p:dr %p\n", in snic_req_free()
/kernel/linux/linux-6.6/net/can/j1939/
Dsocket.c1050 state = "TX ABT"; in __j1939_sk_errqueue()
1068 state = "RX ABT"; in __j1939_sk_errqueue()
/kernel/linux/linux-5.10/drivers/scsi/snic/
Dsnic_io.c349 "Req_free:rqi %p:ioreq %p:abt %p:dr %p\n", in snic_req_free()

123