/freebsd/contrib/tcpdump/ |
H A D | print-zep.c | 100 uint32_t seq_no; in zep_print() local 138 seq_no = GET_BE_U_4(bp + 4); in zep_print() 139 ND_PRINT("ACK, seq# = %u", seq_no); in zep_print() 155 seq_no = GET_BE_U_4(bp + 17); in zep_print() 158 seq_no, inner_len); in zep_print()
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_tag.c | 235 new_head.top.seq_no = cur_head.top.seq_no + 1; in pqisrc_put_tag() 260 new_head.top.seq_no = cur_head.top.seq_no + 1; in pqisrc_get_tag()
|
H A D | smartpqi_structures.h | 224 uint32_t seq_no; /* To avoid aba problem */ member
|
/freebsd/sys/dev/gve/ |
H A D | gve_rx.c | 261 rx->seq_no = 1; in gve_clear_rx_ring() 634 return (GVE_SEQNO(flags_seq) == rx->seq_no); in gve_rx_work_pending() 658 (GVE_SEQNO(desc->flags_seq) == rx->seq_no)) { in gve_rx_cleanup() 665 rx->seq_no = gve_next_seqno(rx->seq_no); in gve_rx_cleanup() 675 GVE_SEQNO(desc->flags_seq), rx->seq_no); in gve_rx_cleanup()
|
H A D | gve.h | 286 uint8_t seq_no; /* helps traverse the descriptor ring */ member
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | ahb.h | 36 unsigned short seq_no; member
|
H A D | htc.h | 270 u8 seq_no; /* for debugging */ member
|
H A D | ahb.c | 699 value = u32_encode_bits(ab_ahb->smp2p_info.seq_no++, in ath11k_ahb_hif_suspend() 736 value = u32_encode_bits(ab_ahb->smp2p_info.seq_no++, in ath11k_ahb_hif_resume()
|
H A D | htc.c | 69 hdr->ctrl_info = FIELD_PREP(HTC_HDR_CONTROLBYTES1, ep->seq_no++); in ath11k_htc_prepare_tx_skb()
|
H A D | core.h | 156 u16 seq_no; member
|
H A D | dp_rx.c | 2304 rxcb->seq_no = ath11k_dp_rx_h_mpdu_start_seq_no(ar->ab, rx_desc); in ath11k_dp_rx_h_mpdu() 2520 rxcb->seq_no, in ath11k_dp_rx_deliver_msdu() 2754 rxcb->seq_no = FIELD_GET(RX_MPDU_DESC_INFO0_SEQ_NUM, in ath11k_dp_process_rx()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htc.h | 83 u8 seq_no; /* for tx */ member 372 u8 seq_no; /* for debugging */ member
|
H A D | htc.c | 104 hdr->seq_no = ep->seq_no++; in ath10k_htc_prepare_tx_skb()
|
/freebsd/sys/dev/atopcase/ |
H A D | atopcase_reg.h | 95 uint8_t seq_no; member
|
H A D | atopcase.c | 390 static uint8_t seq_no; in atopcase_create_message() local 402 hdr->seq_no = seq_no++; in atopcase_create_message()
|
/freebsd/lib/libtacplus/ |
H A D | taclib.c | 333 MD5Update(&base_ctx, &msg->seq_no, sizeof msg->seq_no); in crypt_msg() 571 if (msg->seq_no != ++h->last_seq_no) { in recv_msg() 574 msg->seq_no, h->last_seq_no); in recv_msg() 629 msg->seq_no = ++h->last_seq_no; in send_msg() 630 if (msg->seq_no == 1) in send_msg()
|
H A D | taclib_private.h | 136 u_int8_t seq_no; member
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | htc.h | 275 u8 seq_no; /* for debugging */ member
|
H A D | htc.c | 70 hdr->ctrl_info = le32_encode_bits(ep->seq_no++, HTC_HDR_CONTROLBYTES1); in ath12k_htc_prepare_tx_skb()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | mcp_private.h | 282 u32 seq_no; member
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 65138 uint16_t seq_no; member 65342 uint32_t seq_no; member
|