eswitch_mode_get
.eswitch_mode_get = bnxt_dl_eswitch_mode_get,
.eswitch_mode_get = liquidio_eswitch_mode_get,
.eswitch_mode_get = ice_eswitch_mode_get,
.eswitch_mode_get = rvu_devlink_eswitch_mode_get,
.eswitch_mode_get = otx2_devlink_eswitch_mode_get,
.eswitch_mode_get = mlx5_devlink_eswitch_mode_get,
.eswitch_mode_get = nfp_abm_eswitch_mode_get,
.eswitch_mode_get = eswitch_mode_get,
enum devlink_eswitch_mode (*eswitch_mode_get)(struct nfp_app *app);
if (!app->type->eswitch_mode_get)
*mode = app->type->eswitch_mode_get(app);
.eswitch_mode_get = nfp_devlink_eswitch_mode_get,
.eswitch_mode_get = nsim_devlink_eswitch_mode_get,
int (*eswitch_mode_get)(struct devlink *devlink, u16 *p_mode);
if (ops->eswitch_mode_get) {
err = ops->eswitch_mode_get(devlink, &mode);