Searched refs:SEQ (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | net.c | 54 #define SEQ(pdu) (sys_get_be24(&pdu[2])) macro 154 msg_cache[i].seq == (SEQ(pdu->data) & BIT_MASK(17))) { in msg_cache_match() 161 msg_cache[i].seq == (SEQ(pdu->data) & BIT_MASK(17))) { in msg_cache_match() 420 .seq = SEQ(buf->data), in bt_mesh_net_local() 612 LOG_DBG("Dropped 0x%06x", SEQ(buf->data)); in bt_mesh_net_loopback_clear() 800 rx->seq = SEQ(buf->data); in bt_mesh_net_header_parse() 845 rx->seq = SEQ(out->data); in bt_mesh_net_decode()
|
| /Zephyr-latest/soc/mediatek/mt8xxx/ |
| D | mtk_adsp_load.py | 238 r.SEQ = 0x0C 253 start, end, seq = ws.START, ws.END, ws.SEQ 270 if start == ws.START and seq == ws.SEQ:
|
| /Zephyr-latest/subsys/net/ip/ |
| D | Kconfig.tcp | 142 SEQs 5,4,3,6 and are waiting SEQ 2, the data in segments 3,4,5,6 is 144 SEQ 2. But if we receive SEQs 5,4,3,7 then the SEQ 7 is discarded
|
| /Zephyr-latest/doc/connectivity/networking/ |
| D | net_config_guide.rst | 221 SEQs 5,4,3,6 and are waiting SEQ 2, the data in segments 3,4,5,6 is 223 SEQ 2. But if we receive SEQs 5,4,3,7 then the SEQ 7 is discarded
|
| /Zephyr-latest/soc/intel/intel_adsp/tools/ |
| D | cavstool.py | 667 hdr.SEQ = 0x0c 672 return ( hdr.WLEN, hdr.START, hdr.END, hdr.SEQ ) 742 hdr.SEQ += lenmsg0
|