Home
last modified time | relevance | path

Searched refs:rx_copy (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c630 goto rx_copy; in e1000g_receive()
687 rx_copy: in e1000g_receive()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h255 struct kstat_named rx_copy; member
H A Dmyri10ge.c2461 MYRI10GE_ATOMIC_SLICE_STAT_INC(rx_copy); in myri10ge_rx_done_big()
4163 kstat_named_init(&ethstat->rx_copy, "rx_copy", in myri10ge_slice_stat_init()
4953 if (ss->watchdog_rx_copy != MYRI10GE_SLICE_STAT(rx_copy)) { in myri10ge_watchdog()
4954 ss->watchdog_rx_copy = MYRI10GE_SLICE_STAT(rx_copy); in myri10ge_watchdog()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c660 qlge->rx_copy = B_FALSE; in ql_read_conf()
663 qlge->rx_copy = B_TRUE; in ql_read_conf()
1893 boolean_t rx_copy = B_FALSE; in ql_build_rx_mp() local
1924 if (qlge->rx_copy || in ql_build_rx_mp()
1927 rx_copy = B_TRUE; in ql_build_rx_mp()
1931 if (rx_copy) { in ql_build_rx_mp()
1980 } else if (rx_copy) { in ql_build_rx_mp()
2056 } else if (rx_copy) { in ql_build_rx_mp()
2124 } else if (rx_copy) { in ql_build_rx_mp()
2204 } else if (rx_copy) { in ql_build_rx_mp()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h787 boolean_t rx_copy; member