Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_mac.h46 s32 igc_setup_link_generic(struct igc_hw *hw);
H A Digc_i225.c103 mac->ops.setup_link = igc_setup_link_generic; in igc_init_mac_params_i225()
H A Digc_mac.c971 s32 igc_setup_link_generic(struct igc_hw *hw) in igc_setup_link_generic() function
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c2228 err = igc_setup_link_generic(hw); in eth_igc_flow_ctrl_set()