Symbol: txp_rsp_desc
sys/dev/pci/if_txp.c
100
struct txp_rsp_desc **, int);
sys/dev/pci/if_txp.c
102
struct txp_rsp_desc **);
sys/dev/pci/if_txp.c
103
void txp_rsp_fixup(struct txp_softc *, struct txp_rsp_desc *,
sys/dev/pci/if_txp.c
104
struct txp_rsp_desc *);
sys/dev/pci/if_txp.c
1225
struct txp_rsp_desc *rsp = NULL;
sys/dev/pci/if_txp.c
1412
struct txp_rsp_desc *rsp = NULL;
sys/dev/pci/if_txp.c
1433
u_int8_t in_extn,struct txp_rsp_desc **rspp, int wait)
sys/dev/pci/if_txp.c
1507
u_int16_t seq, struct txp_rsp_desc **rspp)
sys/dev/pci/if_txp.c
1510
struct txp_rsp_desc *rsp;
sys/dev/pci/if_txp.c
1513
rsp = (struct txp_rsp_desc *)(((u_int8_t *)sc->sc_rspring.base) + ridx);
sys/dev/pci/if_txp.c
1517
sizeof(struct txp_rsp_desc), M_DEVBUF, M_NOWAIT);
sys/dev/pci/if_txp.c
1553
txp_rsp_fixup(struct txp_softc *sc, struct txp_rsp_desc *rsp,
sys/dev/pci/if_txp.c
1554
struct txp_rsp_desc *dst)
sys/dev/pci/if_txp.c
1556
struct txp_rsp_desc *src = rsp;
sys/dev/pci/if_txp.c
1564
bcopy(src, dst++, sizeof(struct txp_rsp_desc));
sys/dev/pci/if_txp.c
1565
ridx += sizeof(struct txp_rsp_desc);
sys/dev/pci/if_txp.c
1732
struct txp_rsp_desc *rsp = d;
sys/dev/pci/if_txp.c
1827
struct txp_rsp_desc *rsp = NULL;
sys/dev/pci/if_txp.c
962
if (txp_dma_malloc(sc, sizeof(struct txp_rsp_desc) * RSP_ENTRIES,
sys/dev/pci/if_txp.c
967
bzero(sc->sc_rspring_dma.dma_vaddr, sizeof(struct txp_rsp_desc) * RSP_ENTRIES);
sys/dev/pci/if_txp.c
970
boot->br_resp_siz = htole32(CMD_ENTRIES * sizeof(struct txp_rsp_desc));
sys/dev/pci/if_txp.c
971
sc->sc_rspring.base = (struct txp_rsp_desc *)sc->sc_rspring_dma.dma_vaddr;
sys/dev/pci/if_txp.c
972
sc->sc_rspring.size = RSP_ENTRIES * sizeof(struct txp_rsp_desc);
sys/dev/pci/if_txpreg.h
539
struct txp_rsp_desc *base;