Symbol: hvn_tx_desc
sys/dev/hyperv/if_hvn.c
1107
struct hvn_tx_desc *txd;
sys/dev/hyperv/if_hvn.c
1356
struct hvn_tx_desc *txd;
sys/dev/hyperv/if_hvn.c
1394
hvn_try_txagg(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd, int pktsz)
sys/dev/hyperv/if_hvn.c
1397
struct hvn_tx_desc *agg_txd;
sys/dev/hyperv/if_hvn.c
1465
hvn_encap(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd, struct mbuf *m,
sys/dev/hyperv/if_hvn.c
1603
struct hvn_tx_desc *tgt_txd;
sys/dev/hyperv/if_hvn.c
1715
hvn_txpkt(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd)
sys/dev/hyperv/if_hvn.c
1719
const struct hvn_tx_desc *tmp_txd;
sys/dev/hyperv/if_hvn.c
1767
struct hvn_tx_desc *txd;
sys/dev/hyperv/if_hvn.c
178
TAILQ_ENTRY(hvn_tx_desc) txd_entry;
sys/dev/hyperv/if_hvn.c
185
STAILQ_ENTRY(hvn_tx_desc) txd_agg_entry;
sys/dev/hyperv/if_hvn.c
186
STAILQ_HEAD(, hvn_tx_desc) txd_agg_list;
sys/dev/hyperv/if_hvn.c
1928
struct hvn_tx_desc *txd;
sys/dev/hyperv/if_hvn.c
2042
struct hvn_tx_desc *txd;
sys/dev/hyperv/if_hvn.c
2221
static struct hvn_tx_desc *
sys/dev/hyperv/if_hvn.c
2224
struct hvn_tx_desc *txd;
sys/dev/hyperv/if_hvn.c
2239
hvn_txd_put(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd)
sys/dev/hyperv/if_hvn.c
2242
struct hvn_tx_desc *tmp_txd;
sys/dev/hyperv/if_hvn.c
225
TAILQ_HEAD(, hvn_tx_desc) txr_list;
sys/dev/hyperv/if_hvn.c
226
struct hvn_tx_desc txr_desc[HVN_TX_DESC];
sys/dev/hyperv/if_hvn.c
2296
hvn_txd_gc(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd)
sys/dev/hyperv/if_hvn.c
2308
hvn_txd_hold(struct hvn_tx_desc *txd)
sys/dev/hyperv/if_hvn.c
2318
hvn_txd_agg(struct hvn_tx_desc *agg_txd, struct hvn_tx_desc *txd)
sys/dev/hyperv/if_hvn.c
238
struct hvn_tx_desc *txr_agg_txd;
sys/dev/hyperv/if_hvn.c
249
struct hvn_tx_desc *);
sys/dev/hyperv/if_hvn.c
471
static int hvn_encap(struct hvn_tx_ring *, struct hvn_tx_desc *,
sys/dev/hyperv/if_hvn.c
473
static int hvn_txpkt(struct hvn_tx_ring *, struct hvn_tx_desc *);
sys/dev/hyperv/if_hvn.c
487
static struct hvn_tx_desc *
sys/dev/hyperv/if_hvn.c
4885
hvn_rndis_output_sgl(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd)
sys/dev/hyperv/if_hvn.c
489
static void hvn_txd_put(struct hvn_tx_ring *, struct hvn_tx_desc *);
sys/dev/hyperv/if_hvn.c
490
static void hvn_txd_gc(struct hvn_tx_ring *, struct hvn_tx_desc *);
sys/dev/hyperv/if_hvn.c
4902
hvn_rndis_output_chim(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd)
sys/dev/hyperv/if_hvn.c
491
static void hvn_txd_hold(struct hvn_tx_desc *);
sys/dev/hyperv/if_hvn.c
492
static void hvn_txd_agg(struct hvn_tx_desc *, struct hvn_tx_desc *);
sys/dev/hyperv/if_hvn.c
550
struct hvn_tx_desc *);
sys/dev/hyperv/if_hvn.c
552
struct hvn_tx_desc *);