Searched refs:tx_need_cpl_space (Results 1 – 3 of 3) sorted by relevance
312 uint32_t tx_need_cpl_space; /* # of allocs for cpl header */ member369 kstat_named_t tx_need_cpl_space; /* # of allocs for cpl header */ member
1713 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()
336 sa->sge->intr_cnt.tx_need_cpl_space++; in pe_start()