Searched refs:sgl_list (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/fnic/
H A Dfnic_io.h44 struct host_sg_desc *sgl_list; /* sgl list */ member in struct:fnic_io_req
H A Dfnic_scsi.c105 sizeof(io_req->sgl_list[0]) * io_req->sgl_cnt,
308 desc = io_req->sgl_list;
317 io_req->sgl_list,
318 sizeof(io_req->sgl_list[0]) * sg_count,
332 sizeof(io_req->sgl_list[0]) * sg_count,
509 io_req->sgl_list =
512 if (!io_req->sgl_list) {
521 io_req->sgl_list_alloc = io_req->sgl_list;
522 ptr = (unsigned long) io_req->sgl_list;
524 io_req->sgl_list
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h177 struct list_head sgl_list; member in struct:lpfc_queue
729 struct list_head sgl_list; member in struct:lpfc_sli4_hdw_queue
H A Dlpfc_sli.c1309 * This function is called with the sgl_list lock held. This function
7565 * @sgl_list: linked link of sgl buffers to post
7580 struct list_head *sgl_list, int cnt)
7596 list_splice_init(sgl_list, &allc_sgl_list);
7698 list_splice_init(&post_sgl_list, sgl_list);
22308 struct list_head *buf_list = &hdwq->sgl_list;
22314 /* break off 1 chunk from the sgl_list */
22376 struct list_head *buf_list = &hdwq->sgl_list;
22410 struct list_head *buf_list = &hdwq->sgl_list;
7579 lpfc_sli4_repost_sgl_list(struct lpfc_hba *phba, struct list_head *sgl_list, int cnt) argument
H A Dlpfc_init.c10495 INIT_LIST_HEAD(&qp->sgl_list);

Completed in 390 milliseconds