HomeSort by: relevance | last modified time | path
    Searched defs:iavf_rx_ring (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iavf.c 264 struct iavf_rx_ring { struct
290 struct iavf_rx_ring *qp_rxr;
314 * A field in iavf_rx_ring is protected by rxr_lock (a spin mutex).
550 static int iavf_rxfill(struct iavf_softc *, struct iavf_rx_ring *);
552 static void iavf_rxr_clean(struct iavf_softc *, struct iavf_rx_ring *);
555 static int iavf_rxeof(struct iavf_softc *, struct iavf_rx_ring *,
1098 struct iavf_rx_ring *rxr;
1154 struct iavf_rx_ring *rxr;
2331 static struct iavf_rx_ring *
2334 struct iavf_rx_ring *rxr
    [all...]
if_iavf.c 264 struct iavf_rx_ring { struct
290 struct iavf_rx_ring *qp_rxr;
314 * A field in iavf_rx_ring is protected by rxr_lock (a spin mutex).
550 static int iavf_rxfill(struct iavf_softc *, struct iavf_rx_ring *);
552 static void iavf_rxr_clean(struct iavf_softc *, struct iavf_rx_ring *);
555 static int iavf_rxeof(struct iavf_softc *, struct iavf_rx_ring *,
1098 struct iavf_rx_ring *rxr;
1154 struct iavf_rx_ring *rxr;
2331 static struct iavf_rx_ring *
2334 struct iavf_rx_ring *rxr
    [all...]

Completed in 73 milliseconds