Home
last modified time | relevance | path

Searched refs:free_sg_list_head (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r.h853 struct list_head free_sg_list_head; member
1156 if (likely(!list_empty(&a->free_sg_list_head))) { in esas2r_alloc_sgl()
1157 sgl = a->free_sg_list_head.next; in esas2r_alloc_sgl()
1273 list_splice_tail_init(&rq->sg_table_head, &a->free_sg_list_head); in esas2r_rq_free_sg_lists()
H A Desas2r_init.c327 INIT_LIST_HEAD(&a->free_sg_list_head); in esas2r_init_adapter()
513 list_for_each_entry_safe(memdesc, next, &a->free_sg_list_head, in esas2r_adapter_power_down()
843 list_add_tail(&sgl->next_desc, &a->free_sg_list_head); in esas2r_init_adapter_struct()