Lines Matching refs:efx_nic
90 static int efx_init_lm87(struct efx_nic *efx, const struct i2c_board_info *info, in efx_init_lm87()
119 static void efx_fini_lm87(struct efx_nic *efx) in efx_fini_lm87()
124 static int efx_check_lm87(struct efx_nic *efx, unsigned mask) in efx_check_lm87()
182 efx_init_lm87(struct efx_nic *efx, const struct i2c_board_info *info, in efx_init_lm87()
187 static inline void efx_fini_lm87(struct efx_nic *efx) in efx_fini_lm87()
190 static inline int efx_check_lm87(struct efx_nic *efx, unsigned mask) in efx_check_lm87()
258 static void sfe4001_poweroff(struct efx_nic *efx) in sfe4001_poweroff()
272 static int sfe4001_poweron(struct efx_nic *efx) in sfe4001_poweron()
363 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev)); in show_phy_flash_cfg()
371 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev)); in set_phy_flash_cfg()
404 static void sfe4001_fini(struct efx_nic *efx) in sfe4001_fini()
416 static int sfe4001_check_hw(struct efx_nic *efx) in sfe4001_check_hw()
453 static int sfe4001_init(struct efx_nic *efx) in sfe4001_init()
540 static void sfe4002_init_phy(struct efx_nic *efx) in sfe4002_init_phy()
551 static void sfe4002_set_id_led(struct efx_nic *efx, enum efx_led_mode mode) in sfe4002_set_id_led()
558 static int sfe4002_check_hw(struct efx_nic *efx) in sfe4002_check_hw()
571 static int sfe4002_init(struct efx_nic *efx) in sfe4002_init()
602 static void sfn4112f_init_phy(struct efx_nic *efx) in sfn4112f_init_phy()
610 static void sfn4112f_set_id_led(struct efx_nic *efx, enum efx_led_mode mode) in sfn4112f_set_id_led()
629 static int sfn4112f_check_hw(struct efx_nic *efx) in sfn4112f_check_hw()
635 static int sfn4112f_init(struct efx_nic *efx) in sfn4112f_init()
666 static void sfe4003_set_id_led(struct efx_nic *efx, enum efx_led_mode mode) in sfe4003_set_id_led()
679 static void sfe4003_init_phy(struct efx_nic *efx) in sfe4003_init_phy()
691 static int sfe4003_check_hw(struct efx_nic *efx) in sfe4003_check_hw()
704 static int sfe4003_init(struct efx_nic *efx) in sfe4003_init()
744 int falcon_probe_board(struct efx_nic *efx, u16 revision_info) in falcon_probe_board()