Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h310 uint32_t tx_need_cpl_space; /* # of allocs for cpl header */ member
367 kstat_named_t tx_need_cpl_space; /* # of allocs for cpl header */ member
H A Dsge.c1711 kstat_named_init(&chkp->tx_need_cpl_space, "tx_need_cpl_space", in sge_kstat_setup()
1819 statsp->tx_need_cpl_space in sge_kstat_update()
1820 = chkp->tx_need_cpl_space.value.ui32; in sge_kstat_update()
1869 chkp->tx_need_cpl_space.value.ui32 in sge_kstat_update()
1870 = statsp->tx_need_cpl_space; in sge_kstat_update()
H A Dpe.c336 sa->sge->intr_cnt.tx_need_cpl_space++; in pe_start()