Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mlx5/
Ddriver.h366 u16 strides_offset; member
998 u16 strides_offset, in mlx5_fill_fbc_offset() argument
1006 fbc->strides_offset = strides_offset; in mlx5_fill_fbc_offset()
1028 ix += fbc->strides_offset; in mlx5_frag_buf_get_wqe()
1038 u32 last_frag_stride_idx = (ix + fbc->strides_offset) | fbc->frag_sz_m1; in mlx5_frag_buf_get_idx_last_contig_stride()
1040 return min_t(u32, last_frag_stride_idx - fbc->strides_offset, fbc->sz_m1); in mlx5_frag_buf_get_idx_last_contig_stride()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.c128 if (sq_fbc->strides_offset) in mlx5_qp_set_frag_buf()