Home
last modified time | relevance | path

Searched refs:sbo (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Doa_tc6.c335 uint8_t sbo, ebo; in oa_tc6_read_chunks() local
385 sbo = FIELD_GET(OA_DATA_FTR_SWO, ftr) * sizeof(uint32_t); in oa_tc6_read_chunks()
394 if (!(FIELD_GET(OA_DATA_FTR_EV, ftr) && (ebo <= sbo))) { in oa_tc6_read_chunks()
395 if (sbo) { in oa_tc6_read_chunks()
396 net_buf_pull(buf_rx, sbo); in oa_tc6_read_chunks()
416 if (FIELD_GET(OA_DATA_FTR_SV, ftr) && (ebo <= sbo)) { in oa_tc6_read_chunks()
423 net_buf_pull(tc6->concat_buf, sbo); in oa_tc6_read_chunks()