Searched refs:scatter (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dsrq.c131 struct mlx4_wqe_data_seg *scatter; local
165 for (scatter = (void *) (next + 1);
166 (void *) scatter < (void *) next + (1 << srq->wqe_shift);
167 ++scatter)
168 scatter->lkey = htonl(MLX4_INVALID_LKEY);
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dsrq.c256 struct mthca_data_seg *scatter; local
285 * scatter list L_Keys to the sentry value of 0x100.
301 for (scatter = wqe + sizeof (struct mthca_next_seg);
302 (void *) scatter < wqe + (1 << srq->wqe_shift);
303 ++scatter)
304 scatter->lkey = htonl(MTHCA_INVAL_LKEY);
H A Dqp.c822 * remote address segment and one scatter entry.
861 struct mthca_data_seg *scatter; local
873 for (scatter = (void *) (next + 1);
874 (void *) scatter < (void *) next + (1 << qp->rq.wqe_shift);
875 ++scatter)
876 scatter->lkey = htonl(MTHCA_INVAL_LKEY);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsrq.c141 struct mlx4_wqe_data_seg *scatter; local
163 for (scatter = (void *) (next + 1);
164 (void *) scatter < (void *) next + desc_size;
165 ++scatter)
166 scatter->lkey = cpu_to_be32(MLX4_INVALID_LKEY);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c150 struct mthca_data_seg *scatter; local
173 * scatter list L_Keys to the sentry value of 0x100.
188 for (scatter = wqe + sizeof (struct mthca_next_seg);
189 (void *) scatter < wqe + (1 << srq->wqe_shift);
190 ++scatter)
191 scatter->lkey = cpu_to_be32(MTHCA_INVAL_LKEY);
H A Dmthca_qp.c1016 * remote address segment and one scatter entry.
1202 struct mthca_data_seg *scatter; local
1212 for (scatter = (void *) (next + 1);
1213 (void *) scatter < (void *) next + (1 << qp->rq.wqe_shift);
1214 ++scatter)
1215 scatter->lkey = cpu_to_be32(MTHCA_INVAL_LKEY);
/freebsd-9.3-release/sys/dev/dpt/
H A Ddpt_scsi.c760 dccb->eata_ccb.scatter = 1;
866 eccb->scatter = 0;
2356 /* We do not want to do user specified scatter/gather. Why?? */
2357 if (ccb->eata_ccb.scatter == 1)
H A Ddpt.h586 scatter :1, /* Data Ptr points to a SG Packet */ member in struct:eata_ccb
646 * Data Transfer Length. If scatter=1 len (IN
652 * Data Address, if scatter=1 then it is the
653 * address of scatter packet

Completed in 127 milliseconds