Home
last modified time | relevance | path

Searched refs:spg (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/
HDt4_netmap.c1072 struct sge_qstat *spg = (void *)&nm_txq->desc[nm_txq->sidx]; in reclaim_nm_tx_desc() local
1073 uint16_t hw_cidx = spg->cidx; /* snapshot */ in reclaim_nm_tx_desc()
HDt4_main.c7030 struct sge_qstat *spg = (void *)&eq->desc[eq->sidx]; in quiesce_txq() local
7048 while (spg->cidx != htobe16(eq->pidx)) in quiesce_txq()
7070 spg->pidx = spg->cidx = htobe16(eq->cidx); in quiesce_txq()
HDt4_sge.c6252 struct sge_qstat *spg = (void *)&eq->desc[eq->sidx]; in read_hw_cidx() local
6253 uint16_t cidx = spg->cidx; /* stable snapshot */ in read_hw_cidx()