Searched refs:ETHTOOL_A_COALESCE_RX_MAX_FRAMES (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | coalesce.c | 141 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_MAX_FRAMES, in coalesce_fill_reply() 204 [ETHTOOL_A_COALESCE_RX_MAX_FRAMES] = { .type = NLA_U32 }, 276 tb[ETHTOOL_A_COALESCE_RX_MAX_FRAMES], &mod); in __ethnl_set_coalesce()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 393 ETHTOOL_A_COALESCE_RX_MAX_FRAMES, /* u32 */ enumerator
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 432 [ETHTOOL_A_COALESCE_RX_MAX_FRAMES] = { .name = "rx-max-frames", .type = YNL_PT_U32, }, 3571 } else if (type == ETHTOOL_A_COALESCE_RX_MAX_FRAMES) { in ethtool_coalesce_get_rsp_parse() 3812 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_RX_MAX_FRAMES, req->rx_max_frames); in ethtool_coalesce_set()
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1004 ``ETHTOOL_A_COALESCE_RX_MAX_FRAMES`` u32 max packets, normal Rx 1069 ``ETHTOOL_A_COALESCE_RX_MAX_FRAMES`` u32 max packets, normal Rx
|