Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dspapr_llan.c89 #define RX_POOL_MAX_BDS 4096 macro
95 vlan_bd_t bds[RX_POOL_MAX_BDS];
589 if (pool < 0 || dev->rx_pool[pool]->count >= RX_POOL_MAX_BDS) { in spapr_vlan_add_rxbuf_to_pool()
806 VMSTATE_UINT64_ARRAY(bds, RxBufPool, RX_POOL_MAX_BDS),