Home
last modified time | relevance | path

Searched refs:seq_out (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_desc.h53 (descriptor)->seq_out.command.word = 0xF8400000; /**/ \
101 ((descriptor)->seq_out.command.field.sgf = 1)
275 struct seq_out_command_s seq_out; member
H A Dcaam_jr.c936 (jobdescr)->seq_out.command.word |= 0x01000000; in build_cipher_only_sg()
1138 (jobdescr)->seq_out.command.word |= 0x01000000; in build_cipher_auth_sg()
1291 (jobdescr)->seq_out.command.word |= 0x01000000; in build_cipher_auth()
1441 jobdescr->seq_out.command.word = in caam_jr_enqueue_op()
1442 cpu_to_caam32(jobdescr->seq_out.command.word); in caam_jr_enqueue_op()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c6115 if (SEQ_LT(seq_out, snd_una)) { in rack_log_output()
6119 end = seq_out + len; in rack_log_output()
6120 seq_out = snd_una; in rack_log_output()
6121 if (SEQ_GEQ(end, seq_out)) in rack_log_output()
6122 len = end - seq_out; in rack_log_output()
6155 if (seq_out == snd_max) { in rack_log_output()
6178 rsm->r_start = seq_out + 1; in rack_log_output()
6182 rsm->r_start = seq_out; in rack_log_output()
6234 fe.r_start = seq_out; in rack_log_output()
6245 if (SEQ_GEQ(seq_out, rsm->r_start) && SEQ_LT(seq_out, rsm->r_end)) { in rack_log_output()
[all …]
H A Dbbr.c5966 if (SEQ_LEQ((seq_out + len), snd_una)) { in bbr_log_output()
5970 if (SEQ_LT(seq_out, snd_una)) { in bbr_log_output()
5974 end = seq_out + len; in bbr_log_output()
5975 seq_out = snd_una; in bbr_log_output()
5976 len = end - seq_out; in bbr_log_output()
5985 if (seq_out == snd_max) { in bbr_log_output()
5999 rsm->r_start = seq_out; in bbr_log_output()
6067 if (rsm->r_start == seq_out) { in bbr_log_output()
6076 if (SEQ_GEQ(seq_out, rsm->r_start) && SEQ_LT(seq_out, rsm->r_end)) { in bbr_log_output()
6108 if (seq_out == tp->snd_max) { in bbr_log_output()
[all …]