Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ethtool/
H A Dcoalesce.c154 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_USECS_LOW, in coalesce_fill_reply()
208 [ETHTOOL_A_COALESCE_RX_USECS_LOW] = { .type = NLA_U32 },
287 tb[ETHTOOL_A_COALESCE_RX_USECS_LOW], &mod); in ethnl_set_coalesce()
/kernel/linux/linux-6.6/net/ethtool/
H A Dcoalesce.c163 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_USECS_LOW, in coalesce_fill_reply()
215 [ETHTOOL_A_COALESCE_RX_USECS_LOW] = { .type = NLA_U32 },
294 tb[ETHTOOL_A_COALESCE_RX_USECS_LOW], &mod); in __ethnl_set_coalesce()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dethtool_netlink.h359 ETHTOOL_A_COALESCE_RX_USECS_LOW, /* u32 */ enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dethtool_netlink.h270 ETHTOOL_A_COALESCE_RX_USECS_LOW, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dethtool_netlink.h270 ETHTOOL_A_COALESCE_RX_USECS_LOW, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dethtool_netlink.h404 ETHTOOL_A_COALESCE_RX_USECS_LOW, /* u32 */ enumerator
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Dethtool-user.c443 [ETHTOOL_A_COALESCE_RX_USECS_LOW] = { .name = "rx-usecs-low", .type = YNL_PT_U32, },
3626 } else if (type == ETHTOOL_A_COALESCE_RX_USECS_LOW) { in ethtool_coalesce_get_rsp_parse()
3834 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_RX_USECS_LOW, req->rx_usecs_low); in ethtool_coalesce_set()

Completed in 20 milliseconds