Symbol: hvn_rx_ring
sys/dev/hyperv/if_hvn.c
1790
struct hvn_rx_ring *rxr;
sys/dev/hyperv/if_hvn.c
1867
struct hvn_rx_ring *rxr;
sys/dev/hyperv/if_hvn.c
190
struct hvn_rx_ring;
sys/dev/hyperv/if_hvn.c
1913
struct hvn_rx_ring *rxr;
sys/dev/hyperv/if_hvn.c
195
struct hvn_rx_ring *txr_rxr;
sys/dev/hyperv/if_hvn.c
2401
struct hvn_rx_ring *rxr;
sys/dev/hyperv/if_hvn.c
2556
const struct hvn_rx_ring *rxr;
sys/dev/hyperv/if_hvn.c
2874
struct hvn_rx_ring *rxr;
sys/dev/hyperv/if_hvn.c
3529
hvn_handle_ring(struct hvn_rx_ring *rxr, int txlimit, int rxlimit)
sys/dev/hyperv/if_hvn.c
3622
hvn_nvs_intr1(struct hvn_rx_ring *rxr, int txlimit, int rxlimit)
sys/dev/hyperv/if_hvn.c
3645
hvn_schedule_handle_ring(struct hvn_softc *sc, struct hvn_rx_ring *rxr,
sys/dev/hyperv/if_hvn.c
3671
hvn_handle_ring_common(struct hvn_rx_ring *rxr)
sys/dev/hyperv/if_hvn.c
3699
struct hvn_rx_ring *rxr = container_of(wk, struct hvn_rx_ring, rxr_wk);
sys/dev/hyperv/if_hvn.c
3707
struct hvn_rx_ring *rxr = arg;
sys/dev/hyperv/if_hvn.c
3715
struct hvn_rx_ring *rxr = arg;
sys/dev/hyperv/if_hvn.c
3741
struct hvn_rx_ring *rxr = &sc->sc_rxr[0]; /* primary channel */
sys/dev/hyperv/if_hvn.c
378
struct hvn_rx_ring *sc_rxr;
sys/dev/hyperv/if_hvn.c
3786
hvn_nvs_ack(struct hvn_rx_ring *rxr, uint64_t tid)
sys/dev/hyperv/if_hvn.c
4536
struct hvn_rx_ring *rxr = &sc->sc_rxr[0]; /* primary channel */
sys/dev/hyperv/if_hvn.c
4617
hvn_rndis_input(struct hvn_rx_ring *rxr, uint64_t tid, void *arg)
sys/dev/hyperv/if_hvn.c
4712
hvn_rxeof(struct hvn_rx_ring *rxr, uint8_t *buf, uint32_t len)
sys/dev/hyperv/if_hvn.c
534
static void hvn_nvs_intr1(struct hvn_rx_ring *, int, int);
sys/dev/hyperv/if_hvn.c
537
static int hvn_nvs_ack(struct hvn_rx_ring *, uint64_t);
sys/dev/hyperv/if_hvn.c
546
static int hvn_rndis_input(struct hvn_rx_ring *, uint64_t, void *);
sys/dev/hyperv/if_hvn.c
547
static int hvn_rxeof(struct hvn_rx_ring *, uint8_t *, uint32_t);