Searched refs:ETHTOOL_A_COALESCE_PKT_RATE_LOW (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/net/ethtool/ |
D | coalesce.c | 161 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_PKT_RATE_LOW, in coalesce_fill_reply() 214 [ETHTOOL_A_COALESCE_PKT_RATE_LOW] = { .type = NLA_U32 }, 292 tb[ETHTOOL_A_COALESCE_PKT_RATE_LOW], &mod); in __ethnl_set_coalesce()
|
/linux-6.6.21/include/uapi/linux/ |
D | ethtool_netlink.h | 403 ETHTOOL_A_COALESCE_PKT_RATE_LOW, /* u32 */ enumerator
|
/linux-6.6.21/tools/net/ynl/generated/ |
D | ethtool-user.c | 442 [ETHTOOL_A_COALESCE_PKT_RATE_LOW] = { .name = "pkt-rate-low", .type = YNL_PT_U32, }, 3621 } else if (type == ETHTOOL_A_COALESCE_PKT_RATE_LOW) { in ethtool_coalesce_get_rsp_parse() 3832 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_PKT_RATE_LOW, req->pkt_rate_low); in ethtool_coalesce_set()
|
/linux-6.6.21/Documentation/networking/ |
D | ethtool-netlink.rst | 1014 ``ETHTOOL_A_COALESCE_PKT_RATE_LOW`` u32 threshold for low rate 1079 ``ETHTOOL_A_COALESCE_PKT_RATE_LOW`` u32 threshold for low rate
|