Searched refs:rx_push (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/ethtool/
H A Drings.c106 nla_put_u8(skb, ETHTOOL_A_RINGS_RX_PUSH, !!kr->rx_push) ||
221 ethnl_update_u8(&kernel_ringparam.rx_push,
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c621 kernel_ring->rx_push = test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state);
653 kernel_ring->rx_push == test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state))
659 qparam.cmb_rx = kernel_ring->rx_push;
666 kernel_ring->rx_push != test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state)) {
668 kernel_ring->rx_push);
/linux-master/include/linux/
H A Dethtool.h76 * @rx_push: The flag of rx push mode
85 u8 rx_push; member in struct:kernel_ethtool_ringparam
96 * @ETHTOOL_RING_USE_RX_PUSH: capture for setting rx_push

Completed in 102 milliseconds