Searched refs:rx_push (Results 1 – 5 of 5) sorted by relevance
106 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()
621 kernel_ring->rx_push = test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state); in ionic_get_ringparam()653 kernel_ring->rx_push == test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state)) in ionic_set_ringparam()659 qparam.cmb_rx = kernel_ring->rx_push; in ionic_set_ringparam()666 kernel_ring->rx_push != test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state)) { in ionic_set_ringparam()668 kernel_ring->rx_push); in ionic_set_ringparam()
85 u8 rx_push; member
1999 __u32 rx_push:1; member2017 __u8 rx_push; member2112 __u32 rx_push:1; member2130 __u8 rx_push; member2251 __u8 rx_push) in ethtool_rings_set_req_set_rx_push() argument2253 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()
3165 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()