Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_t3_cpl.h1252 #define S_L2T_W_IDX 0 macro
1254 #define V_L2T_W_IDX(x) ((x) << S_L2T_W_IDX)
1255 #define G_L2T_W_IDX(x) (((x) >> S_L2T_W_IDX) & M_L2T_W_IDX)