Searched refs:seq_num (Results 1 - 6 of 6) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/profiler/
H A Dprofpkt.h83 uint32_t seq_num; /* to detect dropped profiler packets */ member in struct:profile_pkg_header
H A Dprofile.c184 ph.pph.seq_num = htonl(pn->profile_sequence_num);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/hsl/isis/
H A Disis_reg_access.h61 a_uint32_t seq_num; member in struct:__anon218
114 a_uint8_t *val, a_uint32_t seq_num);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/hsl/isis/
H A Disis_reg_access.c45 a_uint8_t *val, a_uint32_t seq_num)
83 reg_cmd.seq_num = seq_num;
96 buf[4] = (reg_cmd.seq_num & 0xff);
97 buf[5] = (reg_cmd.seq_num & 0xff00) >> 8;
98 buf[6] = (reg_cmd.seq_num & 0xff0000) >> 16;
99 buf[7] = (reg_cmd.seq_num & 0xff000000) >> 24;
43 isis_reg_config_header(a_uint8_t *header, a_uint8_t wr_flag, a_uint32_t reg_addr, a_uint8_t cmd_len, a_uint8_t *val, a_uint32_t seq_num) argument
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dprofpkt.h86 u32_t seq_num; /* to detect dropped profiler packets */ member in struct:profile_header
H A Dprofile.c96 ph.seq_num = profile_sequence_num++;

Completed in 98 milliseconds