Searched refs:txp_rsp_desc (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c113 struct txp_rsp_desc **, int);
115 struct txp_rsp_desc **);
116 void txp_rsp_fixup(struct txp_softc *, struct txp_rsp_desc *,
117 struct txp_rsp_desc *);
1046 if (txp_dma_malloc(sc, sizeof(struct txp_rsp_desc) * RSP_ENTRIES,
1051 memset(sc->sc_rspring_dma.dma_vaddr, 0, sizeof(struct txp_rsp_desc) * RSP_ENTRIES);
1054 boot->br_resp_siz = htole32(CMD_ENTRIES * sizeof(struct txp_rsp_desc));
1055 sc->sc_rspring.base = (struct txp_rsp_desc *)sc->sc_rspring_dma.dma_vaddr;
1056 sc->sc_rspring.size = RSP_ENTRIES * sizeof(struct txp_rsp_desc);
1341 struct txp_rsp_desc *rs
[all...]
H A Dif_txpreg.h339 struct txp_rsp_desc { struct
542 struct txp_rsp_desc *base;

Completed in 76 milliseconds