• 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

2042 	struct iscsi_sge *psgl;
2080 psgl = (struct iscsi_sge *)io_task->psgl_handle->pfrag;
2081 memset(psgl, 0, sizeof(*psgl) * BE2_SGE);
2083 AMAP_SET_BITS(struct amap_iscsi_sge, len, psgl, io_task->bhs_len - 2);
2085 AMAP_SET_BITS(struct amap_iscsi_sge, addr_hi, psgl,
2087 AMAP_SET_BITS(struct amap_iscsi_sge, addr_lo, psgl,
2107 psgl++;
2108 psgl++;
2110 for (index = 0; index < num_sg; index++, sg = sg_next(sg), psgl++) {
2113 AMAP_SET_BITS(struct amap_iscsi_sge, addr_lo, psgl,
2115 AMAP_SET_BITS(struct amap_iscsi_sge, addr_hi, psgl,
2117 AMAP_SET_BITS(struct amap_iscsi_sge, len, psgl, sg_len);
2118 AMAP_SET_BITS(struct amap_iscsi_sge, sge_offset, psgl, offset);
2119 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 0);
2122 psgl--;
2123 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 1);
2128 struct iscsi_sge *psgl;
2163 psgl = (struct iscsi_sge *)io_task->psgl_handle->pfrag;
2165 AMAP_SET_BITS(struct amap_iscsi_sge, len, psgl, io_task->bhs_len);
2167 AMAP_SET_BITS(struct amap_iscsi_sge, addr_hi, psgl,
2169 AMAP_SET_BITS(struct amap_iscsi_sge, addr_lo, psgl,
2172 psgl++;
2173 AMAP_SET_BITS(struct amap_iscsi_sge, addr_hi, psgl, 0);
2174 AMAP_SET_BITS(struct amap_iscsi_sge, addr_lo, psgl, 0);
2175 AMAP_SET_BITS(struct amap_iscsi_sge, len, psgl, 0);
2176 AMAP_SET_BITS(struct amap_iscsi_sge, sge_offset, psgl, 0);
2177 AMAP_SET_BITS(struct amap_iscsi_sge, rsvd0, psgl, 0);
2178 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 0);
2180 psgl++;
2182 AMAP_SET_BITS(struct amap_iscsi_sge, addr_lo, psgl,
2184 AMAP_SET_BITS(struct amap_iscsi_sge, addr_hi, psgl,
2187 AMAP_SET_BITS(struct amap_iscsi_sge, len, psgl, 0x106);
2189 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 1);