Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c190 if (len <= ngep->param_rxbcopy_threshold || bufp == NULL) in nge_recv_packet()
H A Dnge.h829 int param_rxbcopy_threshold; member
H A Dnge_main.c1948 ngep->param_rxbcopy_threshold = (uint32_t)result; in nge_set_priv_prop()
2048 value = ngep->param_rxbcopy_threshold; in nge_get_priv_prop()
2413 ngep->param_rxbcopy_threshold = NGE_RX_COPY_SIZE; in nge_attach()