Home
last modified time | relevance | path

Searched refs:rpriv (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
A Dbond.c85 struct mlx5e_rep_priv *rpriv; in mlx5e_rep_bond_enslave() local
121 rpriv = priv->ppriv; in mlx5e_rep_bond_enslave()
150 struct mlx5e_rep_priv *rpriv; in mlx5e_rep_bond_unslave() local
165 rpriv = priv->ppriv; in mlx5e_rep_bond_unslave()
193 struct mlx5e_rep_priv *rpriv; in mlx5e_rep_changelowerstate_event() local
209 rpriv = priv->ppriv; in mlx5e_rep_changelowerstate_event()
221 rpriv = priv->ppriv; in mlx5e_rep_changelowerstate_event()
251 struct mlx5e_rep_priv *rpriv; in mlx5e_rep_changeupper_event() local
256 rpriv = priv->ppriv; in mlx5e_rep_changeupper_event()
279 struct mlx5e_rep_priv *rpriv; in mlx5e_rep_esw_bond_netevent() local
[all …]
A Dneigh.c31 struct net_device *netdev = rpriv->netdev; in mlx5e_rep_neigh_update_init_interval()
40 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_queue_neigh_stats_work() local
64 mlx5e_get_next_nhe(struct mlx5e_rep_priv *rpriv, in mlx5e_get_next_nhe() argument
99 struct net_device *netdev = rpriv->netdev; in mlx5e_rep_neigh_stats_work()
208 struct net_device *netdev = rpriv->netdev; in mlx5e_rep_netevent_event()
289 mlx5e_rep_neigh_update_init_interval(rpriv); in mlx5e_rep_neigh_init()
301 netdev_warn(rpriv->netdev, in mlx5e_rep_neigh_init()
303 rpriv->rep->vport); in mlx5e_rep_neigh_init()
328 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_neigh_entry_insert() local
346 mutex_lock(&rpriv->neigh_update.encap_lock); in mlx5e_rep_neigh_entry_remove()
[all …]
A Dtc.c27 struct mlx5e_rep_priv *rpriv; member
38 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_encap_entry_attach() local
48 mutex_lock(&rpriv->neigh_update.encap_lock); in mlx5e_rep_encap_entry_attach()
65 mutex_unlock(&rpriv->neigh_update.encap_lock); in mlx5e_rep_encap_entry_attach()
73 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_encap_entry_detach() local
273 mlx5e_tc_esw_cleanup(&rpriv->uplink_priv); in mlx5e_rep_tc_cleanup()
279 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_tc_enable() local
377 mpriv = netdev_priv(priv->rpriv->netdev); in mlx5e_rep_indr_setup_ft_cb()
431 struct mlx5e_rep_priv *rpriv, in mlx5e_rep_indr_setup_block() argument
478 indr_priv->rpriv = rpriv; in mlx5e_rep_indr_setup_block()
[all …]
A Dtc.h13 int mlx5e_rep_tc_init(struct mlx5e_rep_priv *rpriv);
14 void mlx5e_rep_tc_cleanup(struct mlx5e_rep_priv *rpriv);
16 int mlx5e_rep_tc_netdevice_event_register(struct mlx5e_rep_priv *rpriv);
17 void mlx5e_rep_tc_netdevice_event_unregister(struct mlx5e_rep_priv *rpriv);
46 mlx5e_rep_tc_init(struct mlx5e_rep_priv *rpriv) { return 0; } in mlx5e_rep_tc_init() argument
48 mlx5e_rep_tc_cleanup(struct mlx5e_rep_priv *rpriv) {} in mlx5e_rep_tc_cleanup() argument
51 mlx5e_rep_tc_netdevice_event_register(struct mlx5e_rep_priv *rpriv) { return 0; } in mlx5e_rep_tc_netdevice_event_register() argument
53 mlx5e_rep_tc_netdevice_event_unregister(struct mlx5e_rep_priv *rpriv) {} in mlx5e_rep_tc_netdevice_event_unregister() argument
A Dneigh.h12 int mlx5e_rep_neigh_init(struct mlx5e_rep_priv *rpriv);
13 void mlx5e_rep_neigh_cleanup(struct mlx5e_rep_priv *rpriv);
29 mlx5e_rep_neigh_init(struct mlx5e_rep_priv *rpriv) { return 0; } in mlx5e_rep_neigh_init() argument
31 mlx5e_rep_neigh_cleanup(struct mlx5e_rep_priv *rpriv) {} in mlx5e_rep_neigh_cleanup() argument
A Dbridge.c70 struct mlx5e_rep_priv *rpriv; in mlx5_esw_bridge_rep_vport_num_vhca_id_get() local
80 rpriv = priv->ppriv; in mlx5_esw_bridge_rep_vport_num_vhca_id_get()
81 *vport_num = rpriv->rep->vport; in mlx5_esw_bridge_rep_vport_num_vhca_id_get()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rep.c615 rep = rpriv->rep; in mlx5e_is_uplink_rep()
889 rpriv->root_ft = NULL; in mlx5e_create_rep_root_ft()
1059 netdev = rpriv->netdev; in mlx5e_init_uplink_rep_tx()
1340 rpriv); in mlx5e_vport_uplink_rep_load()
1374 rpriv->netdev = netdev; in mlx5e_vport_vf_rep_load()
1378 priv->ppriv = rpriv; in mlx5e_vport_vf_rep_load()
1425 rpriv = kvzalloc(sizeof(*rpriv), GFP_KERNEL); in mlx5e_vport_rep_load()
1426 if (!rpriv) in mlx5e_vport_rep_load()
1430 rpriv->rep = rep; in mlx5e_vport_rep_load()
1440 kvfree(rpriv); in mlx5e_vport_rep_load()
[all …]
A Den_rep.h236 int mlx5e_rep_bond_init(struct mlx5e_rep_priv *rpriv);
237 void mlx5e_rep_bond_cleanup(struct mlx5e_rep_priv *rpriv);
A Den_tc.c1645 struct mlx5e_rep_priv *rpriv; in add_unready_flow() local
1660 struct mlx5e_rep_priv *rpriv; in remove_unready_flow() local
1738 struct mlx5e_rep_priv *rpriv; in set_encap_dests() local
1776 rpriv = out_priv->ppriv; in set_encap_dests()
3159 rep = rpriv->rep; in parse_cls_flower()
4399 struct mlx5e_rep_priv *rpriv; in get_tc_ht() local
4402 rpriv = priv->ppriv; in get_tc_ht()
4403 return &rpriv->tc_ht; in get_tc_ht()
4791 return netif_is_lag_port(dev) && rpriv && rpriv->rep->vport != MLX5_VPORT_UPLINK; in is_flow_rule_duplicate_allowed()
4990 vport_num = rpriv->rep->vport; in apply_police_params()
[all …]
A Den_rx.c1811 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_handle_rx_cqe_rep() local
1812 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_handle_rx_cqe_rep()
/linux-6.3-rc2/drivers/scsi/libfc/
A Dfc_fcp.c457 if (rpriv && rpriv->e_d_tov > e_d_tov) in get_fsp_rec_tov()
458 e_d_tov = rpriv->e_d_tov; in get_fsp_rec_tov()
1165 struct fc_rport_libfc_priv *rpriv; in fc_fcp_cmd_send() local
1182 rpriv = rport->dd_data; in fc_fcp_cmd_send()
1455 struct fc_rport_libfc_priv *rpriv; in fc_fcp_rec() local
1459 rpriv = rport->dd_data; in fc_fcp_rec()
1509 struct fc_rport_libfc_priv *rpriv; in fc_fcp_rec_resp() local
1532 rpriv = fsp->rport->dd_data; in fc_fcp_rec_resp()
1712 struct fc_rport_libfc_priv *rpriv; in fc_fcp_srr() local
1719 rpriv = rport->dd_data; in fc_fcp_srr()
[all …]
A Dfc_rport.c263 struct fc_rport_libfc_priv *rpriv; in fc_rport_work() local
304 rpriv = rport->dd_data; in fc_rport_work()
305 rpriv->local_port = lport; in fc_rport_work()
306 rpriv->rp_state = rdata->rp_state; in fc_rport_work()
307 rpriv->flags = rdata->flags; in fc_rport_work()
308 rpriv->e_d_tov = rdata->e_d_tov; in fc_rport_work()
309 rpriv->r_a_tov = rdata->r_a_tov; in fc_rport_work()
356 rpriv = rport->dd_data; in fc_rport_work()
357 rpriv->rp_state = RPORT_ST_DELETE; in fc_rport_work()
2286 struct fc_rport_libfc_priv *rpriv = rport->dd_data; in fc_rport_terminate_io() local
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
A Dmirred.c214 struct mlx5e_rep_priv *rpriv = priv->ppriv; in parse_mirred() local
272 rpriv = out_priv->ppriv; in parse_mirred()
273 esw_attr->dests[esw_attr->out_count].rep = rpriv->rep; in parse_mirred()

Completed in 54 milliseconds