Home
last modified time | relevance | path

Searched refs:KNL_MAX_CHANNELS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
H A Dsb_edac.c289 #define KNL_MAX_CHANNELS 6 /* KNL max num. of PCI channels */ macro
368 struct pci_dev *pci_channel[KNL_MAX_CHANNELS];
1254 WARN_ON(entry >= KNL_MAX_CHANNELS); in knl_get_mc_route()
1280 * Output string s should be at least KNL_MAX_CHANNELS*2 bytes.
1286 for (i = 0; i < KNL_MAX_CHANNELS; i++) { in knl_show_mc_route()
1291 s[KNL_MAX_CHANNELS*2 - 1] = '\0'; in knl_show_mc_route()
1337 * @mc_sizes: Output sizes of channels (must have space for KNL_MAX_CHANNELS
1355 char mc_route_string[KNL_MAX_CHANNELS*2]; in knl_get_dimm_capacity()
1359 int participants[KNL_MAX_CHANNELS]; in knl_get_dimm_capacity()
1361 for (i = 0; i < KNL_MAX_CHANNELS; in knl_get_dimm_capacity()
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H A Dsb_edac.c289 #define KNL_MAX_CHANNELS 6 /* KNL max num. of PCI channels */ macro
374 struct pci_dev *pci_channel[KNL_MAX_CHANNELS];
1260 WARN_ON(entry >= KNL_MAX_CHANNELS); in knl_get_mc_route()
1286 * Output string s should be at least KNL_MAX_CHANNELS*2 bytes.
1292 for (i = 0; i < KNL_MAX_CHANNELS; i++) { in knl_show_mc_route()
1297 s[KNL_MAX_CHANNELS*2 - 1] = '\0'; in knl_show_mc_route()
1343 * @mc_sizes: Output sizes of channels (must have space for KNL_MAX_CHANNELS
1361 char mc_route_string[KNL_MAX_CHANNELS*2]; in knl_get_dimm_capacity()
1365 int participants[KNL_MAX_CHANNELS]; in knl_get_dimm_capacity()
1367 for (i = 0; i < KNL_MAX_CHANNELS; in knl_get_dimm_capacity()
[all...]

Completed in 7 milliseconds