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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h372 #define S_EGRERROPCODE 24 macro
374 #define V_EGRERROPCODE(x) ((x) << S_EGRERROPCODE)
375 #define G_EGRERROPCODE(x) (((x) >> S_EGRERROPCODE) & M_EGRERROPCODE)

Completed in 273 milliseconds