Home
last modified time | relevance | path

Searched refs:hn_rx_ring (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c251 struct hn_rx_ring *rxr;
313 static void hn_rndis_rx_data(struct hn_rx_ring *,
324 static void hn_nvs_handle_rxbuf(struct hn_rx_ring *,
327 static void hn_nvs_ack_rxbuf(struct hn_rx_ring *,
369 static void hn_chan_rollup(struct hn_rx_ring *,
408 static int hn_rxpkt(struct hn_rx_ring *);
666 sc->hn_rx_ring[i].hn_lro.lro_length_lim = lenlim; in hn_set_lro_lenlim()
1137 struct hn_rx_ring *rxr; in hn_rxvf_set()
1147 rxr = &sc->hn_rx_ring[i]; in hn_rxvf_set()
1385 if (sc->hn_rx_ring[0].hn_lro.lro_length_lim < HN_LRO_LENLIM_MIN(ifp)) in hn_mtu_change_fixup()
[all …]
H A Dif_hnvar.h71 struct hn_rx_ring { struct
201 struct hn_rx_ring *hn_rx_ring; member