Home
last modified time | relevance | path

Searched refs:__req_base (Results 1 – 6 of 6) sorted by relevance

/linux/net/ethtool/
A Dpause.c11 #define PAUSE_REQINFO(__req_base) \ argument
12 container_of(__req_base, struct pause_req_info, base)
A Deeprom.c23 #define MODULE_EEPROM_REQINFO(__req_base) \ argument
24 container_of(__req_base, struct eeprom_req_info, base)
A Dphy.c18 #define PHY_REQINFO(__req_base) \ argument
19 container_of(__req_base, struct phy_req_info, base)
A Drss.c22 #define RSS_REQINFO(__req_base) \ argument
23 container_of(__req_base, struct rss_req_info, base)
A Dstrset.c116 #define STRSET_REQINFO(__req_base) \ argument
117 container_of(__req_base, struct strset_req_info, base)
A Dstats.c13 #define STATS_REQINFO(__req_base) \ argument
14 container_of(__req_base, struct stats_req_info, base)

Completed in 11 milliseconds