Searched refs:ethnl_init_reply_data (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | netlink.c | 291 * ethnl_init_reply_data() - Initialize reply data for GET request 300 static void ethnl_init_reply_data(struct ethnl_reply_data *reply_data, in ethnl_init_reply_data() function 336 ethnl_init_reply_data(reply_data, ops, req_info->dev); in ethnl_default_doit() 392 ethnl_init_reply_data(ctx->reply_data, ctx->ops, dev); in ethnl_default_dump_one() 586 ethnl_init_reply_data(reply_data, ops, dev); in ethnl_default_notify()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | netlink.c | 352 * ethnl_init_reply_data() - Initialize reply data for GET request 361 static void ethnl_init_reply_data(struct ethnl_reply_data *reply_data, in ethnl_init_reply_data() function 399 ethnl_init_reply_data(reply_data, ops, req_info->dev); in ethnl_default_doit() 458 ethnl_init_reply_data(ctx->reply_data, ctx->ops, dev); in ethnl_default_dump_one() 676 ethnl_init_reply_data(reply_data, ops, dev); in ethnl_default_notify()
|
Completed in 3 milliseconds