Searched refs:start_seq (Results 1 – 12 of 12) sorted by relevance
/freebsd/usr.sbin/mfiutil/ |
H A D | mfi_evt.c | 54 union mfi_evt filter, uint32_t start_seq, uint8_t *statusp) in mfi_get_events() argument 59 mbox[0] = start_seq; in mfi_get_events()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hal_rx.c | 712 u32 start_seq, enum hal_pn_type type) in ath12k_hal_reo_qdesc_setup() argument 760 if (start_seq <= 0xfff) in ath12k_hal_reo_qdesc_setup() 761 qdesc->info1 = le32_encode_bits(start_seq, in ath12k_hal_reo_qdesc_setup()
|
H A D | hal.h | 1088 u32 start_seq, enum hal_pn_type type);
|
H A D | dp.h | 1533 __le16 start_seq; member
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hal_rx.c | 700 u32 start_seq, enum hal_pn_type type) in ath11k_hal_reo_qdesc_setup() argument 749 if (start_seq <= 0xfff) in ath11k_hal_reo_qdesc_setup() 751 start_seq); in ath11k_hal_reo_qdesc_setup()
|
H A D | hal.h | 920 u32 start_seq, enum hal_pn_type type);
|
H A D | dp.h | 1367 u16 start_seq; member
|
/freebsd/sys/netinet/ |
H A D | tcp_subr.c | 4397 log.u_bbr.flex1 = req->start_seq; in tcp_req_log_req_info() 4585 if ((SEQ_GEQ(seq, ent->start_seq)) || in tcp_req_find_req_for_seq() 4594 if ((SEQ_GEQ(seq, ent->start_seq)) && in tcp_req_find_req_for_seq() 4667 fil->start_seq = tp->snd_una + in tcp_req_alloc_req_full() 4670 fil->end_seq = (fil->start_seq + ((uint32_t)(fil->end - fil->start))); in tcp_req_alloc_req_full()
|
H A D | tcp_var.h | 160 tcp_seq start_seq; /* First TCP Seq assigned */ member
|
H A D | tcp_log_buf.c | 2959 ent->start_seq = tp->snd_una + in tcp_log_sendfile()
|
/freebsd/sys/dev/mfi/ |
H A D | mfi.c | 1769 mfi_parse_entries(struct mfi_softc *sc, int start_seq, int stop_seq) in mfi_parse_entries() argument 1789 for (seq = start_seq;;) { in mfi_parse_entries() 1843 if (start_seq <= stop_seq) in mfi_parse_entries() 1845 else if (el->event[i].seq < start_seq) in mfi_parse_entries()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 2064 log.u_bbr.flex6 = cur->start_seq; in rack_log_hybrid_bw() 2287 if (SEQ_GT(rack->rc_tp->snd_una, ent->start_seq)) in rack_rate_cap_bw() 2288 lengone = rack->rc_tp->snd_una - ent->start_seq; in rack_rate_cap_bw() 11247 log.u_bbr.flex2 = cur->start_seq; in rack_log_hybrid() 15422 log.u_bbr.flex6 = tcp_req->start_seq; in rack_log_input_packet() 16630 log.u_bbr.flex6 = tcp_req->start_seq; in rack_do_segment_nounlock() 22836 seq = sft->start_seq; in process_hybrid_pacing()
|