Symbol: txp_softc
sys/dev/pci/if_txp.c
101
int txp_response(struct txp_softc *, u_int32_t, u_int16_t, u_int16_t,
sys/dev/pci/if_txp.c
103
void txp_rsp_fixup(struct txp_softc *, struct txp_rsp_desc *,
sys/dev/pci/if_txp.c
105
void txp_capabilities(struct txp_softc *);
sys/dev/pci/if_txp.c
110
void txp_tx_reclaim(struct txp_softc *, struct txp_tx_ring *,
sys/dev/pci/if_txp.c
1103
txp_dma_malloc(struct txp_softc *sc, bus_size_t size,
sys/dev/pci/if_txp.c
112
void txp_rxbuf_reclaim(struct txp_softc *);
sys/dev/pci/if_txp.c
113
void txp_rx_reclaim(struct txp_softc *, struct txp_rx_ring *,
sys/dev/pci/if_txp.c
1138
txp_dma_free(struct txp_softc *sc, struct txp_dma_alloc *dma)
sys/dev/pci/if_txp.c
1149
struct txp_softc *sc = ifp->if_softc;
sys/dev/pci/if_txp.c
117
sizeof(struct txp_softc), txp_probe, txp_attach,
sys/dev/pci/if_txp.c
1190
txp_init(struct txp_softc *sc)
sys/dev/pci/if_txp.c
1223
struct txp_softc *sc = vsc;
sys/dev/pci/if_txp.c
1260
struct txp_softc *sc = ifp->if_softc;
sys/dev/pci/if_txp.c
1408
txp_command(struct txp_softc *sc, u_int16_t id, u_int16_t in1,
sys/dev/pci/if_txp.c
1431
txp_command2(struct txp_softc *sc, u_int16_t id, u_int16_t in1,
sys/dev/pci/if_txp.c
146
struct txp_softc *sc = (struct txp_softc *)self;
sys/dev/pci/if_txp.c
1506
txp_response(struct txp_softc *sc, u_int32_t ridx, u_int16_t id,
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
1579
txp_cmd_desc_numfree(struct txp_softc *sc)
sys/dev/pci/if_txp.c
1603
txp_stop(struct txp_softc *sc)
sys/dev/pci/if_txp.c
1626
struct txp_softc *sc = ifp->if_softc;
sys/dev/pci/if_txp.c
1662
struct txp_softc *sc = ifp->if_softc;
sys/dev/pci/if_txp.c
1774
txp_set_filter(struct txp_softc *sc)
sys/dev/pci/if_txp.c
1824
txp_capabilities(struct txp_softc *sc)
sys/dev/pci/if_txp.c
234
struct txp_softc *sc = (struct txp_softc *)self;
sys/dev/pci/if_txp.c
276
txp_chip_init(struct txp_softc *sc)
sys/dev/pci/if_txp.c
313
txp_reset_adapter(struct txp_softc *sc)
sys/dev/pci/if_txp.c
339
txp_download_fw(struct txp_softc *sc)
sys/dev/pci/if_txp.c
430
txp_download_fw_wait(struct txp_softc *sc)
sys/dev/pci/if_txp.c
457
txp_download_fw_section(struct txp_softc *sc,
sys/dev/pci/if_txp.c
537
struct txp_softc *sc = vsc;
sys/dev/pci/if_txp.c
588
txp_rx_reclaim(struct txp_softc *sc, struct txp_rx_ring *r,
sys/dev/pci/if_txp.c
714
txp_rxbuf_reclaim(struct txp_softc *sc)
sys/dev/pci/if_txp.c
791
txp_tx_reclaim(struct txp_softc *sc, struct txp_tx_ring *r,
sys/dev/pci/if_txp.c
80
void txp_stop(struct txp_softc *);
sys/dev/pci/if_txp.c
81
void txp_init(struct txp_softc *);
sys/dev/pci/if_txp.c
84
int txp_chip_init(struct txp_softc *);
sys/dev/pci/if_txp.c
843
txp_alloc_rings(struct txp_softc *sc)
sys/dev/pci/if_txp.c
85
int txp_reset_adapter(struct txp_softc *);
sys/dev/pci/if_txp.c
86
int txp_download_fw(struct txp_softc *);
sys/dev/pci/if_txp.c
87
int txp_download_fw_wait(struct txp_softc *);
sys/dev/pci/if_txp.c
88
int txp_download_fw_section(struct txp_softc *,
sys/dev/pci/if_txp.c
90
int txp_alloc_rings(struct txp_softc *);
sys/dev/pci/if_txp.c
91
void txp_dma_free(struct txp_softc *, struct txp_dma_alloc *);
sys/dev/pci/if_txp.c
92
int txp_dma_malloc(struct txp_softc *, bus_size_t, struct txp_dma_alloc *, int);
sys/dev/pci/if_txp.c
93
void txp_set_filter(struct txp_softc *);
sys/dev/pci/if_txp.c
95
int txp_cmd_desc_numfree(struct txp_softc *);
sys/dev/pci/if_txp.c
96
int txp_command(struct txp_softc *, u_int16_t, u_int16_t, u_int32_t,
sys/dev/pci/if_txp.c
98
int txp_command2(struct txp_softc *, u_int16_t, u_int16_t,