• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/xen/netback/

Lines Matching defs:rxb

184 	netif_rx_back_ring_t	rxb;
365 BACK_RING_INIT(&xnb_unit_pvt.rxb, xnb_unit_pvt.rxs, PAGE_SIZE);
1653 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED);
1682 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED);
1731 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED);
1753 netif_rx_back_ring_t rxb_backup = xnb_unit_pvt.rxb;
1761 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED);
1764 &xnb_unit_pvt.rxb);
1767 memcmp(&rxb_backup, &xnb_unit_pvt.rxb, sizeof(rxb_backup)) == 0);
1797 xnb_unit_pvt.rxb.req_cons = start;
1798 xnb_unit_pvt.rxb.rsp_prod_pvt = start;
1803 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED);
1806 &xnb_unit_pvt.rxb);
1809 XNB_ASSERT(xnb_unit_pvt.rxb.rsp_prod_pvt == start + 1);
1810 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start);
1856 xnb_unit_pvt.rxb.req_cons = start;
1857 xnb_unit_pvt.rxb.rsp_prod_pvt = start;
1862 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED);
1865 &xnb_unit_pvt.rxb);
1868 XNB_ASSERT(xnb_unit_pvt.rxb.rsp_prod_pvt == start + 2);
1869 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start);
1878 RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start + 1);
1926 xnb_unit_pvt.rxb.req_cons = start;
1927 xnb_unit_pvt.rxb.rsp_prod_pvt = start;
1932 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED);
1935 &xnb_unit_pvt.rxb);
1938 XNB_ASSERT(xnb_unit_pvt.rxb.rsp_prod_pvt == start + 2);
1939 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start);
1946 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start + 1);
1988 xnb_unit_pvt.rxb.req_cons = start;
1989 xnb_unit_pvt.rxb.rsp_prod_pvt = start;
1994 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED);
1997 &xnb_unit_pvt.rxb);
2001 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start);
2040 xnb_unit_pvt.rxb.req_cons = start;
2041 xnb_unit_pvt.rxb.rsp_prod_pvt = start;
2049 &xnb_unit_pvt.rxb, DOMID_FIRST_RESERVED);
2054 &xnb_unit_pvt.rxb);
2057 XNB_ASSERT(xnb_unit_pvt.rxb.rsp_prod_pvt == start + 1);
2058 rsp = RING_GET_RESPONSE(&xnb_unit_pvt.rxb, start);