hw_cidx          1836 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	u16 hw_pidx, hw_cidx;
hw_cidx          1839 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	ret = read_eq_indices(adap, qid, &hw_pidx, &hw_cidx);
hw_cidx          2124 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	u16 hw_pidx, hw_cidx;
hw_cidx          2128 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	ret = read_eq_indices(adap, (u16)q->cntxt_id, &hw_pidx, &hw_cidx);
hw_cidx           399 drivers/net/ethernet/chelsio/cxgb4/sge.c 	int hw_cidx = ntohs(READ_ONCE(q->stat->cidx));
hw_cidx           400 drivers/net/ethernet/chelsio/cxgb4/sge.c 	hw_cidx -= q->cidx;
hw_cidx           401 drivers/net/ethernet/chelsio/cxgb4/sge.c 	return hw_cidx < 0 ? hw_cidx + q->size : hw_cidx;
hw_cidx          1327 drivers/net/ethernet/chelsio/cxgb4/sge.c 	unsigned int reclaimed, hw_cidx;
hw_cidx          1337 drivers/net/ethernet/chelsio/cxgb4/sge.c 	hw_cidx = ntohs(READ_ONCE(q->stat->cidx));
hw_cidx          1338 drivers/net/ethernet/chelsio/cxgb4/sge.c 	hw_in_use = q->pidx - hw_cidx;
hw_cidx          2002 drivers/net/ethernet/chelsio/cxgb4/sge.c 	int hw_cidx = ntohs(READ_ONCE(q->stat->cidx));
hw_cidx          2003 drivers/net/ethernet/chelsio/cxgb4/sge.c 	int reclaim = hw_cidx - q->cidx;
hw_cidx          2009 drivers/net/ethernet/chelsio/cxgb4/sge.c 	q->cidx = hw_cidx;
hw_cidx           413 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 	int hw_cidx = be16_to_cpu(tq->stat->cidx);
hw_cidx           414 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 	int reclaimable = hw_cidx - tq->cidx;