Home
last modified time | relevance | path

Searched refs:sc_flush (Results 1 – 19 of 19) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/
H A Dld.c256 if (sc->sc_flush != NULL) in ldenddetach()
257 if ((*sc->sc_flush)(sc, 0) != 0) in ldenddetach()
278 if (sc->sc_flush != NULL && (*sc->sc_flush)(sc, LDFL_POLL) != 0) { in ld_shutdown()
307 if (sc->sc_flush != NULL && (*sc->sc_flush)(sc, 0) != 0) in ld_lastclose()
370 else if (sc->sc_flush) in ldioctl()
371 error = (*sc->sc_flush)(sc, 0); in ldioctl()
H A Dldvar.h62 int (*sc_flush)(struct ld_softc *, int); member
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dcissvar.h45 int sc_flush; member
H A Dld_nvme.c114 ld->sc_flush = ld_nvme_flush; in ld_nvme_attach()
H A Dld_icp.c111 ld->sc_flush = ld_icp_flush; in ld_icp_attach()
H A Dciss.c358 sc->sc_flush = CISS_FLUSH_ENABLE; in ciss_attach()
425 sc->sc_flush = CISS_FLUSH_DISABLE; in ciss_shutdown()
859 flush->flush = sc->sc_flush; in ciss_sync()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dpio.h291 void sc_flush(struct send_context *sc);
H A Dinit.c1104 sc_flush(dd->send_contexts[i].sc); in shutdown_device()
H A Dpio.c1396 void sc_flush(struct send_context *sc) in sc_flush() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dpio.h291 void sc_flush(struct send_context *sc);
H A Dinit.c1104 sc_flush(dd->send_contexts[i].sc); in shutdown_device()
H A Dpio.c1396 void sc_flush(struct send_context *sc) in sc_flush() function
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dpio.h291 void sc_flush(struct send_context *sc);
H A Dpio.c1396 void sc_flush(struct send_context *sc) in sc_flush() function
H A Dinit.c1104 sc_flush(dd->send_contexts[i].sc); in shutdown_device()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dld_twa.c121 ld->sc_flush = ld_twa_flush; in ld_twa_attach()
H A Dld_twe.c113 ld->sc_flush = ld_twe_flush; in ld_twe_attach()
H A Dld_virtio.c349 ld->sc_flush = NULL; in ld_virtio_attach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/i2o/
H A Dld_iop.c171 ld->sc_flush = ld_iop_flush; in ld_iop_attach()