xy_iopb
xyc_rqtopb(struct xy_iorq *iorq, struct xy_iopb *iopb, int cmd, int subfun)
struct xy_iopb *iopb = xycsc->ciopb;
struct xy_iopb *iopb;
struct xy_iopb *iopb;
struct xy_iopb *
struct xy_iopb *iopb, *prev_iopb;
struct xy_iopb tmpiopb;
struct xy_iopb *xyc_chain(struct xyc_softc *, struct xy_iorq *);
int xyc_error(struct xyc_softc *, struct xy_iorq *, struct xy_iopb *, int);
void xyc_perror(struct xy_iorq *, struct xy_iopb *, int);
struct xy_iopb *iopb;
void xyc_rqtopb(struct xy_iorq *, struct xy_iopb *, int, int);
xyc_perror(struct xy_iorq *iorq, struct xy_iopb *iopb, int still_trying)
xyc_error(struct xyc_softc *xycsc, struct xy_iorq *iorq, struct xy_iopb *iopb,
pbsz = XYC_MAXIOPB * sizeof(struct xy_iopb);
tmp = tmp2 = (struct xy_iopb *)dvma_malloc(pbsz); /* KVA */
tmp = (struct xy_iopb *)dvma_malloc(pbsz); /* retry! */
(struct xy_iopb *)dvma_kvtopa(xyc->iopbase, xyc->bustype);
struct xy_iopb *iopbase; /* iopb base addr (maps iopb->iorq) */
struct xy_iopb *dvmaiopb; /* iopb base in DVMA space, not kvm */
struct xy_iopb *ciopb; /* controller's iopb */
struct xy_iopb *iopb; /* address of matching iopb */
xyc_rqtopb(struct xy_iorq *iorq, struct xy_iopb *iopb, int cmd, int subfun)
struct xy_iopb *iopb = xycsc->ciopb;
struct xy_iopb *iopb;
struct xy_iopb *dmaiopb;
struct xy_iopb *xyc_chain(struct xyc_softc *, struct xy_iorq *);
struct xy_iopb *, int);
struct xy_iopb *
void xyc_perror(struct xy_iorq *, struct xy_iopb *, int);
struct xy_iopb *iopb, *prev_iopb, *dmaiopb;
void xyc_rqtopb(struct xy_iorq *, struct xy_iopb *, int, int);
struct xy_iopb tmpiopb;
struct xy_iopb *iopb;
memcpy(&tmpiopb, iopb, sizeof(struct xy_iopb));
memcpy(iopb, &tmpiopb, sizeof(struct xy_iopb));
struct xy_iopb *iopb;
xyc_perror(struct xy_iorq *iorq, struct xy_iopb *iopb, int still_trying)
xyc_error(struct xyc_softc *xycsc, struct xy_iorq *iorq, struct xy_iopb *iopb,
XYC_MAXIOPB * sizeof(struct xy_iopb),
XYC_MAXIOPB * sizeof(struct xy_iopb),
XYC_MAXIOPB * sizeof(struct xy_iopb),
xyc->dvmaiopb = (struct xy_iopb *)(u_long)BUS_ADDR_PADDR(busaddr);
memset(xyc->iopbase, 0, XYC_MAXIOPB * sizeof(struct xy_iopb));
struct xy_iopb *iopbase; /* iopb base addr (maps iopb->iorq) */
struct xy_iopb *dvmaiopb; /* iopb base in DVMA space, not kvm */
struct xy_iopb *ciopb; /* controller's iopb */
struct xy_iopb *iopb; /* address of matching iopb */
struct xy_iopb *dmaiopb;/* DMA address of above */