Searched defs:idt_ntb_dev (Results 1 – 1 of 1) sorted by relevance
1124 struct idt_ntb_dev { struct1125 struct ntb_dev ntb;1126 struct idt_89hpes_cfg *swcfg;1128 unsigned char port;1129 unsigned char part;1153 #define to_ndev_ntb(__ntb) container_of(__ntb, struct idt_ntb_dev, ntb) argument