Home
last modified time | relevance | path

Searched refs:OPTION_DYN_IPG_ENABLE (Results 1 – 2 of 2) sorted by relevance

/drivers/net/
Damd8111e.c1238 if(lp->options & OPTION_DYN_IPG_ENABLE) in amd8111e_close()
1274 if(lp->options & OPTION_DYN_IPG_ENABLE){ in amd8111e_open()
1670 if(lp->options & OPTION_DYN_IPG_ENABLE) in amd8111e_suspend()
1715 if(lp->options & OPTION_DYN_IPG_ENABLE) in amd8111e_resume()
1920 lp->options |= OPTION_DYN_IPG_ENABLE; in amd8111e_probe_one()
1956 if(lp->options & OPTION_DYN_IPG_ENABLE){ in amd8111e_probe_one()
Damd8111e.h602 #define OPTION_DYN_IPG_ENABLE 0x0080 macro