Symbol: txp_rsp_desc
sys/dev/pci/if_txp.c
109
struct txp_rsp_desc **, int);
sys/dev/pci/if_txp.c
111
struct txp_rsp_desc **);
sys/dev/pci/if_txp.c
1115
if (txp_dma_malloc(sc, sizeof(struct txp_rsp_desc) * RSP_ENTRIES,
sys/dev/pci/if_txp.c
112
static void txp_rsp_fixup(struct txp_softc *, struct txp_rsp_desc *,
sys/dev/pci/if_txp.c
1121
sizeof(struct txp_rsp_desc) * RSP_ENTRIES);
sys/dev/pci/if_txp.c
1124
boot->br_resp_siz = htole32(CMD_ENTRIES * sizeof(struct txp_rsp_desc));
sys/dev/pci/if_txp.c
1125
sc->sc_rspring.base = (struct txp_rsp_desc *)sc->sc_rspring_dma.dma_vaddr;
sys/dev/pci/if_txp.c
1126
sc->sc_rspring.size = RSP_ENTRIES * sizeof(struct txp_rsp_desc);
sys/dev/pci/if_txp.c
113
struct txp_rsp_desc *);
sys/dev/pci/if_txp.c
1406
struct txp_rsp_desc *rsp = NULL;
sys/dev/pci/if_txp.c
1622
struct txp_rsp_desc *rsp = NULL;
sys/dev/pci/if_txp.c
1643
struct txp_rsp_desc **rspp, int wait)
sys/dev/pci/if_txp.c
1717
struct txp_rsp_desc **rspp)
sys/dev/pci/if_txp.c
1720
struct txp_rsp_desc *rsp;
sys/dev/pci/if_txp.c
1723
rsp = (struct txp_rsp_desc *)(((uint8_t *)sc->sc_rspring.base) + ridx);
sys/dev/pci/if_txp.c
1726
*rspp = (struct txp_rsp_desc *)malloc(
sys/dev/pci/if_txp.c
1727
sizeof(struct txp_rsp_desc) * (rsp->rsp_numdesc + 1),
sys/dev/pci/if_txp.c
1764
txp_rsp_fixup(struct txp_softc *sc, struct txp_rsp_desc *rsp,
sys/dev/pci/if_txp.c
1765
struct txp_rsp_desc *dst)
sys/dev/pci/if_txp.c
1767
struct txp_rsp_desc *src = rsp;
sys/dev/pci/if_txp.c
1775
memcpy(dst++, src, sizeof(struct txp_rsp_desc));
sys/dev/pci/if_txp.c
1776
ridx += sizeof(struct txp_rsp_desc);
sys/dev/pci/if_txp.c
1934
struct txp_rsp_desc *rsp = d;
sys/dev/pci/if_txp.c
2066
struct txp_rsp_desc *rsp = NULL;
sys/dev/pci/if_txpreg.h
545
struct txp_rsp_desc *base;