Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Drings.c106 nla_put_u8(skb, ETHTOOL_A_RINGS_RX_PUSH, !!kr->rx_push) || in rings_fill_reply()
209 ethnl_update_u8(&kernel_ringparam.rx_push, in ethnl_set_rings()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c616 kernel_ring->rx_push = test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state); in ionic_get_ringparam()
648 kernel_ring->rx_push == test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state)) in ionic_set_ringparam()
654 qparam.cmb_rx = kernel_ring->rx_push; in ionic_set_ringparam()
661 kernel_ring->rx_push != test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state)) { in ionic_set_ringparam()
663 kernel_ring->rx_push); in ionic_set_ringparam()
/openbmc/linux/include/linux/
H A Dethtool.h85 u8 rx_push; member
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h1999 __u32 rx_push:1; member
2017 __u8 rx_push; member
2112 __u32 rx_push:1; member
2130 __u8 rx_push; member
2251 __u8 rx_push) in ethtool_rings_set_req_set_rx_push() argument
2253 req->_present.rx_push = 1; in ethtool_rings_set_req_set_rx_push()
2254 req->rx_push = rx_push; in ethtool_rings_set_req_set_rx_push()
H A Dethtool-user.c3165 dst->_present.rx_push = 1; in ethtool_rings_get_rsp_parse()
3166 dst->rx_push = mnl_attr_get_u8(attr); in ethtool_rings_get_rsp_parse()
3308 if (req->_present.rx_push) in ethtool_rings_set()
3309 mnl_attr_put_u8(nlh, ETHTOOL_A_RINGS_RX_PUSH, req->rx_push); in ethtool_rings_set()