Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_t3_cpl.h1310 #define S_L2T_STATUS 24 macro
1312 #define V_L2T_STATUS(x) ((x) << S_L2T_STATUS)
1313 #define G_L2T_STATUS(x) (((x) >> S_L2T_STATUS) & M_L2T_STATUS)