Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/chxge/
H A Dsge.h312 uint32_t tx_need_cpl_space; /* # of allocs for cpl header */ member
369 kstat_named_t tx_need_cpl_space; /* # of allocs for cpl header */ member
H A Dsge.c1713 kstat_named_init(&chkp->tx_need_cpl_space, "tx_need_cpl_space", in sge_kstat_setup()
1821 statsp->tx_need_cpl_space in sge_kstat_update()
1822 = chkp->tx_need_cpl_space.value.ui32; in sge_kstat_update()
1871 chkp->tx_need_cpl_space.value.ui32 in sge_kstat_update()
1872 = statsp->tx_need_cpl_space; in sge_kstat_update()
H A Dpe.c336 sa->sge->intr_cnt.tx_need_cpl_space++; in pe_start()