Home
last modified time | relevance | path

Searched refs:RxBufPool (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/net/
H A Dspapr_llan.c96 } RxBufPool; typedef
109 RxBufPool *rx_pool[RX_MAX_POOLS]; /* Receive buffer descriptor pools */
288 static void spapr_vlan_reset_rx_pool(RxBufPool *rxp) in spapr_vlan_reset_rx_pool()
347 dev->rx_pool[i] = g_new(RxBufPool, 1); in spapr_vlan_instance_init()
529 const RxBufPool *pool1 = *(RxBufPool **)p1; in rx_pool_size_compare()
530 const RxBufPool *pool2 = *(RxBufPool **)p2; in rx_pool_size_compare()
810 VMSTATE_INT32(bufsize, RxBufPool),
811 VMSTATE_INT32(count, RxBufPool),
812 VMSTATE_UINT64_ARRAY(bds, RxBufPool, RX_POOL_MAX_BDS),
825 vmstate_rx_buffer_pool, RxBufPool),