Home
last modified time | relevance | path

Searched refs:e1000e_check_for_copper_link (Results 1 – 5 of 5) sorted by relevance

/drivers/net/e1000e/
De1000.h425 extern s32 e1000e_check_for_copper_link(struct e1000_hw *hw);
Des2lan.c233 func->check_for_link = e1000e_check_for_copper_link; in e1000_init_mac_params_80003es2lan()
D82571.c240 func->check_for_link = e1000e_check_for_copper_link; in e1000_init_mac_params_82571()
Dlib.c378 s32 e1000e_check_for_copper_link(struct e1000_hw *hw) in e1000e_check_for_copper_link() function
Dich8lan.c2563 .check_for_link = e1000e_check_for_copper_link,