/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,disp.txt | 32 "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 D | mediatek-mdp.txt | 12 "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 D | mt7623n.dtsi | 148 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 D | rdma_verbs.h | 143 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 D | icl.h | 143 int icl_unregister(const char *offload, bool rdma); 156 int icl_listen_add(struct icl_listen *il, bool rdma,
|
H A D | icl_soft_proxy.c | 311 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 D | icl.c | 262 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 D | libibverbs.map | 43 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 D | Makefile | 1 PACKAGE= rdma
|
/freebsd/usr.bin/ofed/libibverbs/asyncwatch/ |
H A D | Makefile | 1 PACKAGE= rdma
|
/freebsd/usr.bin/ofed/librdmacm/mckey/ |
H A D | Makefile | 1 PACKAGE= rdma
|
/freebsd/usr.bin/ofed/libibverbs/devinfo/ |
H A D | Makefile | 1 PACKAGE= rdma
|
/freebsd/usr.bin/ofed/librdmacm/ucmatose/ |
H A D | Makefile | 1 PACKAGE= rdma
|
/freebsd/usr.bin/ofed/libibverbs/ |
H A D | Makefile | 1 PACKAGE= FreeBSD-rdma
|
/freebsd/usr.bin/ofed/libibverbs/uc_pingpong/ |
H A D | Makefile | 1 PACKAGE= rdma
|
/freebsd/usr.bin/ofed/libibverbs/ud_pingpong/ |
H A D | Makefile | 1 PACKAGE= rdma
|
/freebsd/usr.bin/ofed/librdmacm/rping/ |
H A D | Makefile | 1 PACKAGE= rdma
|
/freebsd/usr.bin/ofed/libibverbs/rc_pingpong/ |
H A D | Makefile | 1 PACKAGE= rdma
|
/freebsd/usr.bin/ofed/librdmacm/udaddy/ |
H A D | Makefile | 1 PACKAGE= rdma
|
/freebsd/usr.bin/ofed/libibverbs/srq_pingpong/ |
H A D | Makefile | 1 PACKAGE= rdma
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | qp.c | 217 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 D | Makefile | 1 .PATH: ${SRCTOP}/sys/contrib/rdma/krping
|
/freebsd/sys/dev/ice/ |
H A D | irdma_di_if.m | 83 * when opening or closing rdma driver 85 * @enable: enable or disable the rdma filter
|
H A D | if_ice_iflib.c | 1396 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 D | mt8173.dtsi | 1009 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";
|