Searched refs:spg (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c5572 struct sge_qstat *spg = (void *)&eq->desc[eq->sidx]; local
5589 while (spg->cidx != htobe16(eq->pidx))
H A Dt4_netmap.c414 struct sge_qstat *spg = (void *)&nm_txq->desc[nm_txq->sidx]; local
417 while (be16toh(nm_txq->pidx) != spg->pidx)
421 while (spg->pidx != spg->cidx)
664 struct sge_qstat *spg = (void *)&nm_txq->desc[nm_txq->sidx]; local
665 uint16_t hw_cidx = spg->cidx; /* snapshot */
H A Dt4_sge.c4886 struct sge_qstat *spg = (void *)&eq->desc[eq->sidx]; local
4887 uint16_t cidx = spg->cidx; /* stable snapshot */

Completed in 194 milliseconds