Searched refs:ETHTOOL_A_COALESCE_RX_USECS_LOW (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/ethtool/ |
D | coalesce.c | 163 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()
|
/Linux-v6.6/include/uapi/linux/ |
D | ethtool_netlink.h | 404 ETHTOOL_A_COALESCE_RX_USECS_LOW, /* u32 */ enumerator
|
/Linux-v6.6/tools/net/ynl/generated/ |
D | ethtool-user.c | 443 [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()
|
/Linux-v6.6/Documentation/networking/ |
D | ethtool-netlink.rst | 1015 ``ETHTOOL_A_COALESCE_RX_USECS_LOW`` u32 delay (us), low Rx 1080 ``ETHTOOL_A_COALESCE_RX_USECS_LOW`` u32 delay (us), low Rx
|