Home
last modified time | relevance | path

Searched refs:db (Results 151 – 175 of 595) sorted by relevance

12345678910>>...24

/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/
H A D0005_reorder_buildrequest_states.py4 from django.db import migrations, models
H A D0006_brlayer_local_source_dir.py4 from django.db import migrations, models
H A D0003_add_cancelling_state.py4 from django.db import migrations, models
H A D0007_brlayers_optional_gitinfo.py4 from django.db import migrations, models
/openbmc/u-boot/common/
H A Dedid.c159 u8 *db = &info->data[i + 1]; in cea_is_hdmi_vsdb_present() local
160 u32 oui = db[0] | (db[1] << 8) | (db[2] << 16); in cea_is_hdmi_vsdb_present()
/openbmc/bmcweb/
H A D.gitignore268 Thumbs.db
269 Thumbs.db:encryptable
270 ehthumbs.db
271 ehthumbs_vista.db
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h184 void __iomem *db; member
438 writel(key, info->db); in bnxt_qplib_ring_db32()
449 writeq(key, info->db); in bnxt_qplib_ring_db()
460 writeq(key, info->db); in bnxt_qplib_ring_prod_db()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/
H A D0009_target_package_manifest_path.py4 from django.db import migrations, models
H A D0015_layer_local_source_dir.py4 from django.db import migrations, models
H A D0006_add_cancelled_state.py4 from django.db import migrations, models
H A D0013_recipe_parse_progress_fields.py4 from django.db import migrations, models
H A D0016_clone_progress.py4 from django.db import migrations, models
H A D0018_project_specific.py4 from django.db import migrations, models
H A D0021_eventlogsimports.py3 from django.db import migrations, models
H A D0003_customimagepackage.py4 from django.db import migrations, models
/openbmc/linux/drivers/ipack/devices/
H A Dscc2698.h59 u8 db, rhrb; /* Receive holding register (b) */ member
77 u8 db, thrb; /* Transmit holding register (b) */ member
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch31 [ -d /var/db/nscd ] || mkdir /var/db/nscd
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c892 mlx5_db_free(mdev, &cq->db); in mlx5vf_destroy_cq()
960 err = mlx5_db_alloc_node(mdev, &cq->db, mdev->priv.numa_node); in mlx5vf_create_cq()
965 cq->mcq.set_ci_db = cq->db.db; in mlx5vf_create_cq()
966 cq->mcq.arm_db = cq->db.db + 1; in mlx5vf_create_cq()
993 MLX5_SET64(cqc, cqc, dbr_addr, cq->db.dma); in mlx5vf_create_cq()
1012 mlx5_db_free(mdev, &cq->db); in mlx5vf_create_cq()
1049 qp->rq.db = &qp->db.db[MLX5_RCV_DBR]; in mlx5vf_create_rc_qp()
1075 MLX5_SET64(qpc, qpc, dbr_addr, qp->db.dma); in mlx5vf_create_rc_qp()
1096 mlx5_db_free(mdev, &qp->db); in mlx5vf_create_rc_qp()
1116 *qp->rq.db = cpu_to_be32(qp->rq.pc & 0xffff); in mlx5vf_post_recv()
[all …]
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_cq.c238 err = hns_roce_db_map_user(uctx, addr, &hr_cq->db); in alloc_cq_db()
246 err = hns_roce_alloc_db(hr_dev, &hr_cq->db, 1); in alloc_cq_db()
249 hr_cq->set_ci_db = hr_cq->db.db_record; in alloc_cq_db()
273 hns_roce_db_unmap_user(uctx, &hr_cq->db); in free_cq_db()
275 hns_roce_free_db(hr_dev, &hr_cq->db); in free_cq_db()
/openbmc/linux/net/dsa/
H A Ddsa.c1688 struct dsa_db db) in dsa_fdb_present_in_other_db() argument
1699 if (a->db.type == db.type && !dsa_db_equal(&a->db, &db)) in dsa_fdb_present_in_other_db()
1709 struct dsa_db db) in dsa_mdb_present_in_other_db() argument
1720 if (a->db.type == db.type && !dsa_db_equal(&a->db, &db)) in dsa_mdb_present_in_other_db()
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h216 __be32 *db; /* Arbel only */ member
240 __be32 *db; member
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-db-xc3-24g4xg.dts7 * Based on armada-xp-db.dts
24 compatible = "marvell,db-xc3-24g4xg", "marvell,armadaxp-98dx3336", "marvell,armada-370-xp";
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_priv.h376 struct dsa_db db);
379 struct dsa_db db);
384 struct dsa_db db);
387 struct dsa_db db);
/openbmc/openbmc/poky/meta/recipes-extended/pam/
H A Dlibpam_1.6.0.bb49 PACKAGECONFIG[userdb] = "--enable-db=db,--enable-db=no,db,"
/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/
H A Dmarvell,kirkwood.txt57 "marvell,db-88f6281-bp"
58 "marvell,db-88f6282-bp"

12345678910>>...24