db_pidx           751 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	unsigned short db_pidx;
db_pidx          2131 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (q->db_pidx != hw_pidx) {
db_pidx          2135 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		if (q->db_pidx >= hw_pidx)
db_pidx          2136 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			delta = q->db_pidx - hw_pidx;
db_pidx          2138 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			delta = q->size - hw_pidx + q->db_pidx;
db_pidx           983 drivers/net/ethernet/chelsio/cxgb4/sge.c 		q->db_pidx = q->pidx;