Symbol: txp_softc
sys/dev/netif/txp/if_txp.c
1005
struct txp_softc *sc = ifp->if_softc;
sys/dev/netif/txp/if_txp.c
1039
txp_rxring_fill(struct txp_softc *sc)
sys/dev/netif/txp/if_txp.c
1073
txp_rxring_empty(struct txp_softc *sc)
sys/dev/netif/txp/if_txp.c
1099
struct txp_softc *sc;
sys/dev/netif/txp/if_txp.c
1149
struct txp_softc *sc = vsc;
sys/dev/netif/txp/if_txp.c
117
static void txp_stop (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
1188
struct txp_softc *sc = ifp->if_softc;
sys/dev/netif/txp/if_txp.c
122
static int txp_chip_init (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
123
static int txp_reset_adapter (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
124
static int txp_download_fw (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
125
static int txp_download_fw_wait (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
126
static int txp_download_fw_section (struct txp_softc *,
sys/dev/netif/txp/if_txp.c
128
static int txp_alloc_rings (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
129
static int txp_rxring_fill (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
130
static void txp_rxring_empty (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
131
static void txp_set_filter (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
1321
txp_command(struct txp_softc *sc, u_int16_t id, u_int16_t in1, u_int32_t in2,
sys/dev/netif/txp/if_txp.c
133
static int txp_cmd_desc_numfree (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
134
static int txp_command (struct txp_softc *, u_int16_t, u_int16_t, u_int32_t,
sys/dev/netif/txp/if_txp.c
1344
txp_command2(struct txp_softc *sc, u_int16_t id, u_int16_t in1, u_int32_t in2,
sys/dev/netif/txp/if_txp.c
136
static int txp_command2 (struct txp_softc *, u_int16_t, u_int16_t,
sys/dev/netif/txp/if_txp.c
139
static int txp_response (struct txp_softc *, u_int32_t, u_int16_t, u_int16_t,
sys/dev/netif/txp/if_txp.c
141
static void txp_rsp_fixup (struct txp_softc *, struct txp_rsp_desc *,
sys/dev/netif/txp/if_txp.c
1412
txp_response(struct txp_softc *sc, u_int32_t ridx, u_int16_t id, u_int16_t seq,
sys/dev/netif/txp/if_txp.c
143
static void txp_capabilities (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
1459
txp_rsp_fixup(struct txp_softc *sc, struct txp_rsp_desc *rsp,
sys/dev/netif/txp/if_txp.c
1484
txp_cmd_desc_numfree(struct txp_softc *sc)
sys/dev/netif/txp/if_txp.c
150
static void txp_tx_reclaim (struct txp_softc *, struct txp_tx_ring *);
sys/dev/netif/txp/if_txp.c
1508
txp_stop(struct txp_softc *sc)
sys/dev/netif/txp/if_txp.c
151
static void txp_rxbuf_reclaim (struct txp_softc *);
sys/dev/netif/txp/if_txp.c
152
static void txp_rx_reclaim (struct txp_softc *, struct txp_rx_ring *);
sys/dev/netif/txp/if_txp.c
1536
struct txp_softc *sc = ifp->if_softc;
sys/dev/netif/txp/if_txp.c
1572
struct txp_softc *sc = ifp->if_softc;
sys/dev/netif/txp/if_txp.c
1678
txp_set_filter(struct txp_softc *sc)
sys/dev/netif/txp/if_txp.c
1726
txp_capabilities(struct txp_softc *sc)
sys/dev/netif/txp/if_txp.c
174
sizeof(struct txp_softc)
sys/dev/netif/txp/if_txp.c
204
struct txp_softc *sc;
sys/dev/netif/txp/if_txp.c
334
struct txp_softc *sc = device_get_softc(dev);
sys/dev/netif/txp/if_txp.c
360
struct txp_softc *sc;
sys/dev/netif/txp/if_txp.c
377
txp_chip_init(struct txp_softc *sc)
sys/dev/netif/txp/if_txp.c
414
txp_reset_adapter(struct txp_softc *sc)
sys/dev/netif/txp/if_txp.c
440
txp_download_fw(struct txp_softc *sc)
sys/dev/netif/txp/if_txp.c
514
txp_download_fw_wait(struct txp_softc *sc)
sys/dev/netif/txp/if_txp.c
541
txp_download_fw_section(struct txp_softc *sc,
sys/dev/netif/txp/if_txp.c
609
struct txp_softc *sc = vsc;
sys/dev/netif/txp/if_txp.c
650
txp_rx_reclaim(struct txp_softc *sc, struct txp_rx_ring *r)
sys/dev/netif/txp/if_txp.c
747
txp_rxbuf_reclaim(struct txp_softc *sc)
sys/dev/netif/txp/if_txp.c
803
txp_tx_reclaim(struct txp_softc *sc, struct txp_tx_ring *r)
sys/dev/netif/txp/if_txp.c
849
struct txp_softc *sc;
sys/dev/netif/txp/if_txp.c
871
txp_alloc_rings(struct txp_softc *sc)