Searched refs:ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | coalesce.c | 159 coalesce_put_bool(skb, ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX, in coalesce_fill_reply() 213 [ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX] = { .type = NLA_U8 }, 324 tb[ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX], &mod_mode); in __ethnl_set_coalesce()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 402 ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX, /* u8 */ enumerator
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 441 [ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX] = { .name = "use-adaptive-tx", .type = YNL_PT_U8, }, 3616 } else if (type == ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX) { in ethtool_coalesce_get_rsp_parse() 3830 mnl_attr_put_u8(nlh, ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX, req->use_adaptive_tx); in ethtool_coalesce_set()
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1013 ``ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX`` bool adaptive Tx coalesce 1078 ``ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX`` bool adaptive Tx coalesce
|