icp_ccb
icp_ccb_enqueue(struct icp_softc *icp, struct icp_ccb *ic)
void icp_ccb_submit(struct icp_softc *icp, struct icp_ccb *ic);
void icp_ucmd_intr(struct icp_ccb *);
icp_ccb_map(struct icp_softc *icp, struct icp_ccb *ic, void *data, int size,
icp_ccb_unmap(struct icp_softc *icp, struct icp_ccb *ic)
icp_ccb_poll(struct icp_softc *icp, struct icp_ccb *ic, int timo)
icp_ccb_wait(struct icp_softc *icp, struct icp_ccb *ic, int timo)
icp_ccb_wait_user(struct icp_softc *icp, struct icp_ccb *ic, int timo)
icp_ccb_submit(struct icp_softc *icp, struct icp_ccb *ic)
struct icp_ccb *ic;
struct icp_ccb *ic;
icp_ucmd_intr(struct icp_ccb *ic)
struct icp_ccb *ic;
struct icp_ccb *ic;
struct icp_ccb *
struct icp_ccb *ic;
struct icp_ccb *
struct icp_ccb *ic;
icp_ccb_free(struct icp_softc *icp, struct icp_ccb *ic)
struct icp_ccb *ic;
icpsp_intr(struct icp_ccb *ic)
void icpsp_intr(struct icp_ccb *);
struct icp_ccb *icp_ccbs;
SIMPLEQ_HEAD(,icp_ccb) icp_ccb_freelist;
SIMPLEQ_HEAD(,icp_ccb) icp_ccb_queue;
SIMPLEQ_HEAD(,icp_ccb) icp_ucmd_queue;
struct icp_ccb *icp_ucmd_ccb;
void (*icp_copy_cmd)(struct icp_softc *, struct icp_ccb *);
struct icp_ccb *);
struct icp_ccb *icp_ccb_alloc(struct icp_softc *);
struct icp_ccb *icp_ccb_alloc_wait(struct icp_softc *);
void icp_ccb_enqueue(struct icp_softc *, struct icp_ccb *);
void icp_ccb_free(struct icp_softc *, struct icp_ccb *);
int icp_ccb_map(struct icp_softc *, struct icp_ccb *, void *, int, int);
int icp_ccb_poll(struct icp_softc *, struct icp_ccb *, int);
void icp_ccb_unmap(struct icp_softc *, struct icp_ccb *);
int icp_ccb_wait(struct icp_softc *, struct icp_ccb *, int);
int icp_ccb_wait_user(struct icp_softc *, struct icp_ccb *, int);
SIMPLEQ_ENTRY(icp_ccb) ic_chain;
void (*ic_intr)(struct icp_ccb *);
struct icp_ccb *ic;
struct icp_ccb *ic;
ld_icp_intr(struct icp_ccb *ic)
static void ld_icp_intr(struct icp_ccb *);
void icp_pci_copy_cmd(struct icp_softc *, struct icp_ccb *);
void icp_pci_release_event(struct icp_softc *, struct icp_ccb *);
void icp_pcinew_copy_cmd(struct icp_softc *, struct icp_ccb *);
void icp_pcinew_release_event(struct icp_softc *, struct icp_ccb *);
void icp_mpr_copy_cmd(struct icp_softc *, struct icp_ccb *);
void icp_mpr_release_event(struct icp_softc *, struct icp_ccb *);
icp_pci_copy_cmd(struct icp_softc *icp, struct icp_ccb *ccb)
struct icp_ccb *ccb)
struct icp_ccb *ccb)
struct icp_ccb *ccb)
icp_mpr_copy_cmd(struct icp_softc *icp, struct icp_ccb *ic)
icp_mpr_release_event(struct icp_softc *icp, struct icp_ccb *ic)