Home
last modified time | relevance | path

Searched refs:gdt_ccb (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/iir/
H A Diir.c187 struct gdt_ccb *gccb; in iir_init()
634 static struct gdt_ccb *
637 struct gdt_ccb *gccb; in gdt_get_ccb()
782 static struct gdt_ccb *
785 struct gdt_ccb *gccb; in gdt_raw_cmd()
887 static struct gdt_ccb *
890 struct gdt_ccb *gccb; in gdt_cache_cmd()
991 static struct gdt_ccb *
994 struct gdt_ccb *gccb; in gdt_ioctl_cmd()
1237 struct gdt_ccb *gccb; in gdtexecuteccb()
[all …]
H A Diir.h616 struct gdt_ccb *sc_gccbs;
618 SLIST_HEAD(, gdt_ccb) sc_free_gccb, sc_pending_gccb;
663 void (*sc_copy_cmd)(struct gdt_softc *, struct gdt_ccb *);
677 struct gdt_ccb { struct
695 SLIST_ENTRY(gdt_ccb) sle; argument
742 void gdt_free_ccb(struct gdt_softc *gdt, struct gdt_ccb *gccb);
H A Diir_pci.c129 void gdt_mpr_copy_cmd(struct gdt_softc *, struct gdt_ccb *);
380 gdt_mpr_copy_cmd(struct gdt_softc *gdt, struct gdt_ccb *gccb) in gdt_mpr_copy_cmd()