emx_txdata
struct emx_txdata *tdata = ifsq_get_priv(ifsq);
struct emx_txdata *tdata = ifsq_get_priv(ifsq);
struct emx_txdata *tdata = &sc->tx_data[i];
struct emx_txdata *tdata = &sc->tx_data[0];
emx_encap(struct emx_txdata *tdata, struct mbuf **m_headp,
struct emx_txdata *tdata = &sc->tx_data[i];
struct emx_txdata *tdata = &sc->tx_data[i];
emx_create_tx_ring(struct emx_txdata *tdata)
emx_init_tx_ring(struct emx_txdata *tdata)
struct emx_txdata *tdata = &sc->tx_data[i];
static void emx_txeof(struct emx_txdata *);
static void emx_tx_collect(struct emx_txdata *, boolean_t);
static void emx_init_tx_ring(struct emx_txdata *);
static void emx_free_tx_ring(struct emx_txdata *);
emx_destroy_tx_ring(struct emx_txdata *tdata, int ndesc)
static int emx_create_tx_ring(struct emx_txdata *);
static void emx_destroy_tx_ring(struct emx_txdata *, int);
emx_txcsum(struct emx_txdata *tdata, struct mbuf *mp,
static int emx_encap(struct emx_txdata *, struct mbuf **, int *, int *);
static int emx_txcsum(struct emx_txdata *, struct mbuf *,
static int emx_tso_pullup(struct emx_txdata *, struct mbuf **);
static int emx_tso_setup(struct emx_txdata *, struct mbuf *,
emx_txeof(struct emx_txdata *tdata)
emx_tx_collect(struct emx_txdata *tdata, boolean_t gc)
struct emx_txdata *tdata = &sc->tx_data[i];
emx_free_tx_ring(struct emx_txdata *tdata)
emx_free_txbuf(struct emx_txdata *tdata, struct emx_txbuf *tx_buffer)
struct emx_txdata *tdata = &sc->tx_data[0];
emx_tx_intr(struct emx_txdata *tdata)
emx_try_txgc(struct emx_txdata *tdata, int16_t dec)
struct emx_txdata *tdata = arg;
struct emx_txdata *tdata = &sc->tx_data[i];
struct emx_txdata *tdata = &sc->tx_data[i];
struct emx_txdata *tdata = xtdata;
emx_tso_pullup(struct emx_txdata *tdata, struct mbuf **mp)
emx_tso_setup(struct emx_txdata *tdata, struct mbuf *mp,
struct emx_txdata *tdata = &sc->tx_data[i];
struct emx_txdata tx_data[EMX_NTX_RING];