| 35 | } |
| 36 | |
| 37 | static inline int |
| 38 | is_gen4_ntb(const struct ntb_hw *hw) |
| 39 | { |
| 40 | if (hw->pci_dev->id.device_id == NTB_INTEL_DEV_ID_B2B_ICX || |
| 41 | hw->pci_dev->id.device_id == NTB_INTEL_DEV_ID_B2B_SPR) |
| 42 | return 1; |
| 43 | |
| 44 | return 0; |
| 45 | } |
| 46 | |
| 47 | static int |
| 48 | intel_ntb3_check_ppd(struct ntb_hw *hw) |
no outgoing calls
no test coverage detected