Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h828 int param_txbcopy_threshold; member
H A Dnge_tx.c624 if ((mblen > ngep->param_txbcopy_threshold) && in nge_send()
H A Dnge_main.c1934 ngep->param_txbcopy_threshold = (uint32_t)result; in nge_set_priv_prop()
2043 value = ngep->param_txbcopy_threshold; in nge_get_priv_prop()
2412 ngep->param_txbcopy_threshold = NGE_TX_COPY_SIZE; in nge_attach()