Home
last modified time | relevance | path

Searched refs:rdma (Results 1 – 25 of 63) 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/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/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
H A Dif_ice_iflib.c1396 int rdma; in ice_allocate_msix() local
1447 rdma = min(CPU_COUNT(&cpus), ICE_RDMA_MAX_MSIX); in ice_allocate_msix()
1450 rdma = min(rdma, ice_rdma_max_msix); in ice_allocate_msix()
1452 rdma = 0; in ice_allocate_msix()
1459 requested = rdma + queues + 1; in ice_allocate_msix()
1490 if (rdma >= diff) { in ice_allocate_msix()
1492 rdma -= diff; in ice_allocate_msix()
1497 diff -= rdma; in ice_allocate_msix()
1498 rdma = 0; in ice_allocate_msix()
1518 if (rdma) in ice_allocate_msix()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8173.dtsi1009 mdp_rdma0: rdma@14001000 {
1010 compatible = "mediatek,mt8173-mdp-rdma",
1020 mdp_rdma1: rdma@14002000 {
1021 compatible = "mediatek,mt8173-mdp-rdma";
1094 rdma0: rdma@1400e000 {
1095 compatible = "mediatek,mt8173-disp-rdma";
1104 rdma1: rdma@1400f000 {
1105 compatible = "mediatek,mt8173-disp-rdma";
1114 rdma2: rdma@14010000 {
1115 compatible = "mediatek,mt8173-disp-rdma";

123