/openbmc/linux/drivers/media/platform/nuvoton/ |
H A D | npcm-video.c | 4 * Compression Engine (ECE) present on Nuvoton NPCM SoCs. 129 struct npcm_ece ece; member 214 struct regmap *ece = video->ece.regmap; in npcm_video_ece_get_ed_size() local 218 ret = regmap_read_poll_timeout(ece, ECE_DDA_STS, val, in npcm_video_ece_get_ed_size() 228 regmap_read(ece, ECE_HEX_CTRL, &val); in npcm_video_ece_get_ed_size() 241 struct regmap *ece = video->ece.regmap; in npcm_video_ece_enc_rect() local 246 regmap_update_bits(ece, ECE_DDA_CTRL, ECE_DDA_CTRL_ECEEN, 0); in npcm_video_ece_enc_rect() 247 regmap_update_bits(ece, ECE_DDA_CTRL, ECE_DDA_CTRL_ECEEN, ECE_DDA_CTRL_ECEEN); in npcm_video_ece_enc_rect() 248 regmap_write(ece, ECE_DDA_STS, ECE_DDA_STS_CDREADY | ECE_DDA_STS_ACDRDY); in npcm_video_ece_enc_rect() 249 regmap_write(ece, ECE_RECT_XY, rect_offset); in npcm_video_ece_enc_rect() [all …]
|
H A D | Kconfig | 12 Encoding Compression Engine (ECE) present on Nuvoton NPCM SoCs. 14 two frames in memory, and then the ECE can compress the frame
|
H A D | npcm-regs.h | 76 /* ECE Registers */
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | qpc.c | 376 int ece = 0; in get_ece_from_mbox() local 380 ece = MLX5_GET(init2init_qp_out, out, ece); in get_ece_from_mbox() 383 ece = MLX5_GET(init2rtr_qp_out, out, ece); in get_ece_from_mbox() 386 ece = MLX5_GET(rtr2rts_qp_out, out, ece); in get_ece_from_mbox() 389 ece = MLX5_GET(rts2rts_qp_out, out, ece); in get_ece_from_mbox() 392 ece = MLX5_GET(rst2init_qp_out, out, ece); in get_ece_from_mbox() 398 return ece; in get_ece_from_mbox() 403 struct mbox_info *mbox, u16 uid, u32 ece) in modify_qp_mbox_alloc() argument 445 MLX5_SET(rst2init_qp_in, mbox->in, ece, ece); in modify_qp_mbox_alloc() 452 MLX5_SET(init2rtr_qp_in, mbox->in, ece, ece); in modify_qp_mbox_alloc() [all …]
|
H A D | qp.h | 29 void *qpc, struct mlx5_core_qp *qp, u32 *ece);
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | nuvoton,npcm-ece.yaml | 4 $id: http://devicetree.org/schemas/media/nuvoton,npcm-ece.yaml# 14 Video Encoding Compression Engine (ECE) present on Nuvoton NPCM SoCs. 19 - nuvoton,npcm750-ece 20 - nuvoton,npcm845-ece 39 ece: video-codec@f0820000 { 40 compatible = "nuvoton,npcm750-ece";
|
H A D | nuvoton,npcm-vcd.yaml | 39 nuvoton,ece: 41 description: phandle to access ECE (Encoding Compression Engine) registers. 55 - nuvoton,ece 71 nuvoton,ece = <&ece>;
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | ipt_ECN.c | 56 tcph->ece == einfo->proto.tcp.ece) && in set_ect_tcp() 67 tcph->ece = einfo->proto.tcp.ece; in set_ect_tcp()
|
H A D | ipt_SYNPROXY.c | 35 if (th->ece && th->cwr) in synproxy_tg4()
|
/openbmc/linux/Documentation/userspace-api/media/drivers/ |
H A D | npcm-video.rst | 9 and Encoding Compression Engine (ECE) present on Nuvoton NPCM SoCs. The VCD can 11 the ECE can compress the frame data into HEXTILE format. 39 If using V4L2_PIX_FMT_HEXTILE format, VCD will capture frame data and then ECE
|
/openbmc/linux/include/uapi/linux/netfilter_ipv4/ |
H A D | ipt_ECN.h | 19 #define IPT_ECN_OP_SET_ECE 0x10 /* set ECE bit of TCP header */ 29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | ucma.c | 291 uevent->resp.ece.vendor_id = event->ece.vendor_id; in ucma_create_uevent() 292 uevent->resp.ece.attr_mod = event->ece.attr_mod; in ucma_create_uevent() 380 sizeof(uevent->resp.ece)) in ucma_get_event() 1054 struct rdma_ucm_ece ece = {}; in ucma_connect() local 1074 if (offsetofend(typeof(cmd), ece) <= in_size) { in ucma_connect() 1075 ece.vendor_id = cmd.ece.vendor_id; in ucma_connect() 1076 ece.attr_mod = cmd.ece.attr_mod; in ucma_connect() 1080 ret = rdma_connect_ece(ctx->cm_id, &conn_param, &ece); in ucma_connect() 1116 struct rdma_ucm_ece ece = {}; in ucma_accept() local 1131 if (offsetofend(typeof(cmd), ece) <= in_size) { in ucma_accept() [all …]
|
H A D | cma.c | 2145 event->ece.vendor_id = rep_data->ece.vendor_id; in cma_set_rep_event_data() 2146 event->ece.attr_mod = rep_data->ece.attr_mod; in cma_set_rep_event_data() 2370 event->ece.vendor_id = req_data->ece.vendor_id; in cma_set_req_event_data() 2371 event->ece.attr_mod = req_data->ece.attr_mod; in cma_set_req_event_data() 4380 req.ece.vendor_id = id_priv->ece.vendor_id; in cma_connect_ib() 4381 req.ece.attr_mod = id_priv->ece.attr_mod; in cma_connect_ib() 4509 * rdma_connect_ece - Initiate an active connection request with ECE data. 4512 * @ece: ECE parameters 4517 struct rdma_ucm_ece *ece) in rdma_connect_ece() argument 4522 id_priv->ece.vendor_id = ece->vendor_id; in rdma_connect_ece() [all …]
|
H A D | cma_priv.h | 109 struct rdma_ucm_ece ece; member
|
/openbmc/linux/include/uapi/rdma/ |
H A D | rdma_user_cm.h | 222 struct rdma_ucm_ece ece; member 235 struct rdma_ucm_ece ece; member 302 struct rdma_ucm_ece ece; member
|
/openbmc/linux/include/rdma/ |
H A D | ib_cm.h | 117 struct rdma_ucm_ece ece; member 132 struct rdma_ucm_ece ece; member 370 struct rdma_ucm_ece ece; member 394 struct rdma_ucm_ece ece; member 549 struct rdma_ucm_ece ece; member
|
H A D | rdma_cm.h | 97 struct rdma_ucm_ece ece; member 246 struct rdma_ucm_ece *ece); 262 struct rdma_ucm_ece *ece);
|
/openbmc/linux/net/netfilter/ |
H A D | xt_ecn.c | 42 if (th->ece == 1) in match_tcp() 45 if (th->ece == 0) in match_tcp()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | mxcc.h | 29 * | | RRC | RSV |PRE|MCE|PARE|ECE|RSV| 38 * ECE: External cache enable
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | tcp.h | 39 ece:1, member 45 ece:1, member 196 * has received ACKs with ECN-ECE marks, or has experienced congestion
|
/openbmc/linux/include/uapi/linux/ |
H A D | tcp.h | 39 ece:1, member 45 ece:1, member 196 * has received ACKs with ECN-ECE marks, or has experienced congestion
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | hash.h | 29 * of the Hcub algorithm at http://spiral.ece.cmu.edu/mcm/gen.html. 60 * (http://spiral.ece.cmu.edu/mcm/gen.html) is designed for *multiple*
|
/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/ |
H A D | npcm8xx_defconfig | 141 # Enable misc VCD/ECE driver for KVM
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_lp.c | 26 * http://www.ece.rice.edu/~akuzma/Doc/akuzma/TCP-LP.pdf 28 * http://www-ece.rice.edu/networks/TCP-LP/
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | hash.h | 13 * of the Hcub algorithm at http://spiral.ece.cmu.edu/mcm/gen.html.
|