Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h5507 #define S_LINK_NUMBER 0 macro
5509 #define V_LINK_NUMBER(x) ((x) << S_LINK_NUMBER)
5510 #define G_LINK_NUMBER(x) (((x) >> S_LINK_NUMBER) & M_LINK_NUMBER)