Home
last modified time | relevance | path

Searched refs:last_seq (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mld/tests/
H A Drx.c26 __le16 last_seq; member
86 .last_seq = __cpu_to_le16(0x100),
102 .last_seq = __cpu_to_le16(0x100),
119 .last_seq = __cpu_to_le16(0x100),
149 .last_seq = __cpu_to_le16(0x100),
167 .last_seq = __cpu_to_le16(0x100),
184 .last_seq = __cpu_to_le16(0x100),
202 .last_seq = __cpu_to_le16(0x100),
221 .last_seq = __cpu_to_le16(0x100),
239 .last_seq = __cpu_to_le16(0x100),
[all …]
/freebsd/sbin/rcorder/
H A Drcorder.c1075 int last_seq = 0; in generate_ordering() local
1106 (last_seq == 0 ? "" : in generate_ordering()
1107 (do_parallel != true || last_seq != (*psl)->sequence) ? in generate_ordering()
1110 last_seq = (*psl)->sequence; in generate_ordering()
1114 if (last_seq) in generate_ordering()
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c555 static unsigned __int32 last_seq = 0; in ossl_pool_add_nonce_data() local
594 data.seq = ++last_seq; in ossl_pool_add_nonce_data()
597 last_seq = 0; in ossl_pool_add_nonce_data()
/freebsd/sys/geom/part/
H A Dg_part_ldm.c158 uint32_t last_seq; /* sequence number of last VBLK */ member
678 db->dh.last_seq = be32dec(buf + LDM_DB_LASTSEQ_OFF); in ldm_vmdbhdr_check()
686 db->dh.size * db->dh.last_seq > in ldm_vmdbhdr_check()
1018 size = howmany(db->dh.last_seq * db->dh.size, pp->sectorsize); in ldm_vmdb_parse()
1049 vh.seq > db->dh.last_seq) { in ldm_vmdb_parse()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dsta.h21 __le16 last_seq[IWL_MAX_TID_COUNT + 1]; member
H A Dsta.c679 memset(dup_data[q].last_seq, 0xff, in iwl_mld_alloc_dup_data()
680 sizeof(dup_data[q].last_seq)); in iwl_mld_alloc_dup_data()
H A Drx.c1488 dup_data->last_seq[tid] == hdr->seq_ctrl && in iwl_mld_is_dup()
1493 if (dup_data->last_seq[tid] == hdr->seq_ctrl && in iwl_mld_is_dup()
1497 dup_data->last_seq[tid] = hdr->seq_ctrl; in iwl_mld_is_dup()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h319 __le16 last_seq[IWL_MAX_TID_COUNT + 1]; member
H A Drxmq.c600 dup_data->last_seq[tid] == hdr->seq_ctrl && in iwl_mvm_is_dup()
605 if (dup_data->last_seq[tid] == hdr->seq_ctrl && in iwl_mvm_is_dup()
610 dup_data->last_seq[tid] = hdr->seq_ctrl; in iwl_mvm_is_dup()
H A Dsta.c1818 memset(dup_data[q].last_seq, 0xff, in iwl_mvm_sta_init()
1819 sizeof(dup_data[q].last_seq)); in iwl_mvm_sta_init()
/freebsd/sys/dev/iwx/
H A Dif_iwxvar.h451 uint16_t last_seq[IWX_MAX_TID_COUNT + 1]; member
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c7280 uint32_t changed, last_seq, entered_recovery = 0; in bbr_log_ack() local
7499 last_seq = rsm->r_end; in bbr_log_ack()
7501 last_seq = tp->snd_max; in bbr_log_ack()
7519 (SEQ_LT(sack.end, last_seq)) && in bbr_log_ack()