Searched refs:__reply_base (Results 1 – 5 of 5) 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 | coalesce.c | 19 #define COALESCE_REPDATA(__reply_base) \ argument 20 container_of(__reply_base, struct coalesce_reply_data, base)
|