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

Function is_gen4_ntb

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

Source from the content-addressed store, hash-verified

35}
36
37static inline int
38is_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
47static int
48intel_ntb3_check_ppd(struct ntb_hw *hw)

Callers 8

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_db_clearFunction · 0.85
intel_ntb_vector_bindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected