cur_sz            935 drivers/net/ethernet/mellanox/mlx5/core/en.h 		return rq->mpwqe.wq.cur_sz;
cur_sz            937 drivers/net/ethernet/mellanox/mlx5/core/en.h 		return rq->wqe.wq.cur_sz;
cur_sz            102 drivers/net/ethernet/mellanox/mlx5/core/wq.c 	wq->cur_sz = 0;
cur_sz            258 drivers/net/ethernet/mellanox/mlx5/core/wq.c 	wq->cur_sz = 0;
cur_sz             56 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	u16			cur_sz;
cur_sz             76 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	u16			cur_sz;
cur_sz            105 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	return wq->cur_sz == wq->sz;
cur_sz            110 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	return wq->sz - wq->cur_sz;
cur_sz            115 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	return !wq->cur_sz;
cur_sz            121 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	wq->cur_sz++;
cur_sz            127 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	wq->cur_sz += n;
cur_sz            132 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	wq->cur_sz--;
cur_sz            152 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	return mlx5_wq_cyc_ctr2ix(wq, wq->wqe_ctr - wq->cur_sz);
cur_sz            231 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	return wq->cur_sz == wq->fbc.sz_m1;
cur_sz            236 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	return !wq->cur_sz;
cur_sz            241 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	return wq->fbc.sz_m1 - wq->cur_sz;
cur_sz            260 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	wq->cur_sz++;
cur_sz            268 drivers/net/ethernet/mellanox/mlx5/core/wq.h 	wq->cur_sz--;