Home
last modified time | relevance | path

Searched defs:sgt (Results 1 – 11 of 11) 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.c2950 struct dpaa2_buf *buf, *sgt; in dpaa2_ni_tx() local
3318 struct dpaa2_buf *sgt = buf->sgt; in dpaa2_ni_tx_conf() local
3377 struct dpaa2_buf *sgt = buf->sgt; in dpaa2_ni_build_fd() local
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c251 struct sg_table *sgt; in iwl_pcie_free_tso_pages() local
1837 dma_addr_t iwl_pcie_get_sgt_tb_phys(struct sg_table *sgt, unsigned int offset, in iwl_pcie_get_sgt_tb_phys()
1881 struct sg_table *sgt; in iwl_pcie_prep_tso() local
1933 struct sg_table *sgt; in iwl_fill_data_tbs_amsdu() local
H A Dtx-gen2.c176 struct sg_table *sgt; in iwl_txq_gen2_build_amsdu() 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