Lines Matching refs:el
716 struct asd_ll_el *el = start; in asd_find_ll_by_id() local
721 if (el->id1 == id1) in asd_find_ll_by_id()
723 if (el->id0 == id0) in asd_find_ll_by_id()
724 return el; in asd_find_ll_by_id()
726 el = start + le16_to_cpu(el->next); in asd_find_ll_by_id()
727 } while (el != start); in asd_find_ll_by_id()
968 struct asd_ll_el *el = NULL; in asd_process_ctrl_a_user() local
996 el = kmalloc(size, GFP_KERNEL); in asd_process_ctrl_a_user()
997 if (!el) { in asd_process_ctrl_a_user()
1002 err = asd_read_flash_seg(asd_ha, (void *)el, offs, size); in asd_process_ctrl_a_user()
1009 ps = asd_find_ll_by_id(el, 'h', 0xFF); in asd_process_ctrl_a_user()
1021 kfree(el); in asd_process_ctrl_a_user()