Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_COALESCE_TX_USECS_LOW (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/ethtool/
H A Dcoalesce.c158 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_USECS_LOW, in coalesce_fill_reply()
210 [ETHTOOL_A_COALESCE_TX_USECS_LOW] = { .type = NLA_U32 },
291 tb[ETHTOOL_A_COALESCE_TX_USECS_LOW], &mod); in ethnl_set_coalesce()
/kernel/linux/linux-6.6/net/ethtool/
H A Dcoalesce.c167 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_USECS_LOW, in coalesce_fill_reply()
217 [ETHTOOL_A_COALESCE_TX_USECS_LOW] = { .type = NLA_U32 },
298 tb[ETHTOOL_A_COALESCE_TX_USECS_LOW], &mod); in __ethnl_set_coalesce()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dethtool_netlink.h361 ETHTOOL_A_COALESCE_TX_USECS_LOW, /* u32 */ enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dethtool_netlink.h272 ETHTOOL_A_COALESCE_TX_USECS_LOW, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dethtool_netlink.h272 ETHTOOL_A_COALESCE_TX_USECS_LOW, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dethtool_netlink.h406 ETHTOOL_A_COALESCE_TX_USECS_LOW, /* u32 */ enumerator
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Dethtool-user.c445 [ETHTOOL_A_COALESCE_TX_USECS_LOW] = { .name = "tx-usecs-low", .type = YNL_PT_U32, },
3636 } else if (type == ETHTOOL_A_COALESCE_TX_USECS_LOW) { in ethtool_coalesce_get_rsp_parse()
3838 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_TX_USECS_LOW, req->tx_usecs_low); in ethtool_coalesce_set()

Completed in 15 milliseconds