Searched refs:reply_data_size (Results 1 – 25 of 29) sorted by relevance
12
| /linux/include/linux/mfd/ |
| H A D | rave-sp.h | 56 void *reply_data, size_t reply_data_size);
|
| /linux/net/ethtool/ |
| H A D | plca.c | 186 .reply_data_size = sizeof(struct plca_reply_data), 266 .reply_data_size = sizeof(struct plca_reply_data),
|
| H A D | phc_vclocks.c | 88 .reply_data_size = sizeof(struct phc_vclocks_reply_data),
|
| H A D | debug.c | 108 .reply_data_size = sizeof(struct debug_reply_data),
|
| H A D | linkinfo.c | 136 .reply_data_size = sizeof(struct linkinfo_reply_data),
|
| H A D | netlink.c | 491 memset(reply_data, 0, ops->reply_data_size); in ethnl_init_reply_data() 516 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_doit() 666 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_start() 720 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_perphy_start() 990 reply_data = kmalloc(ops->reply_data_size, GFP_KERNEL); in ethnl_default_notify()
|
| H A D | wol.c | 149 .reply_data_size = sizeof(struct wol_reply_data),
|
| H A D | eee.c | 163 .reply_data_size = sizeof(struct eee_reply_data),
|
| H A D | privflags.c | 185 .reply_data_size = sizeof(struct privflags_reply_data),
|
| H A D | channels.c | 190 .reply_data_size = sizeof(struct channels_reply_data),
|
| H A D | linkstate.c | 222 .reply_data_size = sizeof(struct linkstate_reply_data),
|
| H A D | pause.c | 209 .reply_data_size = sizeof(struct pause_reply_data),
|
| H A D | eeprom.c | 226 .reply_data_size = sizeof(struct eeprom_reply_data),
|
| H A D | mse.c | 322 .reply_data_size = sizeof(struct mse_reply_data),
|
| H A D | linkmodes.c | 353 .reply_data_size = sizeof(struct linkmodes_reply_data),
|
| H A D | features.c | 121 .reply_data_size = sizeof(struct features_reply_data),
|
| H A D | pse-pd.c | 334 .reply_data_size = sizeof(struct pse_reply_data),
|
| H A D | rings.c | 313 .reply_data_size = sizeof(struct rings_reply_data),
|
| H A D | netlink.h | 335 * @reply_data_size: size of reply data 394 unsigned int reply_data_size; member
|
| H A D | tsconfig.c | 447 .reply_data_size = sizeof(struct tsconfig_reply_data),
|
| H A D | strset.c | 491 .reply_data_size = sizeof(struct strset_reply_data),
|
| H A D | mm.c | 237 .reply_data_size = sizeof(struct mm_reply_data),
|
| H A D | module.c | 168 .reply_data_size = sizeof(struct module_reply_data),
|
| H A D | tsinfo.c | 558 .reply_data_size = sizeof(struct tsinfo_reply_data),
|
| /linux/drivers/mfd/ |
| H A 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