Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c381 tfint = ((start_index % ngep->tfint_threshold) == 0); in nge_send_copy()
544 tfint = ((j % ngep->tfint_threshold) == 0); in nge_send_mapped()
553 tfint = ((j % ngep->tfint_threshold) == 0); in nge_send_mapped()
H A Dnge.h761 uint32_t tfint_threshold; member
H A Dnge_main.c2151 ngep->tfint_threshold = (tx_pkts / NGE_POLL_ENTER); in nge_interrupt_optimize()
2153 ngep->tfint_threshold = NGE_TFINT_DEFAULT; in nge_interrupt_optimize()
2428 ngep->tfint_threshold = NGE_TFINT_DEFAULT; in nge_attach()