]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/liquidio/lio_ethdev.h
net/liquidio: add APIs to alloc and send control command
[dpdk.git] / drivers / net / liquidio / lio_ethdev.h
index 98ff493aec96f9ba7160a00643b309930590b2cf..7b5343a717ff93df3bd2d737c53320767bf98a22 100644 (file)
 
 #define LIO_DEV(_eth_dev)              ((_eth_dev)->data->dev_private)
 
+/* LIO Response condition variable */
+struct lio_dev_ctrl_cmd {
+       struct rte_eth_dev *eth_dev;
+       uint64_t cond;
+};
+
 enum lio_bus_speed {
        LIO_LINK_SPEED_UNKNOWN  = 0,
        LIO_LINK_SPEED_10000    = 10000