Lines Matching refs:el
734 struct asd_ll_el *el = start; in asd_find_ll_by_id() local
739 if (el->id1 == id1) in asd_find_ll_by_id()
741 if (el->id0 == id0) in asd_find_ll_by_id()
742 return el; in asd_find_ll_by_id()
744 el = start + le16_to_cpu(el->next); in asd_find_ll_by_id()
745 } while (el != start); in asd_find_ll_by_id()
986 struct asd_ll_el *el = NULL; in asd_process_ctrl_a_user() local
1014 el = kmalloc(size, GFP_KERNEL); in asd_process_ctrl_a_user()
1015 if (!el) { in asd_process_ctrl_a_user()
1020 err = asd_read_flash_seg(asd_ha, (void *)el, offs, size); in asd_process_ctrl_a_user()
1027 ps = asd_find_ll_by_id(el, 'h', 0xFF); in asd_process_ctrl_a_user()
1039 kfree(el); in asd_process_ctrl_a_user()