txp_rsp_desc
struct txp_rsp_desc *rsp = NULL;
struct txp_rsp_desc *rsp = NULL;
struct txp_rsp_desc **rspp, int wait)
struct txp_rsp_desc **, int);
struct txp_rsp_desc **);
static void txp_rsp_fixup (struct txp_softc *, struct txp_rsp_desc *,
struct txp_rsp_desc **rspp)
struct txp_rsp_desc *rsp;
rsp = (struct txp_rsp_desc *)(((u_int8_t *)sc->sc_rspring.base) + ridx);
struct txp_rsp_desc *);
*rspp = (struct txp_rsp_desc *)kmalloc(
sizeof(struct txp_rsp_desc) * (rsp->rsp_numdesc + 1),
txp_rsp_fixup(struct txp_softc *sc, struct txp_rsp_desc *rsp,
struct txp_rsp_desc *dst)
struct txp_rsp_desc *src = rsp;
bcopy(src, dst++, sizeof(struct txp_rsp_desc));
ridx += sizeof(struct txp_rsp_desc);
struct txp_rsp_desc *rsp = d;
struct txp_rsp_desc *rsp = NULL;
bzero(&ld->txp_rspring, sizeof(struct txp_rsp_desc) * RSP_ENTRIES);
boot->br_resp_siz = CMD_ENTRIES * sizeof(struct txp_rsp_desc);
sc->sc_rspring.base = (struct txp_rsp_desc *)&ld->txp_rspring;
sc->sc_rspring.size = RSP_ENTRIES * sizeof(struct txp_rsp_desc);
struct txp_rsp_desc *base;
struct txp_rsp_desc txp_rspring[RSP_ENTRIES];