Searched refs:ETHTOOL_A_COALESCE_TX_USECS_LOW (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | coalesce.c | 167 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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 406 ETHTOOL_A_COALESCE_TX_USECS_LOW, /* u32 */ enumerator
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 445 [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()
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1017 ``ETHTOOL_A_COALESCE_TX_USECS_LOW`` u32 delay (us), low Tx 1082 ``ETHTOOL_A_COALESCE_TX_USECS_LOW`` u32 delay (us), low Tx
|