]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/ntb/ntb_hw.h
NTB: BWD Link Recovery
[mirror_ubuntu-bionic-kernel.git] / drivers / ntb / ntb_hw.h
index 72fcb22d7dd8c61dcc2615b8804b57ac2e710f53..3a15d492593c5f54e39b85b3f0024a07083d0041 100644 (file)
@@ -125,10 +125,15 @@ struct ntb_device {
        unsigned char num_msix;
        unsigned char bits_per_vector;
        unsigned char max_cbs;
+       unsigned char link_width;
+       unsigned char link_speed;
        unsigned char link_status;
+
        struct delayed_work hb_timer;
        unsigned long last_ts;
 
+       struct delayed_work lr_timer;
+
        struct dentry *debugfs_dir;
 };