Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c7625 ingpadboundary = 1 << (G_INGPADBOUNDARY(sge_control) + ingpad_shift); in t4_fl_pkt_align()
H A Dt4_regs.h579 #define G_INGPADBOUNDARY(x) (((x) >> S_INGPADBOUNDARY) & M_INGPADBOUNDARY) macro