txp_softc
struct txp_softc *sc = ifp->if_softc;
txp_rxring_fill(struct txp_softc *sc)
txp_rxring_empty(struct txp_softc *sc)
struct txp_softc *sc;
struct txp_softc *sc = vsc;
static void txp_stop (struct txp_softc *);
struct txp_softc *sc = ifp->if_softc;
static int txp_chip_init (struct txp_softc *);
static int txp_reset_adapter (struct txp_softc *);
static int txp_download_fw (struct txp_softc *);
static int txp_download_fw_wait (struct txp_softc *);
static int txp_download_fw_section (struct txp_softc *,
static int txp_alloc_rings (struct txp_softc *);
static int txp_rxring_fill (struct txp_softc *);
static void txp_rxring_empty (struct txp_softc *);
static void txp_set_filter (struct txp_softc *);
txp_command(struct txp_softc *sc, u_int16_t id, u_int16_t in1, u_int32_t in2,
static int txp_cmd_desc_numfree (struct txp_softc *);
static int txp_command (struct txp_softc *, u_int16_t, u_int16_t, u_int32_t,
txp_command2(struct txp_softc *sc, u_int16_t id, u_int16_t in1, u_int32_t in2,
static int txp_command2 (struct txp_softc *, u_int16_t, u_int16_t,
static int txp_response (struct txp_softc *, u_int32_t, u_int16_t, u_int16_t,
static void txp_rsp_fixup (struct txp_softc *, struct txp_rsp_desc *,
txp_response(struct txp_softc *sc, u_int32_t ridx, u_int16_t id, u_int16_t seq,
static void txp_capabilities (struct txp_softc *);
txp_rsp_fixup(struct txp_softc *sc, struct txp_rsp_desc *rsp,
txp_cmd_desc_numfree(struct txp_softc *sc)
static void txp_tx_reclaim (struct txp_softc *, struct txp_tx_ring *);
txp_stop(struct txp_softc *sc)
static void txp_rxbuf_reclaim (struct txp_softc *);
static void txp_rx_reclaim (struct txp_softc *, struct txp_rx_ring *);
struct txp_softc *sc = ifp->if_softc;
struct txp_softc *sc = ifp->if_softc;
txp_set_filter(struct txp_softc *sc)
txp_capabilities(struct txp_softc *sc)
sizeof(struct txp_softc)
struct txp_softc *sc;
struct txp_softc *sc = device_get_softc(dev);
struct txp_softc *sc;
txp_chip_init(struct txp_softc *sc)
txp_reset_adapter(struct txp_softc *sc)
txp_download_fw(struct txp_softc *sc)
txp_download_fw_wait(struct txp_softc *sc)
txp_download_fw_section(struct txp_softc *sc,
struct txp_softc *sc = vsc;
txp_rx_reclaim(struct txp_softc *sc, struct txp_rx_ring *r)
txp_rxbuf_reclaim(struct txp_softc *sc)
txp_tx_reclaim(struct txp_softc *sc, struct txp_tx_ring *r)
struct txp_softc *sc;
txp_alloc_rings(struct txp_softc *sc)