Home
last modified time | relevance | path

Searched refs:rx_copy_thresh (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c939 ixgbe->rx_copy_thresh = (uint32_t)result; in ixgbe_set_priv_prop()
1035 value = ixgbe->rx_copy_thresh; in ixgbe_get_priv_prop()
H A Dixgbe_rx.c678 if (pkt_len > ixgbe->rx_copy_thresh) in ixgbe_ring_rx()
H A Dixgbe_sw.h706 uint32_t rx_copy_thresh; /* Rx copy threshold */ member
H A Dixgbe_main.c3619 ixgbe->rx_copy_thresh = ixgbe_get_prop(ixgbe, PROP_RX_COPY_THRESHOLD, in ixgbe_get_conf()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c398 if (pkt_len > igb->rx_copy_thresh) in igb_rx()
H A Digb_gld.c1525 igb->rx_copy_thresh = (uint32_t)result; in igb_set_priv_prop()
1602 value = igb->rx_copy_thresh; in igb_get_priv_prop()
H A Digb_sw.h658 uint32_t rx_copy_thresh; /* Rx copy threshold */ member
H A Digb_main.c3070 igb->rx_copy_thresh = igb_get_prop(igb, PROP_RX_COPY_THRESHOLD, in igb_get_conf()