MCPcopy Create free account
hub / github.com/F-Stack/f-stack / is_gen3_ntb

Function is_gen3_ntb

dpdk/drivers/raw/ntb/ntb_hw_intel.c:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28static inline int
29is_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
37static inline int
38is_gen4_ntb(const struct ntb_hw *hw)

Callers 7

intel_ntb_dev_initFunction · 0.85
intel_ntb_mw_set_transFunction · 0.85
intel_ntb_set_linkFunction · 0.85
intel_ntb_spad_readFunction · 0.85
intel_ntb_spad_writeFunction · 0.85
intel_ntb_vector_bindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected