netfront_rxq
struct netfront_rxq;
xn_alloc_one_rx_buffer(struct netfront_rxq *rxq)
xn_alloc_rx_buffers(struct netfront_rxq *rxq)
static void xn_rxeof(struct netfront_rxq *);
static void xn_alloc_rx_buffers(struct netfront_rxq *);
struct netfront_rxq *rxq;
rxq = (struct netfront_rxq *)arg;
xn_release_rx_bufs(struct netfront_rxq *rxq)
static void xn_release_rx_bufs(struct netfront_rxq *);
xn_rxeof(struct netfront_rxq *rxq)
static void xn_rxq_intr(struct netfront_rxq *);
struct netfront_rxq *rxq = &np->rxq[txq->id];
xn_move_rx_slot(struct netfront_rxq *rxq, struct mbuf *m,
xn_get_extras(struct netfront_rxq *rxq,
xn_get_responses(struct netfront_rxq *rxq,
static int xn_get_responses(struct netfront_rxq *,
struct netfront_rxq *rxq;
xn_rebuild_rx_bufs(struct netfront_rxq *rxq)
struct netfront_rxq *rxq;
struct netfront_rxq *rxq;
struct netfront_rxq *rxq;
xn_get_rx_mbuf(struct netfront_rxq *rxq, RING_IDX ri)
xn_get_rx_ref(struct netfront_rxq *rxq, RING_IDX ri)
struct netfront_rxq *rxq,
xn_rxq_intr(struct netfront_rxq *rxq)
disconnect_rxq(struct netfront_rxq *rxq)
destroy_rxq(struct netfront_rxq *rxq)
struct netfront_rxq *rxq;
info->rxq = malloc(sizeof(struct netfront_rxq) * num_queues,