Home
last modified time | relevance | path

Searched refs:fq_cidx (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/chxge/
H A Dsge.c808 struct freelQ_ce *ce = &cq[Q->fq_cidx]; in t1_sge_rx()
810 uint32_t cidx = Q->fq_cidx; in t1_sge_rx()
1007 Q->fq_cidx = cidx; in t1_sge_rx()
1559 uint32_t cidx = Q->fq_cidx; in free_freelQ_buffers()
1592 Q->fq_cidx = cidx; in free_freelQ_buffers()
H A Dsge.h270 u32 fq_cidx; /* consumer index (HW) */ member