Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.h56 u16 cur_sz; member
76 u16 cur_sz; member
103 return wq->cur_sz == wq->sz; in mlx5_wq_cyc_is_full()
108 return wq->sz - wq->cur_sz; in mlx5_wq_cyc_missing()
113 return !wq->cur_sz; in mlx5_wq_cyc_is_empty()
119 wq->cur_sz++; in mlx5_wq_cyc_push()
125 wq->cur_sz += n; in mlx5_wq_cyc_push_n()
130 wq->cur_sz--; in mlx5_wq_cyc_pop()
150 return mlx5_wq_cyc_ctr2ix(wq, wq->wqe_ctr - wq->cur_sz); in mlx5_wq_cyc_get_tail()
229 return wq->cur_sz == wq->fbc.sz_m1; in mlx5_wq_ll_is_full()
[all …]
Den.h933 return rq->mpwqe.wq.cur_sz; in mlx5e_rqwq_get_cur_sz()
935 return rq->wqe.wq.cur_sz; in mlx5e_rqwq_get_cur_sz()