Home | History | Annotate | Download | only in pci

Lines Matching refs:icp_softc

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 *);
174 void icp_pcinew_release_event(struct icp_softc *, struct icp_ccb *);
175 void icp_pcinew_set_sema0(struct icp_softc *);
176 int icp_pcinew_test_busy(struct icp_softc *);
178 void icp_mpr_copy_cmd(struct icp_softc *, struct icp_ccb *);
179 u_int8_t icp_mpr_get_status(struct icp_softc *);
180 void icp_mpr_intr(struct icp_softc *, struct icp_intr_ctx *);
181 void icp_mpr_release_event(struct icp_softc *, struct icp_ccb *);
182 void icp_mpr_set_sema0(struct icp_softc *);
183 int icp_mpr_test_busy(struct icp_softc *);
185 CFATTACH_DECL3_NEW(icp_pci, sizeof(struct icp_softc),
240 struct icp_softc *icp;
604 icp_pci_enable_intr(struct icp_softc *icp)
638 icp_pci_copy_cmd(struct icp_softc *icp, struct icp_ccb *ccb)
645 icp_pci_get_status(struct icp_softc *icp)
653 icp_pci_intr(struct icp_softc *icp, struct icp_intr_ctx *ctx)
660 icp_pci_release_event(struct icp_softc *icp,
668 icp_pci_set_sema0(struct icp_softc *icp)
675 icp_pci_test_busy(struct icp_softc *icp)
687 icp_pcinew_copy_cmd(struct icp_softc *icp,
695 icp_pcinew_get_status(struct icp_softc *icp)
703 icp_pcinew_intr(struct icp_softc *icp,
711 icp_pcinew_release_event(struct icp_softc *icp,
719 icp_pcinew_set_sema0(struct icp_softc *icp)
726 icp_pcinew_test_busy(struct icp_softc *icp)
738 icp_mpr_copy_cmd(struct icp_softc *icp, struct icp_ccb *ic)
753 icp_mpr_get_status(struct icp_softc *icp)
761 icp_mpr_intr(struct icp_softc *icp, struct icp_intr_ctx *ctx)
803 icp_mpr_release_event(struct icp_softc *icp, struct icp_ccb *ic)
810 icp_mpr_set_sema0(struct icp_softc *icp)
817 icp_mpr_test_busy(struct icp_softc *icp)