Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c363 boolean_t tfint; in nge_send_copy() local
381 tfint = ((start_index % ngep->tfint_threshold) == 0); in nge_send_copy()
405 flags, B_TRUE, tfint); in nge_send_copy()
448 boolean_t tfint; in nge_send_mapped() local
544 tfint = ((j % ngep->tfint_threshold) == 0); in nge_send_mapped()
547 cookie[i].dmac_size, 0, end, tfint); in nge_send_mapped()
553 tfint = ((j % ngep->tfint_threshold) == 0); in nge_send_mapped()
555 flags, end, tfint); in nge_send_mapped()
734 size_t length, uint32_t sum_flag, boolean_t end, boolean_t tfint) in nge_hot_txd_fill() argument
760 if (tfint) in nge_hot_txd_fill()
[all …]
H A Dnge_chip.h118 uint32_t tfint:1; member
145 uint32_t tfint:1; member
H A Dnge_chip.c1316 intr_mask.mask_bits.tfint = NGE_SET; in nge_chip_start()
1757 btx = (pintr_src->int_bits.teint | pintr_src->int_bits.tfint) in nge_intr_handle()