Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/
Damd8111e.c1215 if(lp->options & OPTION_DYN_IPG_ENABLE) in amd8111e_close()
1253 if(lp->options & OPTION_DYN_IPG_ENABLE){ in amd8111e_open()
1640 if(lp->options & OPTION_DYN_IPG_ENABLE) in amd8111e_suspend()
1685 if(lp->options & OPTION_DYN_IPG_ENABLE) in amd8111e_resume()
1869 lp->options |= OPTION_DYN_IPG_ENABLE; in amd8111e_probe_one()
1904 if(lp->options & OPTION_DYN_IPG_ENABLE){ in amd8111e_probe_one()
Damd8111e.h599 #define OPTION_DYN_IPG_ENABLE 0x0080 macro