Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mlx5/
Ddriver.h307 u8 log_stride; member
365 u8 log_stride; member
997 static inline void mlx5_fill_fbc_offset(u8 log_stride, u8 log_sz, in mlx5_fill_fbc_offset() argument
1001 fbc->log_stride = log_stride; in mlx5_fill_fbc_offset()
1004 fbc->log_frag_strides = PAGE_SHIFT - fbc->log_stride; in mlx5_fill_fbc_offset()
1009 static inline void mlx5_fill_fbc(u8 log_stride, u8 log_sz, in mlx5_fill_fbc() argument
1012 mlx5_fill_fbc_offset(log_stride, log_sz, 0, fbc); in mlx5_fill_fbc()
1032 ((fbc->frag_sz_m1 & ix) << fbc->log_stride); in mlx5_frag_buf_get_wqe()