Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/
HDadapter.h825 int sc_do_rxcopy; member
HDt4_main.c5120 sc->sc_do_rxcopy = 1; in t4_sysctls()
5122 &sc->sc_do_rxcopy, 1, "Do RX copy of small frames"); in t4_sysctls()
HDt4_sge.c1545 if (sc->sc_do_rxcopy && len < RX_COPY_THRESHOLD) { in get_scatter_segment()