net/ixgbe: fix mapping of user priority to TC
[dpdk.git] / drivers / net / liquidio / base / lio_23xx_vf.h
index 1c234bf..83dc053 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_  */