Searched refs:dma (Results 176 - 200 of 202) sorted by relevance

123456789

/freebsd-12-stable/sys/dev/drm/
H A DdrmP.h628 struct mtx dma_lock; /* protects dev->dma */
656 drm_device_dma_t *dma; /* Optional pointer for DMA support */ member in struct:drm_device
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h52 #include <linux/dma-mapping.h>
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c243 cq->db.dma, &cq->mcq, vector, 0,
H A Dmlx4_ib_mad.c173 err = mlx4_cmd_box(dev->dev, inmailbox->dma, outmailbox->dma, in_modifier,
H A Dmlx4_ib_qp.c1914 context->db_rec_addr = cpu_to_be64(qp->db.dma);
3314 /* use dma lkey from upper layer entry */
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_iwcm.c43 #include <linux/dma-mapping.h>
H A Dib_multicast.c41 #include <linux/dma-mapping.h>
H A Dib_sa_query.c45 #include <linux/dma-mapping.h>
H A Dib_user_mad.c48 #include <linux/dma-mapping.h>
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c48 #include <linux/dma-mapping.h>
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c3333 err = mlx4_cmd(dev, mailbox->dma, in_modifier, 0,
4296 err = mlx4_cmd(dev, inbox->dma,
4396 err = mlx4_cmd_imm(dev, inbox->dma, &vhcr->out_param,
4959 err = mlx4_cmd_imm(dev, mailbox->dma, &reg_id, fs_rule->mirr_mbox_size >> 2, 0,
5353 err = mlx4_cmd(dev, mailbox->dma,
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm.c2443 struct iwm_dma_info *dma = &sc->fw_dma; local
2453 v_addr = dma->vaddr;
2454 p_addr = dma->paddr;
2473 bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe.h1859 bus_addr_t fw_stat_map; /* (dma) valid if FUNC_FLG_STATS */
1860 bus_addr_t spq_map; /* (dma) valid if FUNC_FLG_SPQ */
2175 struct bxe_dma *dma, const char *msg);
2176 void bxe_dma_free(struct bxe_softc *sc, struct bxe_dma *dma);
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_hw.h304 ocs_dma_t dma; member in struct:__anon14780
776 * The dma->alloc pointer on the dummy header will be used to get back to this structure when the buffer is freed.
1052 ocs_dma_t domain_dmem; /*domain dma mem for service params */
1053 ocs_dma_t fcf_dmem; /*dma men for fcf */
/freebsd-12-stable/sys/dev/mlx4/
H A Ddevice.h669 dma_addr_t dma; member in struct:mlx4_db
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c941 context->db_rec_addr = cpu_to_be64(ring->wqres.db.dma);
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1414 MLX5_SET64(wq, wq, dbr_addr, rq->wq_ctrl.db.dma);
1737 MLX5_SET64(wq, wq, dbr_addr, sq->wq_ctrl.db.dma);
2032 MLX5_SET64(cqc, cqc, dbr_addr, cq->wq_ctrl.db.dma);
/freebsd-12-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c350 * @param dma the udma to change its state
355 static int al_udma_state_set_wait(struct al_udma *dma, enum al_udma_state new_state) argument
362 rc = al_udma_state_set(dma, new_state);
364 al_warn("[%s] warn: failed to change state, error %d\n", dma->name, rc);
372 state = al_udma_state_get(dma);
377 al_warn("[%s] warn: dma state didn't change to %s\n",
378 dma->name, al_udma_states_name[new_state]);
810 /* disable Tx dma*/
820 /* disable Rx dma*/
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1739 MLX5_SET64(qpc, qpc, dbr_addr, qp->db.dma);
2739 context->db_rec_addr = cpu_to_be64(qp->db.dma);
4657 MLX5_SET64(wq, wq, dbr_addr, rwq->db.dma);
H A Dmlx5_ib_cq.c969 MLX5_SET64(cqc, cqc, dbr_addr, cq->db.dma);
H A Dmlx5_ib_main.c31 #include <linux/dma-mapping.h>
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h1856 uint64_t dma : 1; /**< DMA memory BIST status */ member in struct:cvmx_mio_boot_bist_stat::cvmx_mio_boot_bist_stat_cn52xx
1862 uint64_t dma : 1;
1872 uint64_t dma : 1; /**< DMA memory BIST status */ member in struct:cvmx_mio_boot_bist_stat::cvmx_mio_boot_bist_stat_cn52xxp1
1878 uint64_t dma : 1;
/freebsd-12-stable/sys/dev/drm2/
H A DdrmP.h634 /* dma buf exported from this GEM object */
637 /* dma buf attachment backing this object */
1018 struct drm_device_dma *dma; /**< Optional pointer for DMA support */ member in struct:drm_device
1100 struct mtx dma_lock; /* protects dev->dma */
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c32 #include <linux/dma-mapping.h>
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h49 #include <linux/dma-mapping.h>

Completed in 339 milliseconds

123456789