HomeSort by: relevance | last modified time | path
    Searched refs:txp_rsp_desc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_txp.c 109 struct txp_rsp_desc **, int);
111 struct txp_rsp_desc **);
112 static void txp_rsp_fixup(struct txp_softc *, struct txp_rsp_desc *,
113 struct txp_rsp_desc *);
1115 if (txp_dma_malloc(sc, sizeof(struct txp_rsp_desc) * RSP_ENTRIES,
1121 sizeof(struct txp_rsp_desc) * RSP_ENTRIES);
1124 boot->br_resp_siz = htole32(CMD_ENTRIES * sizeof(struct txp_rsp_desc));
1125 sc->sc_rspring.base = (struct txp_rsp_desc *)sc->sc_rspring_dma.dma_vaddr;
1126 sc->sc_rspring.size = RSP_ENTRIES * sizeof(struct txp_rsp_desc);
1406 struct txp_rsp_desc *rsp = NULL
    [all...]
if_txpreg.h 342 struct txp_rsp_desc { struct
545 struct txp_rsp_desc *base;

Completed in 194 milliseconds