Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c3504 unsigned int fl_align = cache_line_size < 32 ? 32 : cache_line_size; in t4_fixup_host_params_compat() local
3505 unsigned int fl_align_log = cxgbe_fls(fl_align) - 1; in t4_fixup_host_params_compat()
3552 pack_align = fl_align; in t4_fixup_host_params_compat()
3580 fl_align = 16; in t4_fixup_host_params_compat()
3583 fl_align = 64; in t4_fixup_host_params_compat()
3588 fl_align = pack_align; in t4_fixup_host_params_compat()
3629 (t4_read_reg(adap, A_SGE_FL_BUFFER_SIZE2) + fl_align - 1) in t4_fixup_host_params_compat()
3630 & ~(fl_align - 1)); in t4_fixup_host_params_compat()
3632 (t4_read_reg(adap, A_SGE_FL_BUFFER_SIZE3) + fl_align - 1) in t4_fixup_host_params_compat()
3633 & ~(fl_align - 1)); in t4_fixup_host_params_compat()