Lines Matching refs:ef4_nic

87 static int ef4_init_lm87(struct ef4_nic *efx, const struct i2c_board_info *info,  in ef4_init_lm87()
116 static void ef4_fini_lm87(struct ef4_nic *efx) in ef4_fini_lm87()
121 static int ef4_check_lm87(struct ef4_nic *efx, unsigned mask) in ef4_check_lm87()
179 ef4_init_lm87(struct ef4_nic *efx, const struct i2c_board_info *info, in ef4_init_lm87()
184 static inline void ef4_fini_lm87(struct ef4_nic *efx) in ef4_fini_lm87()
187 static inline int ef4_check_lm87(struct ef4_nic *efx, unsigned mask) in ef4_check_lm87()
255 static void sfe4001_poweroff(struct ef4_nic *efx) in sfe4001_poweroff()
269 static int sfe4001_poweron(struct ef4_nic *efx) in sfe4001_poweron()
360 struct ef4_nic *efx = dev_get_drvdata(dev); in phy_flash_cfg_show()
368 struct ef4_nic *efx = dev_get_drvdata(dev); in phy_flash_cfg_store()
401 static void sfe4001_fini(struct ef4_nic *efx) in sfe4001_fini()
413 static int sfe4001_check_hw(struct ef4_nic *efx) in sfe4001_check_hw()
450 static int sfe4001_init(struct ef4_nic *efx) in sfe4001_init()
537 static void sfe4002_init_phy(struct ef4_nic *efx) in sfe4002_init_phy()
548 static void sfe4002_set_id_led(struct ef4_nic *efx, enum ef4_led_mode mode) in sfe4002_set_id_led()
555 static int sfe4002_check_hw(struct ef4_nic *efx) in sfe4002_check_hw()
568 static int sfe4002_init(struct ef4_nic *efx) in sfe4002_init()
599 static void sfn4112f_init_phy(struct ef4_nic *efx) in sfn4112f_init_phy()
607 static void sfn4112f_set_id_led(struct ef4_nic *efx, enum ef4_led_mode mode) in sfn4112f_set_id_led()
626 static int sfn4112f_check_hw(struct ef4_nic *efx) in sfn4112f_check_hw()
632 static int sfn4112f_init(struct ef4_nic *efx) in sfn4112f_init()
663 static void sfe4003_set_id_led(struct ef4_nic *efx, enum ef4_led_mode mode) in sfe4003_set_id_led()
676 static void sfe4003_init_phy(struct ef4_nic *efx) in sfe4003_init_phy()
688 static int sfe4003_check_hw(struct ef4_nic *efx) in sfe4003_check_hw()
701 static int sfe4003_init(struct ef4_nic *efx) in sfe4003_init()
741 int falcon_probe_board(struct ef4_nic *efx, u16 revision_info) in falcon_probe_board()