• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/

Lines Matching refs:psgl_handle

104 	inv_tbl->icd = aborted_io_task->psgl_handle->sgl_index;
175 inv_tbl->icd = abrt_io_task->psgl_handle->sgl_index;
986 struct sgl_handle *psgl_handle;
992 psgl_handle = phba->io_sgl_hndl_base[phba->
1002 psgl_handle = NULL;
1003 return psgl_handle;
1007 free_io_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle)
1022 phba->io_sgl_hndl_base[phba->io_sgl_free_index] = psgl_handle;
1090 struct sgl_handle *psgl_handle;
1093 psgl_handle = phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index];
1105 psgl_handle = NULL;
1106 return psgl_handle;
1110 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle)
1125 phba->eh_sgl_hndl_base[phba->eh_sgl_free_index] = psgl_handle;
1284 free_mgmt_sgl_handle(phba, io_task->psgl_handle);
2080 psgl = (struct iscsi_sge *)io_task->psgl_handle->pfrag;
2163 psgl = (struct iscsi_sge *)io_task->psgl_handle->pfrag;
3325 struct sgl_handle *psgl_handle;
3363 psgl_handle = mem_descr_sglh->mem_array[idx].virtual_address;
3368 phba->io_sgl_hndl_base[arr_index] = psgl_handle;
3374 psgl_handle;
3378 psgl_handle++;
3401 psgl_handle = phba->io_sgl_hndl_base[arr_index];
3403 psgl_handle = phba->eh_sgl_hndl_base[arr_index -
3405 psgl_handle->pfrag = pfrag;
3409 psgl_handle->sgl_index =
3797 io_task->psgl_handle = NULL;
3798 io_task->psgl_handle = NULL;
3802 io_task->psgl_handle = alloc_io_sgl_handle(phba);
3804 if (!io_task->psgl_handle)
3816 io_task->psgl_handle = (struct sgl_handle *)
3819 if (!io_task->psgl_handle)
3824 io_task->psgl_handle;
3835 io_task->psgl_handle =
3842 io_task->psgl_handle = alloc_mgmt_sgl_handle(phba);
3844 if (!io_task->psgl_handle)
3857 (io_task->psgl_handle->sgl_index));
3865 free_io_sgl_handle(phba, io_task->psgl_handle);
3870 free_mgmt_sgl_handle(phba, io_task->psgl_handle);
3910 if (io_task->psgl_handle) {
3912 free_io_sgl_handle(phba, io_task->psgl_handle);
3914 io_task->psgl_handle = NULL;
3919 if (io_task->psgl_handle) {
3921 free_mgmt_sgl_handle(phba, io_task->psgl_handle);
3923 io_task->psgl_handle = NULL;
3975 io_task->psgl_handle->sgl_index);
4010 io_task->psgl_handle->sgl_index);