Lines Matching full:pointers
11 * igc_init_mac_params - Initialize MAC function pointers
14 * This function initializes the function pointers for the MAC
37 * igc_init_nvm_params - Initialize NVM function pointers
40 * This function initializes the function pointers for the NVM
63 * igc_init_phy_params - Initialize PHY function pointers
66 * This function initializes the function pointers for the PHY
133 * igc_setup_init_funcs - Initializes function pointers
135 * @init_device: true will initialize the rest of the function pointers
137 * MAC type and the function pointers for the other init
162 * Init function pointers to generic implementations. We do this first in igc_setup_init_funcs()
170 * Set up the init function pointers. These are functions within the in igc_setup_init_funcs()
171 * adapter family file that sets up function pointers for the rest of in igc_setup_init_funcs()
185 * Initialize the rest of the function pointers. These require some in igc_setup_init_funcs()