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

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

Completed in 140 milliseconds