Searched refs:free_sg_list_head (Results 1 – 2 of 2) sorted by relevance
853 struct list_head free_sg_list_head; member1155 if (likely(!list_empty(&a->free_sg_list_head))) { in esas2r_alloc_sgl()1156 sgl = a->free_sg_list_head.next; in esas2r_alloc_sgl()1272 list_splice_tail_init(&rq->sg_table_head, &a->free_sg_list_head); in esas2r_rq_free_sg_lists()
326 INIT_LIST_HEAD(&a->free_sg_list_head); in esas2r_init_adapter()512 list_for_each_entry_safe(memdesc, next, &a->free_sg_list_head, in esas2r_adapter_power_down()842 list_add_tail(&sgl->next_desc, &a->free_sg_list_head); in esas2r_init_adapter_struct()