Searched defs:sgt (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | scatterlist.h | 103 #define for_each_sgtable_sg(sgt, sg, i) \ argument 106 #define for_each_sgtable_page(sgt, iter, pgoffset) \ argument 109 #define for_each_sgtable_dma_sg(sgt, sg, iter) \ argument 112 #define for_each_sgtable_dma_page(sgt, iter, pgoffset) \ argument 333 __sg_alloc_table_from_pages(struct sg_table *sgt, in __sg_alloc_table_from_pages() 422 sg_alloc_table_from_pages(struct sg_table *sgt, in sg_alloc_table_from_pages() 438 sg_alloc_table_from_pages_segment(struct sg_table *sgt, in sg_alloc_table_from_pages_segment()
|
H A D | dma-mapping.h | 358 dma_map_sgtable(struct device *dev, struct sg_table *sgt, in dma_map_sgtable() 372 dma_unmap_sgtable(struct device *dev, struct sg_table *sgt, in dma_unmap_sgtable()
|
/freebsd-src/sys/dev/dpaa2/ |
H A D | dpaa2_buf.c | 210 struct dpaa2_buf *sgt = buf->sgt; in dpaa2_buf_seed_txb() local
|
H A D | dpaa2_buf.h | 49 struct dpaa2_buf *sgt; member
|
H A D | dpaa2_ni.c | 2924 struct dpaa2_buf *buf, *sgt; dpaa2_ni_tx() local 3290 struct dpaa2_buf *sgt = buf->sgt; dpaa2_ni_tx_conf() local 3349 struct dpaa2_buf *sgt = buf->sgt; dpaa2_ni_build_fd() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1181 bool sgt(const APInt &RHS) const { return !sle(RHS); } in sgt() function 1173 bool sgt(const APInt &RHS) const { return !sle(RHS); } sgt() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 403 std::optional<bool> KnownBits::sgt(const KnownBits &LHS, const KnownBits &RHS) { sgt() function in KnownBits
|
/freebsd-src/sys/dev/smartpqi/ |
H A D | smartpqi_request.c | 126 sgt_t *sgt = sg_array; in pqisrc_build_sgl() local [all...] |
H A D | smartpqi_structures.h | 1258 sgt_t *sgt; /* sg table */ member
|