Home
last modified time | relevance | path

Searched refs:PLX_MAX_SPLIT (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_plx.c59 #define PLX_MAX_SPLIT 128 /* Allow are at most 128 splits. */ macro
73 } splits[PLX_MAX_SPLIT];
371 for (j = 0; j < PLX_MAX_SPLIT; j++) in ntb_plx_attach()