Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h1332 #define S_L2T_W_PRIO 27 macro
1334 #define V_L2T_W_PRIO(x) ((x) << S_L2T_W_PRIO)
1335 #define G_L2T_W_PRIO(x) (((x) >> S_L2T_W_PRIO) & M_L2T_W_PRIO)