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