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

/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c6265 #define S_PL_AUTOINC 31 macro
6267 #define V_PL_AUTOINC(x) ((x) << S_PL_AUTOINC)
6268 #define G_PL_AUTOINC(x) (((x) >> S_PL_AUTOINC) & M_PL_AUTOINC)

Completed in 72 milliseconds