Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/
HDt4_sge.c730 r >>= S_QUEUESPERPAGEPF0 + in t4_read_chip_settings()
731 (S_QUEUESPERPAGEPF1 - S_QUEUESPERPAGEPF0) * sc->pf; in t4_read_chip_settings()
736 r >>= S_QUEUESPERPAGEPF0 + in t4_read_chip_settings()
737 (S_QUEUESPERPAGEPF1 - S_QUEUESPERPAGEPF0) * sc->pf; in t4_read_chip_settings()
/trueos/sys/dev/cxgbe/common/
HDt4_regs.h579 #define S_QUEUESPERPAGEPF0 0 macro
581 #define V_QUEUESPERPAGEPF0(x) ((x) << S_QUEUESPERPAGEPF0)
582 #define G_QUEUESPERPAGEPF0(x) (((x) >> S_QUEUESPERPAGEPF0) & M_QUEUESPERPAGEPF0)