Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/vmbus/
H A Dversion.map17 rte_vmbus_max_channels;
H A Drte_bus_vmbus.h186 int rte_vmbus_max_channels(const struct rte_vmbus_device *device);
H A Dvmbus_channel.c362 int rte_vmbus_max_channels(const struct rte_vmbus_device *device) in rte_vmbus_max_channels() function
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c1036 max_chan = rte_vmbus_max_channels(vmbus); in eth_hn_dev_init()