Lines Matching refs:nda_softc

104 struct nda_softc {  struct
218 nda_nvme_flush(struct nda_softc *softc, struct ccb_nvmeio *nvmeio) in nda_nvme_flush()
231 nda_nvme_trim(struct nda_softc *softc, struct ccb_nvmeio *nvmeio, in nda_nvme_trim()
245 nda_nvme_write(struct nda_softc *softc, struct ccb_nvmeio *nvmeio, in nda_nvme_write()
259 nda_nvme_rw_bio(struct nda_softc *softc, struct ccb_nvmeio *nvmeio, in nda_nvme_rw_bio()
291 struct nda_softc *softc; in ndaopen()
309 softc = (struct nda_softc *)periph->softc; in ndaopen()
321 struct nda_softc *softc; in ndaclose()
326 softc = (struct nda_softc *)periph->softc; in ndaclose()
362 struct nda_softc *softc = (struct nda_softc *)periph->softc; in ndaschedule()
464 struct nda_softc *softc; in ndastrategy()
467 softc = (struct nda_softc *)periph->softc; in ndastrategy()
503 struct nda_softc *softc; in ndadump()
513 softc = (struct nda_softc *)periph->softc; in ndadump()
589 struct nda_softc *softc; in ndaoninvalidate()
591 softc = (struct nda_softc *)periph->softc; in ndaoninvalidate()
619 struct nda_softc *softc; in ndacleanup()
621 softc = (struct nda_softc *)periph->softc; in ndacleanup()
689 struct nda_softc *softc; in ndaasync()
708 struct nda_softc *softc; in ndasysctlinit()
719 softc = (struct nda_softc *)periph->softc; in ndasysctlinit()
807 struct nda_softc *softc = arg1; in ndaflagssysctl()
843 struct nda_softc *softc; in ndaregister()
856 softc = (struct nda_softc *)malloc(sizeof(*softc), M_DEVBUF, in ndaregister()
1004 struct nda_softc *softc = (struct nda_softc *)periph->softc; in ndastart()
1163 struct nda_softc *softc; in ndadone()
1168 softc = (struct nda_softc *)periph->softc; in ndadone()
1281 struct nda_softc *softc; in ndaerror()
1285 softc = (struct nda_softc *)periph->softc; in ndaerror()
1315 struct nda_softc *softc; in ndaflush()
1320 softc = (struct nda_softc *)periph->softc; in ndaflush()