Lines Matching refs:rxb
183 netif_rx_back_ring_t rxb; member
364 BACK_RING_INIT(&xnb_unit_pvt.rxb, xnb_unit_pvt.rxs, PAGE_SIZE); in setup_pvt_data()
1646 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED); in xnb_rxpkt2gnttab_empty()
1675 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED); in xnb_rxpkt2gnttab_short()
1724 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED); in xnb_rxpkt2gnttab_2req()
1746 netif_rx_back_ring_t rxb_backup = xnb_unit_pvt.rxb; in xnb_rxpkt2rsp_empty()
1754 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED); in xnb_rxpkt2rsp_empty()
1757 &xnb_unit_pvt.rxb); in xnb_rxpkt2rsp_empty()
1760 memcmp(&rxb_backup, &xnb_unit_pvt.rxb, sizeof(rxb_backup)) == 0); in xnb_rxpkt2rsp_empty()
1790 xnb_unit_pvt.rxb.req_cons = start; in xnb_rxpkt2rsp_short()
1791 xnb_unit_pvt.rxb.rsp_prod_pvt = start; in xnb_rxpkt2rsp_short()
1796 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED); in xnb_rxpkt2rsp_short()
1799 &xnb_unit_pvt.rxb); in xnb_rxpkt2rsp_short()
1802 XNB_ASSERT(xnb_unit_pvt.rxb.rsp_prod_pvt == start + 1); in xnb_rxpkt2rsp_short()
1803 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start); in xnb_rxpkt2rsp_short()
1849 xnb_unit_pvt.rxb.req_cons = start; in xnb_rxpkt2rsp_extra()
1850 xnb_unit_pvt.rxb.rsp_prod_pvt = start; in xnb_rxpkt2rsp_extra()
1855 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED); in xnb_rxpkt2rsp_extra()
1858 &xnb_unit_pvt.rxb); in xnb_rxpkt2rsp_extra()
1861 XNB_ASSERT(xnb_unit_pvt.rxb.rsp_prod_pvt == start + 2); in xnb_rxpkt2rsp_extra()
1862 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start); in xnb_rxpkt2rsp_extra()
1871 RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start + 1); in xnb_rxpkt2rsp_extra()
1919 xnb_unit_pvt.rxb.req_cons = start; in xnb_rxpkt2rsp_2slots()
1920 xnb_unit_pvt.rxb.rsp_prod_pvt = start; in xnb_rxpkt2rsp_2slots()
1925 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED); in xnb_rxpkt2rsp_2slots()
1928 &xnb_unit_pvt.rxb); in xnb_rxpkt2rsp_2slots()
1931 XNB_ASSERT(xnb_unit_pvt.rxb.rsp_prod_pvt == start + 2); in xnb_rxpkt2rsp_2slots()
1932 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start); in xnb_rxpkt2rsp_2slots()
1939 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start + 1); in xnb_rxpkt2rsp_2slots()
1981 xnb_unit_pvt.rxb.req_cons = start; in xnb_rxpkt2rsp_2short()
1982 xnb_unit_pvt.rxb.rsp_prod_pvt = start; in xnb_rxpkt2rsp_2short()
1987 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED); in xnb_rxpkt2rsp_2short()
1990 &xnb_unit_pvt.rxb); in xnb_rxpkt2rsp_2short()
1994 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start); in xnb_rxpkt2rsp_2short()
2033 xnb_unit_pvt.rxb.req_cons = start; in xnb_rxpkt2rsp_copyerror()
2034 xnb_unit_pvt.rxb.rsp_prod_pvt = start; in xnb_rxpkt2rsp_copyerror()
2042 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED); in xnb_rxpkt2rsp_copyerror()
2047 &xnb_unit_pvt.rxb); in xnb_rxpkt2rsp_copyerror()
2050 XNB_ASSERT(xnb_unit_pvt.rxb.rsp_prod_pvt == start + 1); in xnb_rxpkt2rsp_copyerror()
2051 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start); in xnb_rxpkt2rsp_copyerror()