Searched refs:spg (Results 1 – 3 of 3) sorted by relevance
1072 struct sge_qstat *spg = (void *)&nm_txq->desc[nm_txq->sidx]; in reclaim_nm_tx_desc() local1073 uint16_t hw_cidx = spg->cidx; /* snapshot */ in reclaim_nm_tx_desc()
7030 struct sge_qstat *spg = (void *)&eq->desc[eq->sidx]; in quiesce_txq() local7048 while (spg->cidx != htobe16(eq->pidx)) in quiesce_txq()7070 spg->pidx = spg->cidx = htobe16(eq->cidx); in quiesce_txq()
6252 struct sge_qstat *spg = (void *)&eq->desc[eq->sidx]; in read_hw_cidx() local6253 uint16_t cidx = spg->cidx; /* stable snapshot */ in read_hw_cidx()