Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4117 unsigned int fl_align = cache_line_size < 32 ? 32 : cache_line_size; in t4_fixup_host_params() local
4118 unsigned int fl_align_log = fls(fl_align) - 1; in t4_fixup_host_params()
4159 (t4_read_reg(adap, A_SGE_FL_BUFFER_SIZE2) + fl_align-1) & in t4_fixup_host_params()
4160 ~(fl_align-1)); in t4_fixup_host_params()
4162 (t4_read_reg(adap, A_SGE_FL_BUFFER_SIZE3) + fl_align-1) & in t4_fixup_host_params()
4163 ~(fl_align-1)); in t4_fixup_host_params()