Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_RINGS_CQE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/net/ethtool/
A Drings.c99 (nla_put_u32(skb, ETHTOOL_A_RINGS_CQE_SIZE, kr->cqe_size))) || in rings_fill_reply()
117 [ETHTOOL_A_RINGS_CQE_SIZE] = NLA_POLICY_MIN(NLA_U32, 1),
137 if (tb[ETHTOOL_A_RINGS_CQE_SIZE] && in ethnl_set_rings_validate()
140 tb[ETHTOOL_A_RINGS_CQE_SIZE], in ethnl_set_rings_validate()
187 tb[ETHTOOL_A_RINGS_CQE_SIZE], &mod); in ethnl_set_rings()
/linux-6.3-rc2/include/uapi/linux/
A Dethtool_netlink.h357 ETHTOOL_A_RINGS_CQE_SIZE, /* u32 */ enumerator
/linux-6.3-rc2/Documentation/networking/
A Dethtool-netlink.rst875 ``ETHTOOL_A_RINGS_CQE_SIZE`` u32 Size of TX/RX CQE
908 ``ETHTOOL_A_RINGS_CQE_SIZE`` u32 Size of TX/RX CQE
918 ``ETHTOOL_A_RINGS_CQE_SIZE`` specifies the completion queue event size.

Completed in 10 milliseconds