Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/qat/
H A Dqat.c862 qb->qb_coalescing_time = COALESCING_TIME_INTERVAL_DEFAULT; in qat_etr_bank_init()
1116 bank, qb->qb_coalescing_time, intr_mask); in qat_etr_setup_ring()
1120 ETR_INT_COL_CTL_ENABLE | qb->qb_coalescing_time); in qat_etr_setup_ring()
1252 ETR_INT_COL_CTL_ENABLE | qb->qb_coalescing_time); in qat_etr_bank_intr()
H A Dqatvar.h218 uint32_t qb_coalescing_time; /* timer in nano sec, 0: disabled */ member