Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c807 struct freelQ_ce *ce = &cq[Q->fq_cidx]; in t1_sge_rx()
809 uint32_t cidx = Q->fq_cidx; in t1_sge_rx()
1005 Q->fq_cidx = cidx; in t1_sge_rx()
1557 uint32_t cidx = Q->fq_cidx; in free_freelQ_buffers()
1590 Q->fq_cidx = cidx; in free_freelQ_buffers()
H A Dsge.h268 u32 fq_cidx; /* consumer index (HW) */ member