Home
last modified time | relevance | path

Searched refs:ect (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dgoogle.yaml44 # Bootloader requires empty ect node to be present
45 ect:
50 - ect
/linux-6.15/drivers/tty/vt/
H A Dconsolemap.c788 ushort ect; in con_get_unimap() local
800 ect = 0; in con_get_unimap()
818 if (ect < ct) { in con_get_unimap()
819 unilist[ect].unicode = UNI(d, r, g); in con_get_unimap()
820 unilist[ect].fontpos = *row; in con_get_unimap()
822 ect++; in con_get_unimap()
828 if (copy_to_user(list, unilist, min(ect, ct) * sizeof(*unilist))) in con_get_unimap()
830 if (put_user(ect, uct)) in con_get_unimap()
833 return ret ? ret : (ect <= ct) ? 0 : -ENOMEM; in con_get_unimap()
/linux-6.15/include/uapi/linux/netfilter/
H A Dxt_ecn.h31 __u8 ect; member
/linux-6.15/drivers/s390/block/
H A Ddasd_eckd.c2665 struct eckd_count *ect; in dasd_eckd_build_format() local
2843 ect->record = 0; in dasd_eckd_build_format()
2844 ect->kl = 0; in dasd_eckd_build_format()
2845 ect->dl = 8; in dasd_eckd_build_format()
2858 ect->record = 1; in dasd_eckd_build_format()
2859 ect->kl = 0; in dasd_eckd_build_format()
2860 ect->dl = 0; in dasd_eckd_build_format()
2872 ect->record = i + 1; in dasd_eckd_build_format()
2873 ect->kl = 0; in dasd_eckd_build_format()
2882 ect->kl = 4; in dasd_eckd_build_format()
[all …]
/linux-6.15/Documentation/trace/coresight/
H A Dcoresight.rst318 via the CTM. See (Documentation/trace/coresight/coresight-ect.rst)
662 (Documentation/trace/coresight/coresight-ect.rst) [#fourth]_.
684 .. [#fourth] Documentation/trace/coresight/coresight-ect.rst
/linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1307 bool th_ecn, ect; in chtls_pass_accept_request() local
1393 ect = !INET_ECN_is_not_ect(ip_dsfield); in chtls_pass_accept_request()
1395 if ((!ect && ecn_ok) || tcp_ca_needs_ecn(sk)) in chtls_pass_accept_request()
/linux-6.15/arch/arm64/boot/dts/exynos/google/
H A Dgs101.dtsi183 /* ect node is required to be present by bootloader */
184 ect {
/linux-6.15/net/ipv4/
H A Dtcp_input.c7080 bool ect, ecn_ok; in tcp_ecn_create_request() local
7086 ect = !INET_ECN_is_not_ect(TCP_SKB_CB(skb)->ip_dsfield); in tcp_ecn_create_request()
7090 if (((!ect || th->res1) && ecn_ok) || tcp_ca_needs_ecn(listen_sk) || in tcp_ecn_create_request()