Searched refs:__req_base (Results 1 – 7 of 7) sorted by relevance
/linux/net/ethtool/ |
H A D | pause.c | 11 #define PAUSE_REQINFO(__req_base) \ argument 12 container_of(__req_base, struct pause_req_info, base)
|
H A D | eeprom.c | 23 #define MODULE_EEPROM_REQINFO(__req_base) \ argument 24 container_of(__req_base, struct eeprom_req_info, base)
|
H A D | phy.c | 18 #define PHY_REQINFO(__req_base) \ argument 19 container_of(__req_base, struct phy_req_info, base)
|
H A D | rss.c | 22 #define RSS_REQINFO(__req_base) \ argument 23 container_of(__req_base, struct rss_req_info, base)
|
H A D | strset.c | 126 #define STRSET_REQINFO(__req_base) \ argument 127 container_of(__req_base, struct strset_req_info, base)
|
H A D | tsinfo.c | 24 #define TSINFO_REQINFO(__req_base) \ argument 25 container_of(__req_base, struct tsinfo_req_info, base)
|
H A D | stats.c | 16 #define STATS_REQINFO(__req_base) \ argument 17 container_of(__req_base, struct stats_req_info, base)
|