Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dcoalesce.c189 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES, in coalesce_fill_reply()
228 [ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES] = { .type = NLA_U32 },
316 tb[ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES], &mod); in __ethnl_set_coalesce()
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h417 ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES, /* u32 */ enumerator
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst1028 ``ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES`` u32 max aggr packets, Tx
1051 ``ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES`` describes the maximum number of frames
1093 ``ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES`` u32 max aggr packets, Tx
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c456 [ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES] = { .name = "tx-aggr-max-frames", .type = YNL_PT_U32, },
3691 } else if (type == ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES) { in ethtool_coalesce_get_rsp_parse()
3860 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES, req->tx_aggr_max_frames); in ethtool_coalesce_set()