Home
last modified time | relevance | path

Searched refs:igb_enable_mng_pass_thru (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_mac.h49 bool igb_enable_mng_pass_thru(struct e1000_hw *hw);
De1000_mac.c1622 bool igb_enable_mng_pass_thru(struct e1000_hw *hw) in igb_enable_mng_pass_thru() function
De1000_82575.c1431 if (!igb_enable_mng_pass_thru(hw)) { in igb_shutdown_serdes_link_82575()
1873 if (!(igb_enable_mng_pass_thru(hw) || igb_check_reset_block(hw))) in igb_power_down_phy_copper_82575()
Digb_main.c3195 adapter->en_mng_pt = igb_enable_mng_pass_thru(hw); in igb_probe()