Home
last modified time | relevance | path

Searched refs:mr_ops (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.c12 const struct mlxsw_sp_mr_ops *mr_ops; member
264 mr_route->route_priv = kzalloc(mr->mr_ops->route_priv_size, in mlxsw_sp_mr_route_write()
274 err = mr->mr_ops->route_create(mlxsw_sp, mr->priv, in mlxsw_sp_mr_route_write()
280 err = mr->mr_ops->route_update(mlxsw_sp, mr_route->route_priv, in mlxsw_sp_mr_route_write()
294 mr->mr_ops->route_destroy(mlxsw_sp, mr->priv, mr_route->route_priv); in mlxsw_sp_mr_route_erase()
495 err = mr->mr_ops->route_irif_update(mlxsw_sp, rve->mr_route->route_priv, in mlxsw_sp_mr_route_ivif_resolve()
500 err = mr->mr_ops->route_action_update(mlxsw_sp, in mlxsw_sp_mr_route_ivif_resolve()
521 mr->mr_ops->route_action_update(mlxsw_sp, rve->mr_route->route_priv, in mlxsw_sp_mr_route_ivif_unresolve()
541 err = mr->mr_ops->route_erif_add(mlxsw_sp, in mlxsw_sp_mr_route_evif_resolve()
553 err = mr->mr_ops->route_action_update(mlxsw_sp, in mlxsw_sp_mr_route_evif_resolve()
[all …]
H A Dspectrum_mr.h71 const struct mlxsw_sp_mr_ops *mr_ops);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_mr.c3169 void rtw_phl_mr_ops_init(void *phl, struct rtw_phl_mr_ops *mr_ops) in rtw_phl_mr_ops_init() argument
3175 mr_ctl->mr_ops.priv = mr_ops->priv; in rtw_phl_mr_ops_init()
3177 mr_ctl->mr_ops.phl_mr_update_noa = mr_ops->phl_mr_update_noa; in rtw_phl_mr_ops_init()
3181 rtw_phl_mcc_init_ops(phl_info, mr_ops->mcc_ops); in rtw_phl_mr_ops_init()
3462 if (!mr_ctl->mr_ops.phl_mr_update_noa) { in _mr_coex_up_noa_for_bt_req()
3496 mr_ctl->mr_ops.phl_mr_update_noa(mr_ctl->mr_ops.priv, &param); in _mr_coex_up_noa_for_bt_req()
H A Dphl_api.h449 void rtw_phl_mr_ops_init (void *phl, struct rtw_phl_mr_ops *mr_ops);
H A Dphl_def.h2487 struct rtw_phl_mr_ops mr_ops; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_mr.c3169 void rtw_phl_mr_ops_init(void *phl, struct rtw_phl_mr_ops *mr_ops) in rtw_phl_mr_ops_init() argument
3175 mr_ctl->mr_ops.priv = mr_ops->priv; in rtw_phl_mr_ops_init()
3177 mr_ctl->mr_ops.phl_mr_update_noa = mr_ops->phl_mr_update_noa; in rtw_phl_mr_ops_init()
3181 rtw_phl_mcc_init_ops(phl_info, mr_ops->mcc_ops); in rtw_phl_mr_ops_init()
3462 if (!mr_ctl->mr_ops.phl_mr_update_noa) { in _mr_coex_up_noa_for_bt_req()
3496 mr_ctl->mr_ops.phl_mr_update_noa(mr_ctl->mr_ops.priv, &param); in _mr_coex_up_noa_for_bt_req()
H A Dphl_api.h452 void rtw_phl_mr_ops_init (void *phl, struct rtw_phl_mr_ops *mr_ops);
H A Dphl_def.h2511 struct rtw_phl_mr_ops mr_ops; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_type.h503 struct i40iw_mr_ops *mr_ops; member
H A Di40iw_ctrl.c5267 dev->mr_ops = &iw_mr_ops; in i40iw_device_init()