Searched refs:__reply_base (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ethtool/ |
| H A D | linkstate.c | 23 #define LINKSTATE_REPDATA(__reply_base) \ argument 24 container_of(__reply_base, struct linkstate_reply_data, base)
|
| H A D | eeprom.c | 27 #define MODULE_EEPROM_REPDATA(__reply_base) \ argument 28 container_of(__reply_base, struct eeprom_reply_data, base)
|
| H A D | pse-pd.c | 27 #define PSE_REPDATA(__reply_base) \ argument 28 container_of(__reply_base, struct pse_reply_data, base)
|
| H A D | strset.c | 135 #define STRSET_REPDATA(__reply_base) \ argument 136 container_of(__reply_base, struct strset_reply_data, base)
|
| H A D | tsconfig.c | 27 #define TSCONFIG_REPDATA(__reply_base) \ argument 28 container_of(__reply_base, struct tsconfig_reply_data, base)
|
| H A D | coalesce.c | 19 #define COALESCE_REPDATA(__reply_base) \ argument 20 container_of(__reply_base, struct coalesce_reply_data, base)
|
| H A D | rss.c | 60 #define RSS_REPDATA(__reply_base) \ argument 61 container_of(__reply_base, struct rss_reply_data, base)
|