Searched defs:netfront_rxq (Results 1 – 1 of 1) sorted by relevance
161 struct netfront_rxq { struct162 struct netfront_info *info;163 u_int id;164 char name[XN_QUEUE_NAME_LEN];165 struct mtx lock;167 int ring_ref;168 netif_rx_front_ring_t ring;169 xen_intr_handle_t xen_intr_handle;171 grant_ref_t gref_head;172 grant_ref_t grant_ref[NET_RX_RING_SIZE + 1];[all …]