HomeSort by: relevance | last modified time | path
    Searched refs:icp_ccb (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
icpvar.h 69 struct icp_ccb { struct
70 SIMPLEQ_ENTRY(icp_ccb) ic_chain;
82 void (*ic_intr)(struct icp_ccb *);
144 struct icp_ccb *icp_ccbs;
149 SIMPLEQ_HEAD(,icp_ccb) icp_ccb_freelist;
150 SIMPLEQ_HEAD(,icp_ccb) icp_ccb_queue;
151 SIMPLEQ_HEAD(,icp_ccb) icp_ucmd_queue;
154 struct icp_ccb *icp_ucmd_ccb;
159 void (*icp_copy_cmd)(struct icp_softc *, struct icp_ccb *);
163 struct icp_ccb *);
    [all...]
icp.c 108 void icp_ccb_submit(struct icp_softc *icp, struct icp_ccb *ic);
112 void icp_ucmd_intr(struct icp_ccb *);
130 struct icp_ccb *ic;
670 struct icp_ccb *ic;
757 icp_ucmd_intr(struct icp_ccb *ic)
792 struct icp_ccb *ic;
855 struct icp_ccb *ic;
965 struct icp_ccb *
968 struct icp_ccb *ic;
984 struct icp_ccb *
    [all...]
ld_icp.c 70 static void ld_icp_intr(struct icp_ccb *);
185 struct icp_ccb *ic;
270 struct icp_ccb *ic;
314 ld_icp_intr(struct icp_ccb *ic)
icpsp.c 67 void icpsp_intr(struct icp_ccb *);
138 struct icp_ccb *ic;
271 icpsp_intr(struct icp_ccb *ic)
  /src/sys/dev/pci/
icp_pci.c 164 void icp_pci_copy_cmd(struct icp_softc *, struct icp_ccb *);
167 void icp_pci_release_event(struct icp_softc *, struct icp_ccb *);
171 void icp_pcinew_copy_cmd(struct icp_softc *, struct icp_ccb *);
174 void icp_pcinew_release_event(struct icp_softc *, struct icp_ccb *);
178 void icp_mpr_copy_cmd(struct icp_softc *, struct icp_ccb *);
181 void icp_mpr_release_event(struct icp_softc *, struct icp_ccb *);
638 icp_pci_copy_cmd(struct icp_softc *icp, struct icp_ccb *ccb)
661 struct icp_ccb *ccb)
688 struct icp_ccb *ccb)
712 struct icp_ccb *ccb
    [all...]

Completed in 108 milliseconds