Searched refs:ETHTOOL_A_RINGS_RX_PUSH (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/ethtool/ |
D | rings.c | 106 nla_put_u8(skb, ETHTOOL_A_RINGS_RX_PUSH, !!kr->rx_push) || in rings_fill_reply() 129 [ETHTOOL_A_RINGS_RX_PUSH] = NLA_POLICY_MAX(NLA_U8, 1), 164 if (tb[ETHTOOL_A_RINGS_RX_PUSH] && in ethnl_set_rings_validate() 167 tb[ETHTOOL_A_RINGS_RX_PUSH], in ethnl_set_rings_validate() 210 tb[ETHTOOL_A_RINGS_RX_PUSH], &mod); in ethnl_set_rings()
|
/Linux-v6.6/include/uapi/linux/ |
D | ethtool_netlink.h | 359 ETHTOOL_A_RINGS_RX_PUSH, /* u8 */ enumerator
|
/Linux-v6.6/tools/net/ynl/generated/ |
D | ethtool-user.c | 402 [ETHTOOL_A_RINGS_RX_PUSH] = { .name = "rx-push", .type = YNL_PT_U8, }, 3162 } else if (type == ETHTOOL_A_RINGS_RX_PUSH) { in ethtool_rings_get_rsp_parse() 3309 mnl_attr_put_u8(nlh, ETHTOOL_A_RINGS_RX_PUSH, req->rx_push); in ethtool_rings_set()
|
/Linux-v6.6/Documentation/networking/ |
D | ethtool-netlink.rst | 877 ``ETHTOOL_A_RINGS_RX_PUSH`` u8 flag of RX Push mode 924 ``ETHTOOL_A_RINGS_RX_PUSH`` u8 flag of RX Push mode
|