Searched refs:ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | coalesce.c | 191 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS, in coalesce_fill_reply() 229 [ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS] = { .type = NLA_U32 }, 318 tb[ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS], &mod); in __ethnl_set_coalesce()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 418 ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS, /* u32 */ enumerator
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1029 ``ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS`` u32 time (us), aggr, Tx 1053 ``ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS`` describes the amount of time in usecs, 1094 ``ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS`` u32 time (us), aggr, Tx
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 457 [ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS] = { .name = "tx-aggr-time-usecs", .type = YNL_PT_U32, }, 3696 } else if (type == ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS) { in ethtool_coalesce_get_rsp_parse() 3862 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS, req->tx_aggr_time_usecs); in ethtool_coalesce_set()
|