Searched refs:free_sg_list_head (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r.h | 853 struct list_head free_sg_list_head; member 1155 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()
|
H A D | esas2r_init.c | 327 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() 866 list_add_tail(&sgl->next_desc, &a->free_sg_list_head); in esas2r_init_adapter_struct()
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r.h | 853 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 D | esas2r_init.c | 327 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()
|
Completed in 10 milliseconds