Home
last modified time | relevance | path

Searched refs:rdma (Results 1 – 25 of 69) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt32 "mediatek,<chip>-disp-rdma" - read DMA / line buffer
61 "mediatek,<chip>-disp-rdma"
71 - mediatek,rdma-fifo-size: rdma fifo size may be different even in same SOC, add this
72 property to the corresponding rdma
74 mediatek,rdma-fifo-size of mt8173-rdma0 is 8K
75 mediatek,rdma-fifo-size of mt8183-rdma0 is 5K
76 mediatek,rdma-fifo-size of mt8183-rdma1 is 2K
107 rdma0: rdma@1400e000 {
108 compatible = "mediatek,mt8173-disp-rdma";
115 mediatek,rdma-fifosize = <8192>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dmediatek-mdp.txt12 "mediatek,mt8173-mdp-rdma" - read DMA
24 "mediatek,mt8173-mdp-rdma"
32 mdp_rdma0: rdma@14001000 {
33 compatible = "mediatek,mt8173-mdp-rdma";
43 mdp_rdma1: rdma@14002000 {
44 compatible = "mediatek,mt8173-mdp-rdma";
/freebsd/sys/contrib/device-tree/src/arm/mediatek/
H A Dmt7623n.dtsi148 rdma0: rdma@14008000 {
149 compatible = "mediatek,mt7623-disp-rdma",
150 "mediatek,mt2701-disp-rdma";
207 rdma1: rdma@14012000 {
208 compatible = "mediatek,mt7623-disp-rdma",
209 "mediatek,mt2701-disp-rdma";
/freebsd/contrib/ofed/librdmacm/
H A Drdma_verbs.h143 wr.wr.rdma.remote_addr = remote_addr; in rdma_post_readv()
144 wr.wr.rdma.rkey = rkey; in rdma_post_readv()
161 wr.wr.rdma.remote_addr = remote_addr; in rdma_post_writev()
162 wr.wr.rdma.rkey = rkey; in rdma_post_writev()
/freebsd/sys/dev/iscsi/
H A Dicl.h143 int icl_unregister(const char *offload, bool rdma);
156 int icl_listen_add(struct icl_listen *il, bool rdma,
H A Dicl_soft_proxy.c311 icl_listen_add(struct icl_listen *il, bool rdma, int domain, int socktype, in icl_listen_add() argument
315 if (rdma) { in icl_listen_add()
H A Dicl.c262 icl_unregister(const char *offload, bool rdma) in icl_unregister() argument
267 im = icl_find(offload, rdma, true); in icl_unregister()
/freebsd/contrib/ofed/libibverbs/
H A Dlibibverbs.map43 other rdma-core libraries. Do not change them. */
79 other rdma-core libraries. Do not change them. */
/freebsd/lib/ofed/
H A DMakefile.inc1 PACKAGE?= rdma
/freebsd/usr.bin/ofed/libibverbs/devices/
H A DMakefile1 PACKAGE= rdma
/freebsd/usr.bin/ofed/libibverbs/asyncwatch/
H A DMakefile1 PACKAGE= rdma
/freebsd/usr.bin/ofed/librdmacm/mckey/
H A DMakefile1 PACKAGE= rdma
/freebsd/usr.bin/ofed/libibverbs/devinfo/
H A DMakefile1 PACKAGE= rdma
/freebsd/usr.bin/ofed/librdmacm/ucmatose/
H A DMakefile1 PACKAGE= rdma
/freebsd/usr.bin/ofed/libibverbs/
H A DMakefile1 PACKAGE= FreeBSD-rdma
/freebsd/usr.bin/ofed/libibverbs/uc_pingpong/
H A DMakefile1 PACKAGE= rdma
/freebsd/usr.bin/ofed/libibverbs/ud_pingpong/
H A DMakefile1 PACKAGE= rdma
/freebsd/usr.bin/ofed/librdmacm/rping/
H A DMakefile1 PACKAGE= rdma
/freebsd/usr.bin/ofed/libibverbs/rc_pingpong/
H A DMakefile1 PACKAGE= rdma
/freebsd/usr.bin/ofed/librdmacm/udaddy/
H A DMakefile1 PACKAGE= rdma
/freebsd/usr.bin/ofed/libibverbs/srq_pingpong/
H A DMakefile1 PACKAGE= rdma
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8188.dtsi2246 compatible = "mediatek,mt8188-mdp3-rdma";
2389 compatible = "mediatek,mt8188-mdp3-rdma";
2401 compatible = "mediatek,mt8188-mdp3-rdma";
2904 rdma0: rdma@1c002000 {
2905 compatible = "mediatek,mt8188-disp-rdma", "mediatek,mt8195-disp-rdma";
3256 vdo1_rdma0: rdma@1c104000 {
3257 compatible = "mediatek,mt8188-vdo1-rdma", "mediatek,mt8195-vdo1-rdma";
3267 vdo1_rdma1: rdma@1c105000 {
3268 compatible = "mediatek,mt8188-vdo1-rdma", "mediatek,mt8195-vdo1-rdma";
3278 vdo1_rdma2: rdma@1c106000 {
[all …]
/freebsd/contrib/ofed/libcxgb4/
H A Dqp.c217 wqe->write.stag_sink = htobe32(wr->wr.rdma.rkey); in build_rdma_write()
218 wqe->write.to_sink = htobe64(wr->wr.rdma.remote_addr); in build_rdma_write()
253 wqe->read.stag_src = htobe32(wr->wr.rdma.rkey); in build_rdma_read()
254 wqe->read.to_src_hi = htobe32((u32)(wr->wr.rdma.remote_addr >>32)); in build_rdma_read()
255 wqe->read.to_src_lo = htobe32((u32)wr->wr.rdma.remote_addr); in build_rdma_read()
/freebsd/sys/modules/rdma/krping/
H A DMakefile1 .PATH: ${SRCTOP}/sys/contrib/rdma/krping
/freebsd/sys/dev/ice/
H A Dirdma_di_if.m83 * when opening or closing rdma driver
85 * @enable: enable or disable the rdma filter

123