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

  /src/sys/dev/ic/
icpvar.h 111 struct icp_softc { struct
159 void (*icp_copy_cmd)(struct icp_softc *, struct icp_ccb *);
160 u_int8_t (*icp_get_status)(struct icp_softc *);
161 void (*icp_intr)(struct icp_softc *, struct icp_intr_ctx *);
162 void (*icp_release_event)(struct icp_softc *,
164 void (*icp_set_sema0)(struct icp_softc *);
165 int (*icp_test_busy)(struct icp_softc *);
220 int icp_init(struct icp_softc *, const char *);
235 struct icp_ccb *icp_ccb_alloc(struct icp_softc *);
236 struct icp_ccb *icp_ccb_alloc_wait(struct icp_softc *);
    [all...]
icp_ioctl.c 135 struct icp_softc *icp;
160 struct icp_softc *icp;
215 struct icp_softc *icp;
275 struct icp_softc *icp;
icp.c 107 int icp_async_event(struct icp_softc *, int);
108 void icp_ccb_submit(struct icp_softc *icp, struct icp_ccb *ic);
109 void icp_chain(struct icp_softc *);
113 void icp_recompute_openings(struct icp_softc *);
126 icp_init(struct icp_softc *icp, const char *intrstr)
426 icp_register_servicecb(struct icp_softc *icp, int unit,
434 icp_rescan(struct icp_softc *icp, int unit)
523 icp_rescan_all(struct icp_softc *icp)
564 icp_recompute_openings(struct icp_softc *icp)
593 struct icp_softc *icp
    [all...]
ld_icp.c 99 struct icp_softc *icp = device_private(parent);
186 struct icp_softc *icp;
268 struct icp_softc *icp;
318 struct icp_softc *icp;
icpsp.c 97 struct icp_softc *icp;
137 struct icp_softc *icp;
274 struct icp_softc *icp;
  /src/sys/dev/pci/
icp_pci.c 161 void icp_pci_enable_intr(struct icp_softc *);
164 void icp_pci_copy_cmd(struct icp_softc *, struct icp_ccb *);
165 u_int8_t icp_pci_get_status(struct icp_softc *);
166 void icp_pci_intr(struct icp_softc *, struct icp_intr_ctx *);
167 void icp_pci_release_event(struct icp_softc *, struct icp_ccb *);
168 void icp_pci_set_sema0(struct icp_softc *);
169 int icp_pci_test_busy(struct icp_softc *);
171 void icp_pcinew_copy_cmd(struct icp_softc *, struct icp_ccb *);
172 u_int8_t icp_pcinew_get_status(struct icp_softc *);
173 void icp_pcinew_intr(struct icp_softc *, struct icp_intr_ctx *)
    [all...]

Completed in 15 milliseconds