Searched refs:ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool_netlink.h | 418 ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS, /* u32 */ enumerator
|
/kernel/linux/linux-6.6/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()
|
Completed in 17 milliseconds