Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ethtool/
H A Dcoalesce.c187 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES, in coalesce_fill_reply()
227 [ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES] = { .type = NLA_U32 },
314 tb[ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES], &mod); in __ethnl_set_coalesce()
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h416 ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES, /* u32 */ enumerator
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst1027 ``ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES`` u32 max aggr size, Tx
1049 can be submitted as a single IO operation. ``ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES``
1092 ``ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES`` u32 max aggr size, Tx
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c455 [ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES] = { .name = "tx-aggr-max-bytes", .type = YNL_PT_U32, },
3686 } else if (type == ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES) { in ethtool_coalesce_get_rsp_parse()
3858 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES, req->tx_aggr_max_bytes); in ethtool_coalesce_set()