Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c592 u32 adth_index; in mux_dl_adb_decode() local
599 adth_index = le32_to_cpu(adbh->first_table_index); in mux_dl_adb_decode()
602 if (adth_index < 1) { in mux_dl_adb_decode()
608 while (adth_index) { in mux_dl_adb_decode()
610 adth = (struct mux_adth *)(block + adth_index); in mux_dl_adb_decode()
641 adth_index, nr_of_dg, in mux_dl_adb_decode()
645 adth_index = le32_to_cpu(adth->next_table_index); in mux_dl_adb_decode()
659 adth_index = le32_to_cpu(adth->next_table_index); in mux_dl_adb_decode()