Searched refs:ETHTOOL_A_COALESCE_STATS_BLOCK_USECS (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | coalesce.c | 155 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_STATS_BLOCK_USECS, in coalesce_fill_reply() 211 [ETHTOOL_A_COALESCE_STATS_BLOCK_USECS] = { .type = NLA_U32 }, 290 tb[ETHTOOL_A_COALESCE_STATS_BLOCK_USECS], &mod); in __ethnl_set_coalesce()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 400 ETHTOOL_A_COALESCE_STATS_BLOCK_USECS, /* u32 */ enumerator
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 439 [ETHTOOL_A_COALESCE_STATS_BLOCK_USECS] = { .name = "stats-block-usecs", .type = YNL_PT_U32, }, 3606 } else if (type == ETHTOOL_A_COALESCE_STATS_BLOCK_USECS) { in ethtool_coalesce_get_rsp_parse() 3826 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_STATS_BLOCK_USECS, req->stats_block_usecs); in ethtool_coalesce_set()
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1011 ``ETHTOOL_A_COALESCE_STATS_BLOCK_USECS`` u32 delay of stats update 1076 ``ETHTOOL_A_COALESCE_STATS_BLOCK_USECS`` u32 delay of stats update
|