Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_regs.h1227 #define S_RF_RSPSTATE 10 macro
1229 #define V_RF_RSPSTATE(x) ((x) << S_RF_RSPSTATE)
1230 #define G_RF_RSPSTATE(x) (((x) >> S_RF_RSPSTATE) & M_RF_RSPSTATE)