Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c106 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_update_hw_counters() local
107 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_update_hw_counters()
196 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_attr_get() local
197 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_attr_get()
219 struct mlx5e_rep_priv *rpriv; in mlx5e_sqs2vport_stop() local
224 rpriv = mlx5e_rep_to_rep_priv(rep); in mlx5e_sqs2vport_stop()
225 list_for_each_entry_safe(rep_sq, tmp, &rpriv->vport_sqs_list, list) { in mlx5e_sqs2vport_stop()
237 struct mlx5e_rep_priv *rpriv; in mlx5e_sqs2vport_start() local
245 rpriv = mlx5e_rep_to_rep_priv(rep); in mlx5e_sqs2vport_start()
263 list_add(&rep_sq->list, &rpriv->vport_sqs_list); in mlx5e_sqs2vport_start()
[all …]
Den_tc.c833 struct mlx5e_rep_priv *rpriv; in mlx5e_tc_add_fdb_flow() local
848 rpriv = out_priv->ppriv; in mlx5e_tc_add_fdb_flow()
849 attr->out_rep[attr->out_count] = rpriv->rep; in mlx5e_tc_add_fdb_flow()
1637 struct mlx5e_rep_priv *rpriv = priv->ppriv; in parse_cls_flower() local
1645 rep = rpriv->rep; in parse_cls_flower()
2666 struct mlx5e_rep_priv *rpriv = priv->ppriv; in parse_tc_fdb_actions() local
2677 attr->in_rep = rpriv->rep; in parse_tc_fdb_actions()
2724 rpriv = out_priv->ppriv; in parse_tc_fdb_actions()
2725 attr->out_rep[attr->out_count] = rpriv->rep; in parse_tc_fdb_actions()
Den_rx.c997 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_handle_rx_cqe_rep() local
998 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_handle_rx_cqe_rep()
Den_main.c5066 void *rpriv = NULL; in mlx5e_add() local
5076 rpriv = mlx5e_alloc_nic_rep_priv(mdev); in mlx5e_add()
5077 if (!rpriv) { in mlx5e_add()
5084 netdev = mlx5e_create_netdev(mdev, &mlx5e_nic_profile, rpriv); in mlx5e_add()
5114 kfree(rpriv); in mlx5e_add()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_fcp.c472 struct fc_rport_libfc_priv *rpriv = fsp->rport->dd_data; in get_fsp_rec_tov() local
475 if (rpriv && rpriv->e_d_tov > e_d_tov) in get_fsp_rec_tov()
476 e_d_tov = rpriv->e_d_tov; in get_fsp_rec_tov()
1186 struct fc_rport_libfc_priv *rpriv; in fc_fcp_cmd_send() local
1203 rpriv = rport->dd_data; in fc_fcp_cmd_send()
1206 rpriv->local_port->port_id, FC_TYPE_FCP, in fc_fcp_cmd_send()
1218 if (rpriv->flags & FC_RP_FLAGS_REC_SUPPORTED) in fc_fcp_cmd_send()
1437 struct fc_rport_libfc_priv *rpriv = rport->dd_data; in fc_fcp_timeout() local
1453 fsp->timer_delay, rpriv->flags, fsp->state); in fc_fcp_timeout()
1456 if (rpriv->flags & FC_RP_FLAGS_REC_SUPPORTED) in fc_fcp_timeout()
[all …]
Dfc_rport.c271 struct fc_rport_libfc_priv *rpriv; in fc_rport_work() local
312 rpriv = rport->dd_data; in fc_rport_work()
313 rpriv->local_port = lport; in fc_rport_work()
314 rpriv->rp_state = rdata->rp_state; in fc_rport_work()
315 rpriv->flags = rdata->flags; in fc_rport_work()
316 rpriv->e_d_tov = rdata->e_d_tov; in fc_rport_work()
317 rpriv->r_a_tov = rdata->r_a_tov; in fc_rport_work()
364 rpriv = rport->dd_data; in fc_rport_work()
365 rpriv->rp_state = RPORT_ST_DELETE; in fc_rport_work()
2274 struct fc_rport_libfc_priv *rpriv = rport->dd_data; in fc_rport_terminate_io() local
[all …]