/linux/drivers/media/platform/nuvoton/ |
H A D | npcm-video.c | 4 * Compression Engine (ECE) present on Nuvoton NPCM SoCs. 128 struct npcm_ece ece; member 213 struct regmap *ece = video->ece.regmap; in npcm_video_ece_get_ed_size() local 217 ret = regmap_read_poll_timeout(ece, ECE_DDA_STS, val, in npcm_video_ece_get_ed_size() 227 regmap_read(ece, ECE_HEX_CTRL, &val); in npcm_video_ece_get_ed_size() 240 struct regmap *ece = video->ece.regmap; in npcm_video_ece_enc_rect() local 245 regmap_update_bits(ece, ECE_DDA_CTRL, ECE_DDA_CTRL_ECEEN, 0); in npcm_video_ece_enc_rect() 246 regmap_update_bits(ece, ECE_DDA_CTRL, ECE_DDA_CTRL_ECEEN, ECE_DDA_CTRL_ECEEN); in npcm_video_ece_enc_rect() 247 regmap_write(ece, ECE_DDA_STS, ECE_DDA_STS_CDREADY | ECE_DDA_STS_ACDRDY); in npcm_video_ece_enc_rect() 248 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 */
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | qpc.c | 364 int ece = 0; in get_ece_from_mbox() local 368 ece = MLX5_GET(init2init_qp_out, out, ece); in get_ece_from_mbox() 371 ece = MLX5_GET(init2rtr_qp_out, out, ece); in get_ece_from_mbox() 374 ece = MLX5_GET(rtr2rts_qp_out, out, ece); in get_ece_from_mbox() 377 ece = MLX5_GET(rts2rts_qp_out, out, ece); in get_ece_from_mbox() 380 ece = MLX5_GET(rst2init_qp_out, out, ece); in get_ece_from_mbox() 386 return ece; in get_ece_from_mbox() 391 struct mbox_info *mbox, u16 uid, u32 ece) in modify_qp_mbox_alloc() argument 433 MLX5_SET(rst2init_qp_in, mbox->in, ece, ece); in modify_qp_mbox_alloc() 440 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);
|
/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>;
|
/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()
|
/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
|
/linux/drivers/infiniband/core/ |
H A D | ucma.c | 290 uevent->resp.ece.vendor_id = event->ece.vendor_id; in ucma_create_uevent() 291 uevent->resp.ece.attr_mod = event->ece.attr_mod; in ucma_create_uevent() 379 sizeof(uevent->resp.ece)) in ucma_get_event() 1053 struct rdma_ucm_ece ece = {}; in ucma_connect() local 1073 if (offsetofend(typeof(cmd), ece) <= in_size) { in ucma_connect() 1074 ece.vendor_id = cmd.ece.vendor_id; in ucma_connect() 1075 ece.attr_mod = cmd.ece.attr_mod; in ucma_connect() 1079 ret = rdma_connect_ece(ctx->cm_id, &conn_param, &ece); in ucma_connect() 1115 struct rdma_ucm_ece ece = {}; in ucma_accept() local 1130 if (offsetofend(typeof(cmd), ece) <= in_size) { in ucma_accept() [all …]
|
H A D | cma.c | 2142 event->ece.vendor_id = rep_data->ece.vendor_id; in cma_set_rep_event_data() 2143 event->ece.attr_mod = rep_data->ece.attr_mod; in cma_set_rep_event_data() 2367 event->ece.vendor_id = req_data->ece.vendor_id; in cma_set_req_event_data() 2368 event->ece.attr_mod = req_data->ece.attr_mod; in cma_set_req_event_data() 4377 req.ece.vendor_id = id_priv->ece.vendor_id; in cma_connect_ib() 4378 req.ece.attr_mod = id_priv->ece.attr_mod; in cma_connect_ib() 4506 * rdma_connect_ece - Initiate an active connection request with ECE data. 4509 * @ece: ECE parameters 4514 struct rdma_ucm_ece *ece) in rdma_connect_ece() argument 4519 id_priv->ece.vendor_id = ece->vendor_id; in rdma_connect_ece() [all …]
|
H A D | cm.c | 249 struct rdma_ucm_ece ece; member 1336 cm_form_tid(cm_id_priv), param->ece.attr_mod); in cm_format_req() 1466 IBA_SET(CM_REQ_VENDOR_ID, req_msg, param->ece.vendor_id); in cm_format_req() 1840 param->ece.vendor_id = IBA_GET(CM_REQ_VENDOR_ID, req_msg); in cm_format_req_event() 1841 param->ece.attr_mod = be32_to_cpu(req_msg->hdr.attr_mod); in cm_format_req_event() 2239 param->ece.attr_mod); in cm_format_rep() 2266 IBA_SET(CM_REP_VENDOR_ID_L, rep_msg, param->ece.vendor_id); in cm_format_rep() 2267 IBA_SET(CM_REP_VENDOR_ID_M, rep_msg, param->ece.vendor_id >> 8); in cm_format_rep() 2268 IBA_SET(CM_REP_VENDOR_ID_H, rep_msg, param->ece.vendor_id >> 16); in cm_format_rep() 2422 param->ece.vendor_id = IBA_GET(CM_REP_VENDOR_ID_H, rep_msg) << 16; in cm_format_rep_event() [all …]
|
H A D | cma_priv.h | 109 struct rdma_ucm_ece ece; member
|
/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
|
/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);
|
/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
|
/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()
|
/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
|
/linux/arch/sparc/include/asm/ |
H A D | mxcc.h | 29 * | | RRC | RSV |PRE|MCE|PARE|ECE|RSV| 38 * ECE: External cache enable
|
/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*
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_custom_syncookie.c | 306 if (!ctx->tcp->ece || !ctx->tcp->cwr) in tcp_validate_sysctl() 358 if (ctx->attrs.tstamp_ok && ctx->tcp->ece && ctx->tcp->cwr) in tcp_prepare_cookie() 420 if (!ctx->attrs.tstamp_ok || !ctx->tcp->ece || !ctx->tcp->cwr) in tcp_handle_syn() 421 ctx->tcp->ece = 0; in tcp_handle_syn()
|
/linux/include/uapi/linux/ |
H A D | tcp.h | 39 ece:1, member 45 ece:1, member 204 * has received ACKs with ECN-ECE marks, or has experienced congestion
|
/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/
|
/linux/arch/microblaze/include/asm/ |
H A D | hash.h | 13 * of the Hcub algorithm at http://spiral.ece.cmu.edu/mcm/gen.html.
|