Home
last modified time | relevance | path

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

/freebsd/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.h376 dma_map_sgtable(struct device *dev, struct sg_table *sgt, in dma_map_sgtable()
390 dma_unmap_sgtable(struct device *dev, struct sg_table *sgt, in dma_unmap_sgtable()
/freebsd/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.c2912 struct dpaa2_buf *buf, *sgt; in dpaa2_ni_tx() local
3280 struct dpaa2_buf *sgt = buf->sgt; in dpaa2_ni_tx_conf() local
3339 struct dpaa2_buf *sgt = buf->sgt; in dpaa2_ni_build_fd() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1181 bool sgt(const APInt &RHS) const { return !sle(RHS); } in sgt() function
1189 bool sgt(int64_t RHS) const { in sgt() function
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c126 sgt_t *sgt = sg_array; in pqisrc_build_sgl() local
H A Dsmartpqi_structures.h1258 sgt_t *sgt; /* sg table */ member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp526 std::optional<bool> KnownBits::sgt(const KnownBits &LHS, const KnownBits &RHS) { in sgt() function in KnownBits