Searched refs:next_cmd_index (Results 1 – 2 of 2) sorted by relevance
522 u32 next_cmd_index; in ipc_mux_dl_acb_decode() local 529 next_cmd_index = le32_to_cpu(acbh->first_cmd_index); in ipc_mux_dl_acb_decode() 530 next_cmd_index = array_index_nospec(next_cmd_index, in ipc_mux_dl_acb_decode() 533 while (next_cmd_index != 0) { in ipc_mux_dl_acb_decode() 534 cmdh = (struct mux_cmdh *)&block[next_cmd_index]; in ipc_mux_dl_acb_decode() 535 next_cmd_index = le32_to_cpu(cmdh->next_cmd_index); in ipc_mux_dl_acb_decode()
94 * @next_cmd_index: Index (in bytes) to the next command in the buffer.105 __le32 next_cmd_index; member