Searched refs:rx_bcopy (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c191 brp->rx_bcopy = B_TRUE;
193 brp->rx_bcopy = B_FALSE;
195 if (brp->rx_bcopy) {
H A Dnge.h503 boolean_t rx_bcopy; member in struct:buff_ring
H A Dnge_main.c713 brp->rx_bcopy = B_FALSE;
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c119 if (rgep->rx_bcopy && rgep->rx_free == RGE_BUF_SLOTS)
120 rgep->rx_bcopy = B_FALSE;
156 rgep->rx_bcopy = B_TRUE;
229 if (rgep->rx_bcopy || packet_len <= RGE_RECV_COPY_SIZE ||
H A Drge_kstats.c44 { 3, "rx_bcopy" },
76 (knp++)->value.ui64 = rgep->rx_bcopy;
H A Drge_main.c382 rgep->rx_bcopy = B_TRUE;
587 rgep->rx_bcopy = B_TRUE;
602 rgep->rx_bcopy = B_FALSE;
755 if (!rgep->rx_bcopy) {
802 if (!rgep->rx_bcopy) {
H A Drge.h430 boolean_t rx_bcopy; member in struct:rge

Completed in 847 milliseconds