Searched refs:sgl_list (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_io.h | 56 struct host_sg_desc *sgl_list; /* sgl list */ member
|
H A D | fnic_scsi.c | 131 sizeof(io_req->sgl_list[0]) * io_req->sgl_cnt, in fnic_release_ioreq_buf() 336 desc = io_req->sgl_list; in fnic_queue_wq_copy_desc() 345 io_req->sgl_list, in fnic_queue_wq_copy_desc() 346 sizeof(io_req->sgl_list[0]) * sg_count, in fnic_queue_wq_copy_desc() 360 sizeof(io_req->sgl_list[0]) * sg_count, in fnic_queue_wq_copy_desc() 527 io_req->sgl_list = in fnic_queuecommand_lck() 530 if (!io_req->sgl_list) { in fnic_queuecommand_lck() 539 io_req->sgl_list_alloc = io_req->sgl_list; in fnic_queuecommand_lck() 540 ptr = (unsigned long) io_req->sgl_list; in fnic_queuecommand_lck() 542 io_req->sgl_list in fnic_queuecommand_lck() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_io.h | 44 struct host_sg_desc *sgl_list; /* sgl list */ member
|
H A D | fnic_scsi.c | 119 sizeof(io_req->sgl_list[0]) * io_req->sgl_cnt, in fnic_release_ioreq_buf() 324 desc = io_req->sgl_list; in fnic_queue_wq_copy_desc() 333 io_req->sgl_list, in fnic_queue_wq_copy_desc() 334 sizeof(io_req->sgl_list[0]) * sg_count, in fnic_queue_wq_copy_desc() 348 sizeof(io_req->sgl_list[0]) * sg_count, in fnic_queue_wq_copy_desc() 516 io_req->sgl_list = in fnic_queuecommand_lck() 519 if (!io_req->sgl_list) { in fnic_queuecommand_lck() 528 io_req->sgl_list_alloc = io_req->sgl_list; in fnic_queuecommand_lck() 529 ptr = (unsigned long) io_req->sgl_list; in fnic_queuecommand_lck() 531 io_req->sgl_list in fnic_queuecommand_lck() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 177 struct list_head sgl_list; member 718 struct list_head sgl_list; member
|
H A D | lpfc_sli.c | 1197 * This function is called with the sgl_list lock held. This function 7031 * @sgl_list: linked link of sgl buffers to post 7046 struct list_head *sgl_list, int cnt) in lpfc_sli4_repost_sgl_list() 7062 list_splice_init(sgl_list, &allc_sgl_list); in lpfc_sli4_repost_sgl_list() 7164 list_splice_init(&post_sgl_list, sgl_list); in lpfc_sli4_repost_sgl_list() 21000 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_get_sgl_per_hdwq() 21006 /* break off 1 chunk from the sgl_list */ in lpfc_get_sgl_per_hdwq() 21068 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_put_sgl_per_hdwq() 21102 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_free_sgl_per_hdwq() 7045 lpfc_sli4_repost_sgl_list(struct lpfc_hba *phba, struct list_head *sgl_list, int cnt) lpfc_sli4_repost_sgl_list() argument
|
H A D | lpfc_init.c | 8993 INIT_LIST_HEAD(&qp->sgl_list); in lpfc_sli4_queue_create()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 177 struct list_head sgl_list; member 729 struct list_head sgl_list; member
|
H A D | lpfc_sli.c | 1309 * This function is called with the sgl_list lock held. This function 7560 * @sgl_list: linked link of sgl buffers to post 7575 struct list_head *sgl_list, int cnt) in lpfc_sli4_repost_sgl_list() 7591 list_splice_init(sgl_list, &allc_sgl_list); in lpfc_sli4_repost_sgl_list() 7693 list_splice_init(&post_sgl_list, sgl_list); in lpfc_sli4_repost_sgl_list() 22289 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_get_sgl_per_hdwq() 22295 /* break off 1 chunk from the sgl_list */ in lpfc_get_sgl_per_hdwq() 22357 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_put_sgl_per_hdwq() 22391 struct list_head *buf_list = &hdwq->sgl_list; in lpfc_free_sgl_per_hdwq() 7574 lpfc_sli4_repost_sgl_list(struct lpfc_hba *phba, struct list_head *sgl_list, int cnt) lpfc_sli4_repost_sgl_list() argument
|
H A D | lpfc_init.c | 10485 INIT_LIST_HEAD(&qp->sgl_list); in lpfc_sli4_queue_create()
|
Completed in 82 milliseconds