Home
last modified time | relevance | path

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

/include/linux/mlx5/
Ddriver.h336 u16 strides_offset; member
855 u16 strides_offset, in mlx5_init_fbc_offset() argument
864 fbc->strides_offset = strides_offset; in mlx5_init_fbc_offset()
879 ix += fbc->strides_offset; in mlx5_frag_buf_get_wqe()
888 u32 last_frag_stride_idx = (ix + fbc->strides_offset) | fbc->frag_sz_m1; in mlx5_frag_buf_get_idx_last_contig_stride()
890 return min_t(u32, last_frag_stride_idx - fbc->strides_offset, fbc->sz_m1); in mlx5_frag_buf_get_idx_last_contig_stride()