| 26 | }; |
| 27 | |
| 28 | static inline int |
| 29 | is_gen3_ntb(const struct ntb_hw *hw) |
| 30 | { |
| 31 | if (hw->pci_dev->id.device_id == NTB_INTEL_DEV_ID_B2B_SKX) |
| 32 | return 1; |
| 33 | |
| 34 | return 0; |
| 35 | } |
| 36 | |
| 37 | static inline int |
| 38 | is_gen4_ntb(const struct ntb_hw *hw) |
no outgoing calls
no test coverage detected