Symbol: hvn_tx_ring
sys/dev/hyperv/if_hvn.c
1104
hvn_transmit_common(struct ifnet *ifp, struct hvn_tx_ring *txr,
sys/dev/hyperv/if_hvn.c
1177
struct hvn_tx_ring *txr = &sc->sc_txr[0];
sys/dev/hyperv/if_hvn.c
1199
struct hvn_tx_ring *txr;
sys/dev/hyperv/if_hvn.c
1222
struct hvn_tx_ring *txr = arg;
sys/dev/hyperv/if_hvn.c
1352
hvn_flush_txagg(struct hvn_tx_ring *txr)
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
1465
hvn_encap(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd, struct mbuf *m,
sys/dev/hyperv/if_hvn.c
1675
hvn_bpf_mtap(struct hvn_tx_ring *txr, struct mbuf *m, u_int direction)
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
1764
hvn_txeof(struct hvn_tx_ring *txr, uint64_t tid)
sys/dev/hyperv/if_hvn.c
1927
struct hvn_tx_ring *txr;
sys/dev/hyperv/if_hvn.c
2041
struct hvn_tx_ring *txr;
sys/dev/hyperv/if_hvn.c
2107
struct hvn_tx_ring *txr;
sys/dev/hyperv/if_hvn.c
2164
struct hvn_tx_ring *txr;
sys/dev/hyperv/if_hvn.c
2213
hvn_txd_peek(struct hvn_tx_ring *txr)
sys/dev/hyperv/if_hvn.c
2222
hvn_txd_get(struct hvn_tx_ring *txr)
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
2296
hvn_txd_gc(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd)
sys/dev/hyperv/if_hvn.c
2333
hvn_tx_ring_pending(struct hvn_tx_ring *txr)
sys/dev/hyperv/if_hvn.c
2346
hvn_tx_ring_qflush(struct hvn_softc *sc, struct hvn_tx_ring *txr)
sys/dev/hyperv/if_hvn.c
2402
struct hvn_tx_ring *txr;
sys/dev/hyperv/if_hvn.c
248
int (*txr_sendpkt)(struct hvn_tx_ring *,
sys/dev/hyperv/if_hvn.c
255
struct hvn_tx_ring *rxr_txr;
sys/dev/hyperv/if_hvn.c
2592
struct hvn_tx_ring *txr;
sys/dev/hyperv/if_hvn.c
2946
struct hvn_tx_ring *txr;
sys/dev/hyperv/if_hvn.c
3020
struct hvn_tx_ring *txr;
sys/dev/hyperv/if_hvn.c
3035
struct hvn_tx_ring *txr;
sys/dev/hyperv/if_hvn.c
3626
struct hvn_tx_ring *txr = rxr->rxr_txr;
sys/dev/hyperv/if_hvn.c
383
struct hvn_tx_ring *sc_txr;
sys/dev/hyperv/if_hvn.c
470
static int hvn_flush_txagg(struct hvn_tx_ring *);
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
474
static void hvn_txeof(struct hvn_tx_ring *, uint64_t);
sys/dev/hyperv/if_hvn.c
486
static int hvn_txd_peek(struct hvn_tx_ring *);
sys/dev/hyperv/if_hvn.c
488
hvn_txd_get(struct hvn_tx_ring *);
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
493
static int hvn_tx_ring_pending(struct hvn_tx_ring *);
sys/dev/hyperv/if_hvn.c
494
static void hvn_tx_ring_qflush(struct hvn_softc *, struct hvn_tx_ring *);
sys/dev/hyperv/if_hvn.c
549
static int hvn_rndis_output_sgl(struct hvn_tx_ring *,
sys/dev/hyperv/if_hvn.c
551
static int hvn_rndis_output_chim(struct hvn_tx_ring *,