Home
last modified time | relevance | path

Searched refs:__reply_base (Results 1 – 23 of 23) sorted by relevance

/linux-6.3-rc2/net/ethtool/
A Dphc_vclocks.c18 #define PHC_VCLOCKS_REPDATA(__reply_base) \ argument
19 container_of(__reply_base, struct phc_vclocks_reply_data, base)
A Ddebug.c16 #define DEBUG_REPDATA(__reply_base) \ argument
17 container_of(__reply_base, struct debug_reply_data, base)
A Dtsinfo.c18 #define TSINFO_REPDATA(__reply_base) \ argument
19 container_of(__reply_base, struct tsinfo_reply_data, base)
A Dpse-pd.c25 #define PSE_REPDATA(__reply_base) \ argument
26 container_of(__reply_base, struct pse_reply_data, base)
A Dlinkinfo.c16 #define LINKINFO_REPDATA(__reply_base) \ argument
17 container_of(__reply_base, struct linkinfo_reply_data, base)
A Dmodule.c18 #define MODULE_REPDATA(__reply_base) \ argument
19 container_of(__reply_base, struct module_reply_data, base)
A Drss.c23 #define RSS_REPDATA(__reply_base) \ argument
24 container_of(__reply_base, struct rss_reply_data, base)
A Dwol.c17 #define WOL_REPDATA(__reply_base) \ argument
18 container_of(__reply_base, struct wol_reply_data, base)
A Deee.c19 #define EEE_REPDATA(__reply_base) \ argument
20 container_of(__reply_base, struct eee_reply_data, base)
A Dlinkstate.c21 #define LINKSTATE_REPDATA(__reply_base) \ argument
22 container_of(__reply_base, struct linkstate_reply_data, base)
A Dprivflags.c18 #define PRIVFLAGS_REPDATA(__reply_base) \ argument
19 container_of(__reply_base, struct privflags_reply_data, base)
A Dchannels.c17 #define CHANNELS_REPDATA(__reply_base) \ argument
18 container_of(__reply_base, struct channels_reply_data, base)
A Dpause.c20 #define PAUSE_REPDATA(__reply_base) \ argument
21 container_of(__reply_base, struct pause_reply_data, base)
A Dplca.c21 #define PLCA_REPDATA(__reply_base) \ argument
22 container_of(__reply_base, struct plca_reply_data, base)
A Drings.c16 #define RINGS_REPDATA(__reply_base) \ argument
17 container_of(__reply_base, struct rings_reply_data, base)
A Deeprom.c26 #define MODULE_EEPROM_REPDATA(__reply_base) \ argument
27 container_of(__reply_base, struct eeprom_reply_data, base)
A Dmm.c18 #define MM_REPDATA(__reply_base) \ argument
19 container_of(__reply_base, struct mm_reply_data, base)
A Dfec.c22 #define FEC_REPDATA(__reply_base) \ argument
23 container_of(__reply_base, struct fec_reply_data, base)
A Dfeatures.c20 #define FEATURES_REPDATA(__reply_base) \ argument
21 container_of(__reply_base, struct features_reply_data, base)
A Dlinkmodes.c20 #define LINKMODES_REPDATA(__reply_base) \ argument
21 container_of(__reply_base, struct linkmodes_reply_data, base)
A Dcoalesce.c17 #define COALESCE_REPDATA(__reply_base) \ argument
18 container_of(__reply_base, struct coalesce_reply_data, base)
A Dstrset.c124 #define STRSET_REPDATA(__reply_base) \ argument
125 container_of(__reply_base, struct strset_reply_data, base)
A Dstats.c27 #define STATS_REPDATA(__reply_base) \ argument
28 container_of(__reply_base, struct stats_reply_data, base)

Completed in 22 milliseconds