]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/liquidio/base/lio_23xx_vf.h
net/ixgbe: fix mapping of user priority to TC
[dpdk.git] / drivers / net / liquidio / base / lio_23xx_vf.h
index 1c234bfbf60a3f9a05edf3035787f2f6f5c3a90f..83dc053aa31282c5cb3dc9ec177599b833f662ca 100644 (file)
@@ -80,5 +80,16 @@ lio_get_conf(struct lio_device *lio_dev)
        return default_lio_conf;
 }
 
+/** Turns off the input and output queues for the device
+ *  @param lio_dev which device io queues to disable
+ */
+int cn23xx_vf_set_io_queues_off(struct lio_device *lio_dev);
+
+#define CN23XX_VF_BUSY_READING_REG_LOOP_COUNT  100000
+
+int cn23xx_pfvf_handshake(struct lio_device *lio_dev);
+
 int cn23xx_vf_setup_device(struct lio_device  *lio_dev);
+
+void cn23xx_vf_handle_mbox(struct lio_device *lio_dev);
 #endif /* _LIO_23XX_VF_H_  */