Home
last modified time | relevance | path

Searched defs:sge (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/dev/ic/
H A Dmpi.c204 mpi_dvatosge(struct mpi_sge *sge, u_int64_t dva) in mpi_dvatosge()
759 struct mpi_sge sge; in mpi_inq() member
764 struct mpi_sge *sge; in mpi_inq() local
1527 struct mpi_sge *sge = NULL; in mpi_load_xs() local
2608 struct mpi_sge sge; in mpi_fwupload() member
H A Dnvmereg.h124 struct nvme_sge sge; member
175 struct nvme_sge sge; member
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1215 bool sge(const APInt &RHS) const { return !slt(RHS); } in sge() function
1223 bool sge(int64_t RHS) const { return !slt(RHS); } in sge() function
/openbsd/sys/dev/pv/
H A Dxbf.c450 struct xbf_sge *sge; in xbf_load_cmd() local
514 struct xbf_sge *sge; in xbf_bounce_cmd() local
/openbsd/sys/dev/pci/
H A Dmpii.c394 mpii_dvatosge(struct mpii_sge *sge, u_int64_t dva) in mpii_dvatosge()
762 struct mpii_ieee_sge *csge, *nsge, *sge; in mpii_load_xs_sas3() local
832 struct mpii_sge *csge, *nsge, *sge; in mpii_load_xs() local
H A Dmfii.c1126 struct mfii_sge *sge = (struct mfii_sge *)(ctx + 1); in mfii_dcmd_start() local
1831 struct mfii_sge *sge = (struct mfii_sge *)(ctx + 1); in mfii_do_mgmt() local
2578 struct mfii_sge *sge = NULL, *nsge = sglp; in mfii_load_ccb() local
H A Dif_vic.c1030 struct vic_sg *sge; in vic_start() local
H A Dvmwpvs.c892 struct vmwpvs_sge *sgl = ccb->ccb_sgl->list, *sge; in vmwpvs_scsi_cmd() local
H A Darc.c1231 struct arc_sge *sgl = ccb->ccb_cmd->sgl, *sge; in arc_load_xs() local
/openbsd/gnu/llvm/llvm/lib/Support/
H A DKnownBits.cpp381 std::optional<bool> KnownBits::sge(const KnownBits &LHS, const KnownBits &RHS) { in sge() function in KnownBits