Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.c115 struct mlx5_frag_buf *rqb, *sqb; in mlx5_qp_set_frag_buf() local
123 sqb = &sq_fbc->frag_buf; in mlx5_qp_set_frag_buf()
124 *sqb = *buf; in mlx5_qp_set_frag_buf()
125 sqb->size = mlx5_wq_cyc_get_byte_size(&qp->sq); in mlx5_qp_set_frag_buf()
126 sqb->npages = DIV_ROUND_UP(sqb->size, PAGE_SIZE); in mlx5_qp_set_frag_buf()
127 sqb->frags += rqb->npages; /* first part is for the rq */ in mlx5_qp_set_frag_buf()
129 sqb->frags--; in mlx5_qp_set_frag_buf()