Searched refs:ETHTOOL_A_COALESCE_RX_USECS (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | coalesce.c | 19 #define __SUPPORTED_OFFSET ETHTOOL_A_COALESCE_RX_USECS 130 if (coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_USECS, in coalesce_fill_reply() 196 [ETHTOOL_A_COALESCE_RX_USECS] = { .type = NLA_U32 }, 246 for (a = ETHTOOL_A_COALESCE_RX_USECS; a < __ETHTOOL_A_COALESCE_CNT; a++) in ethnl_set_coalesce() 263 tb[ETHTOOL_A_COALESCE_RX_USECS], &mod); in ethnl_set_coalesce()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | coalesce.c | 20 #define __SUPPORTED_OFFSET ETHTOOL_A_COALESCE_RX_USECS 139 if (coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_USECS, in coalesce_fill_reply() 203 [ETHTOOL_A_COALESCE_RX_USECS] = { .type = NLA_U32 }, 246 for (a = ETHTOOL_A_COALESCE_RX_USECS; a < __ETHTOOL_A_COALESCE_CNT; a++) in ethnl_set_coalesce_validate() 274 tb[ETHTOOL_A_COALESCE_RX_USECS], &mod); in __ethnl_set_coalesce()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ethtool_netlink.h | 347 ETHTOOL_A_COALESCE_RX_USECS, /* u32 */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 258 ETHTOOL_A_COALESCE_RX_USECS, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 258 ETHTOOL_A_COALESCE_RX_USECS, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool_netlink.h | 392 ETHTOOL_A_COALESCE_RX_USECS, /* u32 */ enumerator
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 431 [ETHTOOL_A_COALESCE_RX_USECS] = { .name = "rx-usecs", .type = YNL_PT_U32, }, 3566 } else if (type == ETHTOOL_A_COALESCE_RX_USECS) { in ethtool_coalesce_get_rsp_parse() 3810 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_RX_USECS, req->rx_usecs); in ethtool_coalesce_set()
|
Completed in 16 milliseconds