Searched refs:seqnum (Results 1 - 11 of 11) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_any_api.h | 132 * @param seqnum [IN] Type #unsigned char, the sequence number of the ANY frame, range [0-255]. 140 typedef void (*hi_wifi_any_recv_cb)(unsigned char *mac, unsigned char *data, unsigned short len, unsigned char seqnum); 157 * @param seqnum [IN] Type #unsigned char, the sequence number of the ANY frame, range [0-255]. 165 typedef void (*hi_wifi_any_send_complete_cb)(unsigned char *mac, unsigned char status, unsigned char seqnum); 188 * @param seqnum [IN] Type #const char *, the interface name used to TX/RX ANY frames, eg.wlan0/ap0/mesh0. 257 * @param seqnum [IN] Type #unsigned char, the sequence number of the ANY frame, range [0-255].
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | msgtrace.h | 50 uint32 seqnum; /* Sequence number of message. Useful if the messsage has been lost member
|
H A D | bcmmsgbuf.h | 548 uint16 seqnum; /* number of times host captured the timestamp */ member 717 uint16 seqnum; member 831 uint16 seqnum; member 876 uint16 seqnum; /* number of times fw captured time stamp */ member 1363 uint32 seqnum; /* number of times GPIO time sync toggled */ member
|
H A D | 802.11.h | 227 uint16 seqnum; /* Starting Sequence control */ member 236 uint16 seqnum; /* Starting Sequence control */ member 1072 #define SEQNUM_MAX 0x1000 /* max seqnum + 1 */
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_msgbuf.c | 159 * 1. Dongle places a modulo-253 seqnum in last word of each D2H message 161 * writes in the last word of each work item. Each work item has a seqnum 409 uint32 seqnum; /* next expected item's sequence number */ member 866 uint32 ring_seqnum = ring->seqnum; in dhd_prot_d2h_sync_livelock() 916 uint32 ring_seqnum = ring->seqnum % D2H_EPOCH_MODULO; in dhd_prot_d2h_sync_seqnum() 951 ring->seqnum++; /* next expected sequence number */ in dhd_prot_d2h_sync_seqnum() 976 ring->seqnum++; /* skip this message ... leak of a pktid */ in dhd_prot_d2h_sync_seqnum() 988 * place a seqnum in the epoch field of the cmn_msg_hdr. 997 uint8 ring_seqnum = ring->seqnum % D2H_EPOCH_MODULO; in dhd_prot_d2h_sync_xorcsum() 1029 * Once seqnum an in dhd_prot_d2h_sync_xorcsum() 10773 dhd_prot_send_host_timestamp(dhd_pub_t *dhdp, uchar *tlvs, uint16 tlv_len, uint16 seqnum, uint16 xt_id) dhd_prot_send_host_timestamp() argument [all...] |
H A D | dhd_linux_pktdump.c | 1102 tx?"->":"<-", tx?dabuf:sabuf, tx?deabuf:seabuf, seqnum, \ 1107 tx?"->":"<-", tx?dabuf:sabuf, tx?deabuf:seabuf, seqnum)); \ 1134 uint16 seqnum, type, code; in dhd_icmp_dump() local 1157 seqnum = 0; in dhd_icmp_dump() 1165 seqnum = ntoh16(ICMP_ECHO_SEQ(icmph)); in dhd_icmp_dump() 1169 seqnum = ntoh16(ICMP_ECHO_SEQ(icmph)); in dhd_icmp_dump()
|
H A D | dhd_debug.c | 271 if (dhd_dbg_msgtrace_seqchk(&seqnum_prev, ntoh32(hdr->seqnum))) in dhd_dbg_msgtrace_msg_parser() 852 msgtrace_seqnum = ntoh32(hdr->seqnum); in dhd_dbg_msgtrace_log_parser()
|
H A D | dhd_pcie.c | 10331 uint32 seqnum = 0; in dhdpcie_get_etd_preserve_logs() local 10386 seqnum = ntoh32(etd_evtlog->seq_num); in dhdpcie_get_etd_preserve_logs() 10408 FALSE, hton32(seqnum)); in dhdpcie_get_etd_preserve_logs() 10409 ++seqnum; in dhdpcie_get_etd_preserve_logs()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | tcpip.h | 208 u32_t seqnum; /**< Specifies the TCP sequence number of the last ACKED byte of a TCP connection. member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_netbuf.h | 76 uint32_t seqnum;
member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_frame.h | 1029 hi_u32 seqnum; member
|
Completed in 52 milliseconds