Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ethtool/
H A Dcoalesce.c142 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_USECS_IRQ, in coalesce_fill_reply()
202 [ETHTOOL_A_COALESCE_TX_USECS_IRQ] = { .type = NLA_U32 },
275 tb[ETHTOOL_A_COALESCE_TX_USECS_IRQ], &mod); in ethnl_set_coalesce()
/kernel/linux/linux-6.6/net/ethtool/
H A Dcoalesce.c151 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_USECS_IRQ, in coalesce_fill_reply()
209 [ETHTOOL_A_COALESCE_TX_USECS_IRQ] = { .type = NLA_U32 },
286 tb[ETHTOOL_A_COALESCE_TX_USECS_IRQ], &mod); in __ethnl_set_coalesce()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dethtool_netlink.h353 ETHTOOL_A_COALESCE_TX_USECS_IRQ, /* u32 */ enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dethtool_netlink.h264 ETHTOOL_A_COALESCE_TX_USECS_IRQ, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dethtool_netlink.h264 ETHTOOL_A_COALESCE_TX_USECS_IRQ, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dethtool_netlink.h398 ETHTOOL_A_COALESCE_TX_USECS_IRQ, /* u32 */ enumerator
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Dethtool-user.c437 [ETHTOOL_A_COALESCE_TX_USECS_IRQ] = { .name = "tx-usecs-irq", .type = YNL_PT_U32, },
3596 } else if (type == ETHTOOL_A_COALESCE_TX_USECS_IRQ) { in ethtool_coalesce_get_rsp_parse()
3822 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_TX_USECS_IRQ, req->tx_usecs_irq); in ethtool_coalesce_set()

Completed in 16 milliseconds