Home
last modified time | relevance | path

Searched refs:dfx (Results 1 – 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dmarvell,prestera.txt13 - dfx: phandle reference to the "DFX Server" node
27 dfx = <&dfx>;
35 - compatible: must be "marvell,dfx-server", "simple-bus"
41 dfx-server {
42 compatible = "marvell,dfx-server", "simple-bus";
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c125 struct hpre_dfx *dfx; in hpre_add_req_to_ctx() local
136 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()
137 if (atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value)) in hpre_add_req_to_ctx()
369 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb() local
379 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_dh_cb()
381 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_dh_cb()
385 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_dh_cb()
390 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb() local
398 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_rsa_cb()
400 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_rsa_cb()
[all …]
Dhpre.h59 struct hpre_dfx dfx[HPRE_DFX_FILE_NUM]; member
Dhpre_main.c686 struct hpre_dfx *dfx = hpre->debug.dfx; in hpre_dfx_debug_init() local
692 dfx[i].type = i; in hpre_dfx_debug_init()
693 debugfs_create_file(hpre_dfx_files[i], 0644, parent, &dfx[i], in hpre_dfx_debug_init()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
Dzip_crypto.c354 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; in hisi_zip_acomp_cb() local
362 atomic64_inc(&dfx->recv_cnt); in hisi_zip_acomp_cb()
368 atomic64_inc(&dfx->err_bd_cnt); in hisi_zip_acomp_cb()
529 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; in hisi_zip_do_work() local
563 atomic64_inc(&dfx->send_cnt); in hisi_zip_do_work()
566 atomic64_inc(&dfx->send_busy_cnt); in hisi_zip_do_work()
Dzip.h29 struct hisi_zip_dfx dfx; member
Dzip_main.c549 struct hisi_zip_dfx *dfx = &zip->dfx; in hisi_zip_dfx_debug_init() local
556 data = (atomic64_t *)((uintptr_t)dfx + zip_dfx_files[i].offset); in hisi_zip_dfx_debug_init()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Darmada-xp-98dx3236.dtsi217 dfx: dfx-server@ac000000 { label
218 compatible = "marvell,dfx-server", "simple-bus";
249 dfx = <&dfx>;
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
Dhns_roce_restrack.c88 if (!hr_dev->dfx->query_cqc_info) in hns_roce_fill_res_cq_entry()
95 ret = hr_dev->dfx->query_cqc_info(hr_dev, hr_cq->cqn, (int *)context); in hns_roce_fill_res_cq_entry()
Dhns_roce_device.h1012 const struct hns_roce_dfx_hw *dfx; member
Dhns_roce_hw_v2.c6207 hr_dev->dfx = &hns_roce_dfx_hw_v2; in hns_roce_hw_v2_get_cfg()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c149 struct sec_dfx *dfx = &qp_ctx->ctx->sec->debug.dfx; in sec_req_cb() local
159 atomic64_inc(&dfx->err_bd_cnt); in sec_req_cb()
166 atomic64_inc(&dfx->invalid_req_cnt); in sec_req_cb()
182 atomic64_inc(&dfx->done_flag_cnt); in sec_req_cb()
188 atomic64_inc(&dfx->recv_cnt); in sec_req_cb()
211 atomic64_inc(&ctx->sec->debug.dfx.send_cnt); in sec_bd_send()
212 atomic64_inc(&ctx->sec->debug.dfx.send_busy_cnt); in sec_bd_send()
223 atomic64_inc(&ctx->sec->debug.dfx.send_cnt); in sec_bd_send()
1107 atomic64_inc(&ctx->sec->debug.dfx.recv_busy_cnt); in sec_skcipher_callback()
1212 atomic64_inc(&c->sec->debug.dfx.recv_busy_cnt); in sec_aead_callback()
Dsec.h174 struct sec_dfx dfx; member
Dsec_main.c597 struct sec_dfx *dfx = &sec->debug.dfx; in sec_core_debug_init() local
616 atomic64_t *data = (atomic64_t *)((uintptr_t)dfx + in sec_core_debug_init()
/kernel/linux/linux-5.10/Documentation/fb/
Dsstfb.rst8 This is a frame buffer device driver for 3dfx' Voodoo Graphics
50 module, the 3dfx takes control of the output, so you'll have to
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
Dqm.c538 atomic64_inc(&qm->debug.dfx.mb_err_cnt); in qm_mb()
696 atomic64_inc(&qm->debug.dfx.err_irq_cnt); in qm_irq()
709 atomic64_inc(&qm->debug.dfx.aeq_irq_cnt); in qm_aeq_irq()
1666 atomic64_inc(&qm->debug.dfx.create_qp_err_cnt); in qm_create_qp_nolock()
1674 atomic64_inc(&qm->debug.dfx.create_qp_err_cnt); in qm_create_qp_nolock()
2811 struct qm_dfx *dfx = &qm->debug.dfx; in hisi_qm_debug_init() local
2834 data = (atomic64_t *)((uintptr_t)dfx + qm_dfx_files[i].offset); in hisi_qm_debug_init()
3871 atomic64_inc(&qm->debug.dfx.abnormal_irq_cnt); in qm_abnormal_irq()
Dqm.h144 struct qm_dfx dfx; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
DKconfig416 tristate "3dfx Banshee/Voodoo3+"
419 Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
/kernel/linux/linux-5.10/drivers/video/fbdev/
DKconfig1497 Say Y here if you want DDC/I2C support for your 3dfx Voodoo3.
/kernel/linux/linux-5.10/Documentation/admin-guide/
Ddevices.txt1775 0 = /dev/3dfx Primary 3Dfx graphics device