Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_PAUSE_TX (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/net/ethtool/
H A Dpause.c113 nla_put_u8(skb, ETHTOOL_A_PAUSE_TX, !!pauseparam->tx_pause)) in pause_fill_reply()
142 [ETHTOOL_A_PAUSE_TX] = { .type = NLA_U8 },
175 ethnl_update_bool32(&params.tx_pause, tb[ETHTOOL_A_PAUSE_TX], &mod); in ethnl_set_pause()
H A Dnetlink.h374 extern const struct nla_policy ethnl_pause_set_policy[ETHTOOL_A_PAUSE_TX + 1];
/kernel/linux/linux-6.6/net/ethtool/
H A Dpause.c153 nla_put_u8(skb, ETHTOOL_A_PAUSE_TX, !!pauseparam->tx_pause)) in pause_fill_reply()
170 [ETHTOOL_A_PAUSE_TX] = { .type = NLA_U8 },
195 ethnl_update_bool32(&params.tx_pause, tb[ETHTOOL_A_PAUSE_TX], &mod); in ethnl_set_pause()
H A Dnetlink.h422 extern const struct nla_policy ethnl_pause_set_policy[ETHTOOL_A_PAUSE_TX + 1];
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dethtool_netlink.h382 ETHTOOL_A_PAUSE_TX, /* u8 */ enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dethtool_netlink.h288 ETHTOOL_A_PAUSE_TX, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dethtool_netlink.h288 ETHTOOL_A_PAUSE_TX, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dethtool_netlink.h432 ETHTOOL_A_PAUSE_TX, /* u8 */ enumerator
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Dethtool-user.c469 [ETHTOOL_A_PAUSE_TX] = { .name = "tx", .type = YNL_PT_U8, },
3918 } else if (type == ETHTOOL_A_PAUSE_TX) { in ethtool_pause_get_rsp_parse()
4052 mnl_attr_put_u8(nlh, ETHTOOL_A_PAUSE_TX, req->tx); in ethtool_pause_set()

Completed in 16 milliseconds