mvxpe_rx_desc
(sizeof(struct mvxpe_rx_desc) * MVXPE_RX_RING_CNT));
struct mvxpe_rx_desc *rxd = MVXPE_RX_RING_MEM_VA(sc, q);
MVXPE_RX_DESC_OFF(sc, q, i) = sizeof(struct mvxpe_rx_desc) * i;
0, sizeof(struct mvxpe_rx_desc) * wrap, ops);
sizeof(struct mvxpe_rx_desc) * count, ops);
struct mvxpe_rx_desc *, struct mbuf *);
STATIC void mvxpe_dump_rxdesc(struct mvxpe_rx_desc *, int) __attribute__((__unused__));
struct mvxpe_rx_desc *r;
struct mvxpe_rx_desc *r;
struct mvxpe_rx_desc *r, struct mbuf *m0)
mvxpe_dump_rxdesc(struct mvxpe_rx_desc *desc, int idx)
struct mvxpe_rx_desc *rx_descriptors;
struct mvxpe_rx_desc *rxdesc_va;