Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpxa168_eth.h24 int rx_queue_size; member
H A Dmv643xx_eth.h74 int rx_queue_size; member
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c238 uint8_t rx_queue_size; member
1524 if (vmbus->rx_queue_size == HV_MSG_QUEUE_LEN) { in enqueue_incoming_message()
1529 prev_size = vmbus->rx_queue_size; in enqueue_incoming_message()
1530 idx = (vmbus->rx_queue_head + vmbus->rx_queue_size) % HV_MSG_QUEUE_LEN; in enqueue_incoming_message()
1532 vmbus->rx_queue_size++; in enqueue_incoming_message()
2072 vmbus->rx_queue_size = 0; in send_unload()
2094 if (!vmbus->rx_queue_size) { in process_message()
2139 vmbus->rx_queue_size--; in process_message()
2565 return vmbus->rx_queue_size; in vmbus_rx_queue_needed()
2575 VMSTATE_UINT8(rx_queue_size, VMBus),
/openbmc/linux/arch/powerpc/platforms/chrp/
H A Dpegasos_eth.c90 .rx_queue_size = PEGASOS2_SRAM_RXRING_SIZE/16,
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h52 uint16_t rx_queue_size; member
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c2843 u32 rx_queue_size = ENA_DEFAULT_RING_SIZE; in ena_calc_io_queue_size() local
2854 rx_queue_size = adapter->rx_ring->ring_size; in ena_calc_io_queue_size()
2917 rx_queue_size = clamp_val(rx_queue_size, ENA_MIN_RING_SIZE, in ena_calc_io_queue_size()
2921 rx_queue_size = rounddown_pow_of_two(rx_queue_size); in ena_calc_io_queue_size()
2926 adapter->requested_rx_ring_size = rx_queue_size; in ena_calc_io_queue_size()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c2980 n->vqs[index].rx_vq = virtio_add_queue(vdev, n->net_conf.rx_queue_size, in virtio_net_add_queue()
3684 if (n->net_conf.rx_queue_size < VIRTIO_NET_RX_QUEUE_MIN_SIZE || in virtio_net_device_realize()
3685 n->net_conf.rx_queue_size > VIRTQUEUE_MAX_SIZE || in virtio_net_device_realize()
3686 !is_power_of_2(n->net_conf.rx_queue_size)) { in virtio_net_device_realize()
3689 n->net_conf.rx_queue_size, VIRTIO_NET_RX_QUEUE_MIN_SIZE, in virtio_net_device_realize()
4044 DEFINE_PROP_UINT16("rx_queue_size", VirtIONet, net_conf.rx_queue_size,
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c1453 if (pep->pd->rx_queue_size) in pxa168_eth_probe()
1454 pep->rx_ring_size = pep->pd->rx_queue_size; in pxa168_eth_probe()
H A Dmv643xx_eth.c2768 mv643xx_eth_property(pnp, "rx-queue-size", ppd.rx_queue_size); in mv643xx_eth_shared_of_add_port()
2960 if (pd->rx_queue_size) in set_params()
2961 mp->rx_ring_size = pd->rx_queue_size; in set_params()