Searched refs:G_INGPADBOUNDARY (Results 1 – 3 of 3) sorted by relevance
174 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()
9231 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()
629 #define G_INGPADBOUNDARY(x) (((x) >> S_INGPADBOUNDARY) & M_INGPADBOUNDARY) macro