Searched refs:reply_data_size (Results 1 – 25 of 28) sorted by relevance
12
/Linux-v6.6/include/linux/mfd/ |
D | rave-sp.h | 56 void *reply_data, size_t reply_data_size);
|
/Linux-v6.6/net/ethtool/ |
D | plca.c | 180 .reply_data_size = sizeof(struct plca_reply_data), 256 .reply_data_size = sizeof(struct plca_reply_data),
|
D | phc_vclocks.c | 88 .reply_data_size = sizeof(struct phc_vclocks_reply_data),
|
D | debug.c | 108 .reply_data_size = sizeof(struct debug_reply_data),
|
D | tsinfo.c | 131 .reply_data_size = sizeof(struct tsinfo_reply_data),
|
D | pse-pd.c | 155 .reply_data_size = sizeof(struct pse_reply_data),
|
D | linkinfo.c | 136 .reply_data_size = sizeof(struct linkinfo_reply_data),
|
D | module.c | 151 .reply_data_size = sizeof(struct module_reply_data),
|
D | rss.c | 150 .reply_data_size = sizeof(struct rss_reply_data),
|
D | wol.c | 149 .reply_data_size = sizeof(struct wol_reply_data),
|
D | eee.c | 165 .reply_data_size = sizeof(struct eee_reply_data),
|
D | netlink.c | 365 memset(reply_data, 0, ops->reply_data_size); in ethnl_init_reply_data() 390 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_doit() 534 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_start() 666 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_notify()
|
D | linkstate.c | 199 .reply_data_size = sizeof(struct linkstate_reply_data),
|
D | privflags.c | 185 .reply_data_size = sizeof(struct privflags_reply_data),
|
D | channels.c | 204 .reply_data_size = sizeof(struct channels_reply_data),
|
D | pause.c | 208 .reply_data_size = sizeof(struct pause_reply_data),
|
D | eeprom.c | 220 .reply_data_size = sizeof(struct eeprom_reply_data),
|
D | mm.c | 236 .reply_data_size = sizeof(struct mm_reply_data),
|
D | rings.c | 251 .reply_data_size = sizeof(struct rings_reply_data),
|
D | fec.c | 284 .reply_data_size = sizeof(struct fec_reply_data),
|
D | netlink.h | 349 unsigned int reply_data_size; member
|
D | features.c | 119 .reply_data_size = sizeof(struct features_reply_data),
|
D | linkmodes.c | 353 .reply_data_size = sizeof(struct linkmodes_reply_data),
|
D | strset.c | 472 .reply_data_size = sizeof(struct strset_reply_data),
|
/Linux-v6.6/drivers/mfd/ |
D | rave-sp.c | 344 void *reply_data, size_t reply_data_size) in rave_sp_exec() argument 348 .length = reply_data_size, in rave_sp_exec()
|
12