Home
last modified time | relevance | path

Searched defs:sgt (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h103 #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 Ddma-mapping.h358 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 Ddpaa2_buf.c210 struct dpaa2_buf *sgt = buf->sgt; in dpaa2_buf_seed_txb() local
H A Ddpaa2_buf.h49 struct dpaa2_buf *sgt; member
H A Ddpaa2_ni.c2924 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 DAPInt.h1181 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 DKnownBits.cpp403 std::optional<bool> KnownBits::sgt(const KnownBits &LHS, const KnownBits &RHS) { sgt() function in KnownBits
/freebsd-src/sys/dev/smartpqi/
H A Dsmartpqi_request.c126 sgt_t *sgt = sg_array; in pqisrc_build_sgl() local
[all...]
H A Dsmartpqi_structures.h1258 sgt_t *sgt; /* sg table */ member