Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dfalcon_boards.c93 struct falcon_board *board = falcon_board(efx); in ef4_init_lm87()
121 i2c_unregister_device(falcon_board(efx)->hwmon_client); in ef4_fini_lm87()
126 struct i2c_client *client = falcon_board(efx)->hwmon_client; in ef4_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 …]
Dnic.h175 struct falcon_board { struct
285 struct falcon_board board;
297 static inline struct falcon_board *falcon_board(struct ef4_nic *efx) in falcon_board() function
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()
Dfalcon.c2080 rc = falcon_board(efx)->type->monitor(efx); in falcon_monitor()
2289 struct falcon_board *board; in falcon_probe_nic()
2387 board = falcon_board(efx); in falcon_probe_nic()
2399 rc = falcon_board(efx)->type->init(efx); in falcon_probe_nic()
2547 struct falcon_board *board = falcon_board(efx); in falcon_remove_nic()
2680 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()