Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dclip_tbl.c279 struct clip_entry *cl_list; in t4_init_clip_tbl() local
304 cl_list = kvzalloc_objs(struct clip_entry, clipt_size); in t4_init_clip_tbl()
305 if (!cl_list) { in t4_init_clip_tbl()
309 ctbl->cl_list = (void *)cl_list; in t4_init_clip_tbl()
312 INIT_LIST_HEAD(&cl_list[i].list); in t4_init_clip_tbl()
313 list_add_tail(&cl_list[i].list, &ctbl->ce_free_head); in t4_init_clip_tbl()
324 kvfree(ctbl->cl_list); in t4_cleanup_clip_tbl()
H A Dclip_tbl.h31 void *cl_list; member
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c339 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_cl_disconnect_res()
384 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_cl_connect_res()
417 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_fw_disconnect_req()
466 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_dma_xfer_ack()
790 list_for_each_entry(cl, &dev->cl_list, link) { in recv_hbm()
H A Dclient.c187 list_add_tail(&cl->link, &dev->cl_list); in ishtp_cl_link()
229 list_for_each_entry(pos, &dev->cl_list, link) in ishtp_cl_unlink()
312 list_for_each_entry(pos, &dev->cl_list, link) { in ishtp_cl_is_other_connecting()
H A Dbus.c731 list_for_each_entry(cl, &ishtp_dev->cl_list, link) { in ishtp_bus_remove_all_clients()