Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_regs.h382 #define S_EGRLOOPCODE 8 macro
384 #define V_EGRLOOPCODE(x) ((x) << S_EGRLOOPCODE)
385 #define G_EGRLOOPCODE(x) (((x) >> S_EGRLOOPCODE) & M_EGRLOOPCODE)