Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4vf_hw.c174 sp->pad_boundary = 1 << (G_INGPADBOUNDARY(sp->sge_control) + in t4vf_get_sge_params()
177 sp->pad_boundary = 1 << (G_INGPADBOUNDARY(sp->sge_control) + in t4vf_get_sge_params()
HDt4_hw.c9231 sp->pad_boundary = 1 << (G_INGPADBOUNDARY(r) + in t4_init_sge_params()
9234 sp->pad_boundary = 1 << (G_INGPADBOUNDARY(r) + in t4_init_sge_params()
HDt4_regs.h629 #define G_INGPADBOUNDARY(x) (((x) >> S_INGPADBOUNDARY) & M_INGPADBOUNDARY) macro