Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mlx5/
H A Ddriver.h351 u16 strides_offset; member
936 u16 strides_offset, in mlx5_init_fbc_offset() argument
945 fbc->strides_offset = strides_offset; in mlx5_init_fbc_offset()
960 ix += fbc->strides_offset; in mlx5_frag_buf_get_wqe()
969 u32 last_frag_stride_idx = (ix + fbc->strides_offset) | fbc->frag_sz_m1; in mlx5_frag_buf_get_idx_last_contig_stride()
971 return min_t(u32, last_frag_stride_idx - fbc->strides_offset, fbc->sz_m1); in mlx5_frag_buf_get_idx_last_contig_stride()