Searched refs:db_pidx (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c2528 if (q->db_pidx != hw_pidx) {
2532 if (q->db_pidx >= hw_pidx)
2533 delta = q->db_pidx - hw_pidx;
2535 delta = q->size - hw_pidx + q->db_pidx;
H A Dsge.c1034 q->db_pidx = q->pidx;
H A Dcxgb4.h858 unsigned short db_pidx; member in struct:sge_txq

Completed in 277 milliseconds