Searched refs:mr_ops (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_mr.c | 12 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 D | spectrum_mr.h | 71 const struct mlxsw_sp_mr_ops *mr_ops);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_mr.c | 3169 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, ¶m); in _mr_coex_up_noa_for_bt_req()
|
| H A D | phl_api.h | 449 void rtw_phl_mr_ops_init (void *phl, struct rtw_phl_mr_ops *mr_ops);
|
| H A D | phl_def.h | 2487 struct rtw_phl_mr_ops mr_ops; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_mr.c | 3169 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, ¶m); in _mr_coex_up_noa_for_bt_req()
|
| H A D | phl_api.h | 452 void rtw_phl_mr_ops_init (void *phl, struct rtw_phl_mr_ops *mr_ops);
|
| H A D | phl_def.h | 2511 struct rtw_phl_mr_ops mr_ops; member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_type.h | 503 struct i40iw_mr_ops *mr_ops; member
|
| H A D | i40iw_ctrl.c | 5267 dev->mr_ops = &iw_mr_ops; in i40iw_device_init()
|