Home
last modified time | relevance | path

Searched refs:iscsi_sge (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.h249 struct iscsi_sge *pfrag;
532 struct iscsi_sge { struct
Dbe_main.c751 sizeof(struct iscsi_sge))); in beiscsi_get_params()
2302 struct iscsi_sge *psgl; in hwi_write_sgl_v2()
2346 psgl = (struct iscsi_sge *)io_task->psgl_handle->pfrag; in hwi_write_sgl_v2()
2397 struct iscsi_sge *psgl; in hwi_write_sgl()
2435 psgl = (struct iscsi_sge *)io_task->psgl_handle->pfrag; in hwi_write_sgl()
2488 struct iscsi_sge *psgl; in hwi_write_buffer()
2535 psgl = (struct iscsi_sge *)io_task->psgl_handle->pfrag; in hwi_write_buffer()
2596 phba->mem_req[HWI_MEM_SGE] = sizeof(struct iscsi_sge) * in beiscsi_find_mem_req()
3513 page_offset = (sizeof(struct iscsi_sge) * phba->params.num_sge_per_io * in beiscsi_post_pages()
4043 struct iscsi_sge *pfrag; in beiscsi_init_sgl_handle()
[all …]