Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h134 #define S_RSPD_GEN 7 macro
135 #define V_RSPD_GEN(x) ((x) << S_RSPD_GEN)
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2189 return ((((*ctrl)->u.type_gen >> S_RSPD_GEN) == iq->gen)); in is_new_response()