Searched refs:act_proc_id (Results 1 – 1 of 1) sorted by relevance
2331 u32 act_proc_id = 0L; in altera_get_act_info() local2355 act_proc_id = get_unaligned_be32(&p[action_table + (12 * index) + 8]); in altera_get_act_info()2364 &p[proc_table + (13 * act_proc_id)]); in altera_get_act_info()2366 (p[proc_table + (13 * act_proc_id) + 8] & 0x03); in altera_get_act_info()2390 act_proc_id = get_unaligned_be32( in altera_get_act_info()2391 &p[proc_table + (13 * act_proc_id) + 4]); in altera_get_act_info()2392 } while ((act_proc_id != 0) && (act_proc_id < proc_count)); in altera_get_act_info()