| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | qpc.c | 13 struct mlx5_core_dct *dct); 96 struct mlx5_core_dct *dct; in rsc_event_notifier() local 105 rsn = be32_to_cpu(eqe->data.dct.dctn) & 0xffffff; in rsc_event_notifier() 140 dct = (struct mlx5_core_dct *)common; in rsc_event_notifier() 142 complete(&dct->drained); in rsc_event_notifier() 190 struct mlx5_core_dct *dct, bool need_cleanup) in _mlx5_core_destroy_dct() argument 193 struct mlx5_core_qp *qp = &dct->mqp; in _mlx5_core_destroy_dct() 196 err = mlx5_core_drain_dct(dev, dct); in _mlx5_core_destroy_dct() 203 wait_for_completion(&dct->drained); in _mlx5_core_destroy_dct() 206 destroy_resource_common(dev, &dct->mqp); in _mlx5_core_destroy_dct() [all …]
|
| H A D | qp.h | 21 int mlx5_core_destroy_dct(struct mlx5_ib_dev *dev, struct mlx5_core_dct *dct); 24 int mlx5_core_dct_query(struct mlx5_ib_dev *dev, struct mlx5_core_dct *dct,
|
| H A D | qp.c | 2414 qp->dct.in = kzalloc(MLX5_ST_SZ_BYTES(create_dct_in), GFP_KERNEL); in create_dct() 2415 if (!qp->dct.in) in create_dct() 2418 MLX5_SET(create_dct_in, qp->dct.in, uid, to_mpd(pd)->uid); in create_dct() 2419 dctc = MLX5_ADDR_OF(create_dct_in, qp->dct.in, dct_context_entry); in create_dct() 2443 if (attr->qp_type == IB_QPT_DRIVER && !MLX5_CAP_GEN(dev->mdev, dct)) in check_qp_type() 2857 err = mlx5_core_destroy_dct(dev, &mqp->dct.mdct); in mlx5_ib_destroy_dct() 2864 kfree(mqp->dct.in); in mlx5_ib_destroy_dct() 4149 dctc = MLX5_ADDR_OF(create_dct_in, qp->dct.in, dct_context_entry); in mlx5_ib_modify_dct() 4222 err = mlx5_core_create_dct(dev, &qp->dct.mdct, qp->dct.in, in mlx5_ib_modify_dct() 4227 resp.dctn = qp->dct.mdct.mqp.qpn; in mlx5_ib_modify_dct() [all …]
|
| H A D | mlx5_ib.h | 409 struct mlx5_ib_dct dct; member
|
| H A D | devx.c | 582 qp->dct.mdct.mqp.qpn) == obj_id; in devx_is_valid_obj_id() 2247 obj_id = be32_to_cpu(eqe->data.dct.dctn) & 0xffffff; in devx_get_obj_id_from_event()
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | amd64_edac.c | 89 static void f15h_select_dct(struct amd64_pvt *pvt, u8 dct) in f15h_select_dct() argument 95 reg |= dct; in f15h_select_dct() 113 static inline int amd64_read_dct_pci_cfg(struct amd64_pvt *pvt, u8 dct, in amd64_read_dct_pci_cfg() argument 118 if (dct || offset >= 0x100) in amd64_read_dct_pci_cfg() 123 if (dct) { in amd64_read_dct_pci_cfg() 141 dct = (dct && pvt->model == 0x30) ? 3 : dct; in amd64_read_dct_pci_cfg() 142 f15h_select_dct(pvt, dct); in amd64_read_dct_pci_cfg() 146 if (dct) in amd64_read_dct_pci_cfg() 385 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask() argument 392 csbase = pvt->csels[dct].csbases[csrow]; in get_cs_base_and_mask() [all …]
|
| H A D | amd64_edac.h | 178 #define csrow_enabled(i, dct, pvt) ((pvt)->csels[(dct)].csbases[(i)] & DCSB_CS_ENABLE) argument 179 #define csrow_sec_enabled(i, dct, pvt) ((pvt)->csels[(dct)].csbases_sec[(i)] & DCSB_CS_ENABLE) argument 481 int (*dbam_to_cs) (struct amd64_pvt *pvt, u8 dct,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/ |
| H A D | 0001-Fix-pyext_PATTERN-for-cross-compilation.patch | 33 if dct[x]: 34 env[x] = conf.environ[x] = dct[x] 35 - env.pyext_PATTERN = '%s' + dct['SO'] # not a mistake
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/ |
| H A D | 0001-Fix-pyext_PATTERN-for-cross-compilation.patch | 33 if dct[x]: 34 env[x] = conf.environ[x] = dct[x] 35 - env.pyext_PATTERN = '%s' + dct['SO'] # not a mistake
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
| H A D | 0001-Fix-pyext_PATTERN-for-cross-compilation.patch | 50 if dct[x]: 51 env[x] = conf.environ[x] = dct[x] 52 - env.pyext_PATTERN = '%s' + dct['SO'] # not a mistake
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
| H A D | 0001-Fix-pyext_PATTERN-for-cross-compilation.patch | 48 if dct[x]: 49 env[x] = conf.environ[x] = dct[x] 50 - env.pyext_PATTERN = '%s' + dct['SO'] # not a mistake
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 0001-Fix-pyext_PATTERN-for-cross-compilation.patch | 54 if dct[x]: 55 env[x] = conf.environ[x] = dct[x] 56 - env.pyext_PATTERN = '%s' + dct['SO'] # not a mistake
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/ |
| H A D | qbman-portal.h | 208 enum qbman_pull_type_e dct); 210 enum qbman_pull_type_e dct);
|
| H A D | qbman-portal.c | 1061 enum qbman_pull_type_e dct) in qbman_pull_desc_set_wq() argument 1063 d->verb |= dct << QB_VDQCR_VERB_DCT_SHIFT; in qbman_pull_desc_set_wq() 1075 enum qbman_pull_type_e dct) in qbman_pull_desc_set_channel() argument 1077 d->verb |= dct << QB_VDQCR_VERB_DCT_SHIFT; in qbman_pull_desc_set_channel()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx25/ |
| H A D | imx-regs.h | 490 #define WEIM_CSCR_A(ebra, ebrn, rwa, rwn, mum, lah, lbn, lba, dww, dct, \ argument 494 (dww) << 6 | (dct) << 4 | (wwu) << 3 |\
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | siggen.py | 32 def SetDecoder(dct): argument 33 if '_set_object' in dct: 34 return set(dct['_set_object']) 35 return dct
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx31/ |
| H A D | imx-regs.h | 652 #define CSCR_A(ebra, ebrn, rwa, rwn, mum, lah, lbn, lba, dww, dct, \ argument 656 (dww) << 6 | (dct) << 4 | (wwu) << 3 |\
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | main.c | 553 if (MLX5_CAP_GEN_MAX(dev, dct)) in handle_hca_cap() 554 MLX5_SET(cmd_hca_cap, set_hca_cap, dct, 1); in handle_hca_cap()
|
| H A D | eq.c | 580 if (MLX5_CAP_GEN_MAX(dev, dct)) in gather_async_events_mask()
|
| /OK3568_Linux_fs/buildroot/package/ffmpeg/ |
| H A D | ffmpeg.mk | 35 --enable-dct \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | core.hpp | 2213 CV_EXPORTS_W void dct(InputArray src, OutputArray dst, int flags = 0);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | core.hpp | 2213 CV_EXPORTS_W void dct(InputArray src, OutputArray dst, int flags = 0);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | core.hpp | 2213 CV_EXPORTS_W void dct(InputArray src, OutputArray dst, int flags = 0);
|
| /OK3568_Linux_fs/kernel/include/linux/mlx5/ |
| H A D | device.h | 735 struct mlx5_eqe_dct dct; member
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pal.h | 1293 dct :4, /* Date cache tracking */ member
|