Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h2609 #define S_LE_RSPSIZE 4 macro
2611 #define V_LE_RSPSIZE(x) ((x) << S_LE_RSPSIZE)
2612 #define G_LE_RSPSIZE(x) (((x) >> S_LE_RSPSIZE) & M_LE_RSPSIZE)