Searched refs:S_RFPARERR (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h522 #define S_RFPARERR 14 macro
524 #define V_RFPARERR(x) ((x) << S_RFPARERR)
525 #define G_RFPARERR(x) (((x) >> S_RFPARERR) & M_RFPARERR)

Completed in 207 milliseconds