Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h62889 #define S_WR_EOP_CNT 16 macro
62891 #define V_WR_EOP_CNT(x) ((x) << S_WR_EOP_CNT)
62892 #define G_WR_EOP_CNT(x) (((x) >> S_WR_EOP_CNT) & M_WR_EOP_CNT)