/Linux-v4.19/arch/mips/dec/ |
D | ecc-berr.c | 61 u16 syn = 0, sngl; in dec_ecc_be_backend() local 121 syn = chksyn; /* Low bank. */ in dec_ecc_be_backend() 123 syn = chksyn >> 16; /* High bank. */ in dec_ecc_be_backend() 125 if (!(syn & KN0X_ESR_VLDLO)) { in dec_ecc_be_backend() 131 sngl = syn & KN0X_ESR_SNGLO; in dec_ecc_be_backend() 132 syn &= KN0X_ESR_SYNLO; in dec_ecc_be_backend() 139 if (syn == data_mbit[i]) in dec_ecc_be_backend() 160 if (syn && syn == (syn & -syn)) { in dec_ecc_be_backend() 161 if (syn == 0x01) { in dec_ecc_be_backend() 171 i = syn >> 2; in dec_ecc_be_backend() [all …]
|
/Linux-v4.19/lib/reed_solomon/ |
D | decode_rs.c | 32 uint16_t *syn = rsc->buffers + RS_DECODE_SYN * (nroots + 1); variable 51 syn[i] = (((uint16_t) data[0]) ^ invmsk) & msk; 55 if (syn[i] == 0) { 56 syn[i] = (((uint16_t) data[j]) ^ 59 syn[i] = ((((uint16_t) data[j]) ^ 61 alpha_to[rs_modnn(rs, index_of[syn[i]] + 69 if (syn[i] == 0) { 70 syn[i] = ((uint16_t) par[j]) & msk; 72 syn[i] = (((uint16_t) par[j]) & msk) ^ 73 alpha_to[rs_modnn(rs, index_of[syn[i]] + [all …]
|
/Linux-v4.19/lib/ |
D | bch.c | 348 unsigned int *syn) in compute_syndromes() argument 361 memset(syn, 0, 2*t*sizeof(*syn)); in compute_syndromes() 370 syn[j] ^= a_pow(bch, (j+1)*(i+s)); in compute_syndromes() 378 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes() 387 const unsigned int *syn) in compute_error_locator_polynomial() argument 391 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() 429 d = syn[2*i+2]; in compute_error_locator_polynomial() 431 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial() 928 unsigned int i, j, syn, syn0, count = 0; in chien_search() local 938 for (j = 1, syn = syn0; j <= p->deg; j++) { in chien_search() [all …]
|
/Linux-v4.19/include/linux/ |
D | bch.h | 62 unsigned int *syn; member 77 const unsigned int *syn, unsigned int *errloc);
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_comp.c | 240 u8 syn; in check_ack() local 268 syn = aeth_syn(pkt); in check_ack() 270 if ((syn & AETH_TYPE_MASK) != AETH_ACK) in check_ack() 286 syn = aeth_syn(pkt); in check_ack() 288 if ((syn & AETH_TYPE_MASK) != AETH_ACK) in check_ack() 298 syn = aeth_syn(pkt); in check_ack() 299 switch (syn & AETH_TYPE_MASK) { in check_ack() 309 switch (syn) { in check_ack() 338 pr_warn("unexpected nak %x\n", syn); in check_ack()
|
D | rxe_hdr.h | 783 static inline void __aeth_set_syn(void *arg, u8 syn) in __aeth_set_syn() argument 788 aeth->smsn = cpu_to_be32((AETH_SYN_MASK & (syn << 24)) | in __aeth_set_syn() 814 static inline void aeth_set_syn(struct rxe_pkt_info *pkt, u8 syn) in aeth_set_syn() argument 817 + rxe_opcode[pkt->opcode].offset[RXE_AETH], syn); in aeth_set_syn()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | core_cia.c | 1031 long syn; in cia_decode_ecc_error() local 1037 syn = cia->cia_syn & 0xff; in cia_decode_ecc_error() 1038 if (syn == (syn & -syn)) { in cia_decode_ecc_error() 1040 i = ffs(syn) - 1; in cia_decode_ecc_error() 1062 if (data_bit[i] == syn) in cia_decode_ecc_error() 1071 printk (fmt, syn, i); in cia_decode_ecc_error()
|
/Linux-v4.19/Documentation/core-api/ |
D | librs.rst | 125 uint16_t par[6], syn[6]; 135 numerr = decode_rs8 (rs_decoder, data8, par, 512, syn, 0, NULL, 0, NULL); 147 uint16_t par[6], syn[6], corr[8]; 157 numerr = decode_rs8 (rs_decoder, NULL, NULL, 512, syn, 0, errpos, 0, corr);
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 281 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg4() 299 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg4() 352 if (!th->syn || th->ack || in ipv4_synproxy_hook() 369 if (!th->syn && th->ack && in ipv4_synproxy_hook() 392 if (!th->syn || !th->ack) in ipv4_synproxy_hook()
|
D | nf_tproxy_ipv4.c | 35 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in nf_tproxy_handle_time_wait4()
|
D | nf_reject_ipv4.c | 87 tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin + in nf_reject_ip_tcphdr_put()
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 295 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg6() 314 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg6() 373 if (!th->syn || th->ack || in ipv6_synproxy_hook() 390 if (!th->syn && th->ack && in ipv6_synproxy_hook() 413 if (!th->syn || !th->ack) in ipv6_synproxy_hook()
|
D | nf_tproxy_ipv6.c | 53 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in nf_tproxy_handle_time_wait6()
|
/Linux-v4.19/include/uapi/linux/ |
D | tcp.h | 34 syn:1, member 50 syn:1, member
|
/Linux-v4.19/drivers/edac/ |
D | octeon_edac-l2c.c | 73 err_tdtx.s.type, err_tdtx.s.syn, err_tdtx.s.wayidx); in _octeon_l2c_poll_oct2() 108 err_ttgx.s.type, err_ttgx.s.syn, err_ttgx.s.wayidx); in _octeon_l2c_poll_oct2()
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-l2c-defs.h | 82 __BITFIELD_FIELD(uint64_t syn:10, 98 __BITFIELD_FIELD(uint64_t syn:6,
|
D | cvmx-pow-defs.h | 349 uint64_t syn:5; member 359 uint64_t syn:5; 377 uint64_t syn:5; member 387 uint64_t syn:5;
|
/Linux-v4.19/net/ipv4/ |
D | tcp_fastopen.c | 143 struct sk_buff *syn, in tcp_fastopen_cookie_gen() argument 147 const struct iphdr *iph = ip_hdr(syn); in tcp_fastopen_cookie_gen() 155 const struct ipv6hdr *ip6h = ipv6_hdr(syn); in tcp_fastopen_cookie_gen()
|
D | tcp_input.c | 318 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo() 3373 if (likely(!tcp_hdr(skb)->syn)) in tcp_ack_update_window() 3433 !tcp_hdr(skb)->syn) in tcp_oow_rate_limited() 3746 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() argument 3750 if (!foc || !syn || len < 0 || (len & 1)) in tcp_parse_fastopen_option() 3769 if (th->syn && !(opsize & 1) && in smc_parse_options() 3811 if (opsize == TCPOLEN_MSS && th->syn && !estab) { in tcp_parse_options() 3822 if (opsize == TCPOLEN_WINDOW && th->syn && in tcp_parse_options() 3846 if (opsize == TCPOLEN_SACK_PERM && th->syn && in tcp_parse_options() 3871 ptr, th->syn, foc, false); in tcp_parse_options() [all …]
|
/Linux-v4.19/net/netfilter/ |
D | nft_osf.c | 31 if (!tcp->syn) { in nft_osf_eval()
|
D | nf_conntrack_proto_tcp.c | 294 else if (tcph->syn) return (tcph->ack ? TCP_SYNACK_SET : TCP_SYN_SET); in get_conntrack_index() 337 + (tcph->syn ? 1 : 0) + (tcph->fin ? 1 : 0)); in segment_seq_plus_len() 518 if (tcph->syn) { in tcp_in_window() 624 if (!tcph->syn) in tcp_in_window() 1010 (th->syn ? 1 : 0), (th->ack ? 1 : 0), in tcp_packet()
|
D | nf_log_common.c | 103 if (th->syn) in nf_log_dump_tcp_header()
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | cafe_nand.c | 386 unsigned short syn[8], pat[4]; in cafe_nand_read_page() local 394 syn[i] = cafe->rs->codec->index_of[tmp & 0xfff]; in cafe_nand_read_page() 395 syn[i+1] = cafe->rs->codec->index_of[(tmp >> 16) & 0xfff]; in cafe_nand_read_page() 398 n = decode_rs16(cafe->rs, NULL, NULL, 1367, syn, 0, pos, 0, in cafe_nand_read_page()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_iwarp.h | 158 struct qed_iwarp_ll2_buff *syn; member
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_proto_tcp.c | 51 if (th->rst || !(sysctl_sloppy_tcp(ipvs) || th->syn)) in tcp_conn_schedule() 502 if (th->syn) in tcp_state_idx() 547 th->syn ? 'S' : '.', in set_tcp_state()
|