Home
last modified time | relevance | path

Searched refs:falcon_board (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sfc/
Dfalcon_boards.c93 struct falcon_board *board = falcon_board(efx); in efx_init_lm87()
121 i2c_unregister_device(falcon_board(efx)->hwmon_client); in efx_fini_lm87()
126 struct i2c_client *client = falcon_board(efx)->hwmon_client; in efx_check_lm87()
260 struct i2c_client *ioexp_client = falcon_board(efx)->ioexp_client; in sfe4001_poweroff()
261 struct i2c_client *hwmon_client = falcon_board(efx)->hwmon_client; in sfe4001_poweroff()
274 struct i2c_client *ioexp_client = falcon_board(efx)->ioexp_client; in sfe4001_poweron()
275 struct i2c_client *hwmon_client = falcon_board(efx)->hwmon_client; in sfe4001_poweron()
406 struct falcon_board *board = falcon_board(efx); in sfe4001_fini()
433 status = i2c_smbus_read_byte_data(falcon_board(efx)->ioexp_client, P1_IN); in sfe4001_check_hw()
455 struct falcon_board *board = falcon_board(efx); in sfe4001_init()
[all …]
Dqt202x_phy.c219 struct falcon_board *board = falcon_board(efx); in qt2025c_select_phy_mode()
333 falcon_board(efx)->type->init_phy(efx); in qt202x_reset_phy()
Dnic.h192 struct falcon_board { struct
300 struct falcon_board board;
312 static inline struct falcon_board *falcon_board(struct efx_nic *efx) in falcon_board() function
Dfalcon.c2061 rc = falcon_board(efx)->type->monitor(efx); in falcon_monitor()
2270 struct falcon_board *board; in falcon_probe_nic()
2364 board = falcon_board(efx); in falcon_probe_nic()
2376 rc = falcon_board(efx)->type->init(efx); in falcon_probe_nic()
2525 struct falcon_board *board = falcon_board(efx); in falcon_remove_nic()
2658 falcon_board(efx)->type->set_id_led(efx, mode); in falcon_set_id_led()
Dtenxpress.c192 falcon_board(efx)->type->init_phy(efx); in tenxpress_phy_init()
Dtxc43128_phy.c321 falcon_board(efx)->type->init_phy(efx); in txc_apply_defaults()