| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | qpc.c | 346 int ece = 0; in get_ece_from_mbox() local 350 ece = MLX5_GET(init2init_qp_out, out, ece); in get_ece_from_mbox() 353 ece = MLX5_GET(init2rtr_qp_out, out, ece); in get_ece_from_mbox() 356 ece = MLX5_GET(rtr2rts_qp_out, out, ece); in get_ece_from_mbox() 359 ece = MLX5_GET(rts2rts_qp_out, out, ece); in get_ece_from_mbox() 362 ece = MLX5_GET(rst2init_qp_out, out, ece); in get_ece_from_mbox() 368 return ece; in get_ece_from_mbox() 373 struct mbox_info *mbox, u16 uid, u32 ece) in modify_qp_mbox_alloc() argument 415 MLX5_SET(rst2init_qp_in, mbox->in, ece, ece); in modify_qp_mbox_alloc() 422 MLX5_SET(init2rtr_qp_in, mbox->in, ece, ece); in modify_qp_mbox_alloc() [all …]
|
| H A D | qp.h | 19 void *qpc, struct mlx5_core_qp *qp, u32 *ece);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | ib_cm.h | 117 struct rdma_ucm_ece ece; member 132 struct rdma_ucm_ece ece; member 374 struct rdma_ucm_ece ece; member 398 struct rdma_ucm_ece ece; member 553 struct rdma_ucm_ece ece; member
|
| H A D | rdma_cm.h | 87 struct rdma_ucm_ece ece; member 235 struct rdma_ucm_ece *ece); 251 struct rdma_ucm_ece *ece);
|
| /OK3568_Linux_fs/kernel/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 | 1982 event->ece.vendor_id = rep_data->ece.vendor_id; in cma_set_rep_event_data() 1983 event->ece.attr_mod = rep_data->ece.attr_mod; in cma_set_rep_event_data() 2207 event->ece.vendor_id = req_data->ece.vendor_id; in cma_set_req_event_data() 2208 event->ece.attr_mod = req_data->ece.attr_mod; in cma_set_req_event_data() 4098 req.ece.vendor_id = id_priv->ece.vendor_id; in cma_connect_ib() 4099 req.ece.attr_mod = id_priv->ece.attr_mod; in cma_connect_ib() 4234 struct rdma_ucm_ece *ece) in rdma_connect_ece() argument 4239 id_priv->ece.vendor_id = ece->vendor_id; in rdma_connect_ece() 4240 id_priv->ece.attr_mod = ece->attr_mod; in rdma_connect_ece() 4271 rep.ece.vendor_id = id_priv->ece.vendor_id; in cma_accept_ib() [all …]
|
| H A D | cma_priv.h | 98 struct rdma_ucm_ece ece; member
|
| H A D | cm.c | 296 struct rdma_ucm_ece ece; member 1350 cm_form_tid(cm_id_priv), param->ece.attr_mod); in cm_format_req() 1473 IBA_SET(CM_REQ_VENDOR_ID, req_msg, param->ece.vendor_id); in cm_format_req() 1835 param->ece.vendor_id = IBA_GET(CM_REQ_VENDOR_ID, req_msg); in cm_format_req_event() 1836 param->ece.attr_mod = be32_to_cpu(req_msg->hdr.attr_mod); in cm_format_req_event() 2233 param->ece.attr_mod); in cm_format_rep() 2260 IBA_SET(CM_REP_VENDOR_ID_L, rep_msg, param->ece.vendor_id); in cm_format_rep() 2261 IBA_SET(CM_REP_VENDOR_ID_M, rep_msg, param->ece.vendor_id >> 8); in cm_format_rep() 2262 IBA_SET(CM_REP_VENDOR_ID_H, rep_msg, param->ece.vendor_id >> 16); in cm_format_rep() 2411 param->ece.vendor_id = IBA_GET(CM_REP_VENDOR_ID_H, rep_msg) << 16; in cm_format_rep_event() [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_ecn.c | 42 if (th->ece == 1) in match_tcp() 45 if (th->ece == 0) in match_tcp()
|
| H A D | nf_log_common.c | 90 if (th->ece) in nf_log_dump_tcp_header()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | tcp.h | 39 ece:1, member 45 ece:1, member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | tcp.h | 39 ece:1, member 45 ece:1, member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | tcp.h | 39 ece:1, member 45 ece:1, member
|
| /OK3568_Linux_fs/buildroot/package/jasper/ |
| H A D | Config.in | 6 http://www.ece.uvic.ca/~mdadams/jasper/
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_ipv4/ |
| H A D | ipt_ECN.h | 29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_ipv4/ |
| H A D | ipt_ECN.h | 29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_ipv4/ |
| H A D | ipt_ECN.h | 29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/ |
| H A D | jasper-copyright | 6 It was downloaded from http://www.ece.uvic.ca/~mdadams/jasper/ 8 Upstream Author: Michael Adams <mdadams@ece.uvic.ca>
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/ |
| H A D | jasper-copyright | 6 It was downloaded from http://www.ece.uvic.ca/~mdadams/jasper/ 8 Upstream Author: Michael Adams <mdadams@ece.uvic.ca>
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/licenses/ |
| H A D | jasper-copyright | 6 It was downloaded from http://www.ece.uvic.ca/~mdadams/jasper/ 8 Upstream Author: Michael Adams <mdadams@ece.uvic.ca>
|
| /OK3568_Linux_fs/buildroot/package/jpeg-turbo/ |
| H A D | 0001-CMakeList.txt-tjbench-Link-to-libm.so.patch | 14 index 1198ece..dcedaae 100644
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6t_SYNPROXY.c | 35 if (th->ece && th->cwr) in synproxy_tg6()
|