Searched refs:rpriv (Results 1 – 5 of 5) sorted by relevance
61 struct mlx5e_rep_priv *rpriv; member66 static void mlx5e_rep_indr_unregister_block(struct mlx5e_rep_priv *rpriv,138 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_update_hw_counters() local139 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_update_hw_counters()241 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_replace_rep_vport_rx_rule() local242 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_replace_rep_vport_rx_rule()251 mlx5_del_flow_rules(rpriv->vport_rx_rule); in mlx5e_replace_rep_vport_rx_rule()252 rpriv->vport_rx_rule = flow_rule; in mlx5e_replace_rep_vport_rx_rule()412 struct mlx5e_rep_priv *rpriv; in mlx5e_sqs2vport_stop() local417 rpriv = mlx5e_rep_to_rep_priv(rep); in mlx5e_sqs2vport_stop()[all …]
1121 struct mlx5e_rep_priv *rpriv; in add_unready_flow() local1125 rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in add_unready_flow()1126 uplink_priv = &rpriv->uplink_priv; in add_unready_flow()1136 struct mlx5e_rep_priv *rpriv; in remove_unready_flow() local1140 rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in remove_unready_flow()1141 uplink_priv = &rpriv->uplink_priv; in remove_unready_flow()1160 struct mlx5e_rep_priv *rpriv; in mlx5e_tc_add_fdb_flow() local1196 rpriv = out_priv->ppriv; in mlx5e_tc_add_fdb_flow()1197 attr->dests[out_index].rep = rpriv->rep; in mlx5e_tc_add_fdb_flow()2159 struct mlx5e_rep_priv *rpriv = priv->ppriv; in parse_cls_flower() local[all …]
1192 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_handle_rx_cqe_rep() local1193 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_handle_rx_cqe_rep()
460 struct fc_rport_libfc_priv *rpriv = fsp->rport->dd_data; in get_fsp_rec_tov() local463 if (rpriv && rpriv->e_d_tov > e_d_tov) in get_fsp_rec_tov()464 e_d_tov = rpriv->e_d_tov; in get_fsp_rec_tov()1174 struct fc_rport_libfc_priv *rpriv; in fc_fcp_cmd_send() local1191 rpriv = rport->dd_data; in fc_fcp_cmd_send()1194 rpriv->local_port->port_id, FC_TYPE_FCP, in fc_fcp_cmd_send()1206 if (rpriv->flags & FC_RP_FLAGS_REC_SUPPORTED) in fc_fcp_cmd_send()1425 struct fc_rport_libfc_priv *rpriv = rport->dd_data; in fc_fcp_timeout() local1441 fsp->timer_delay, rpriv->flags, fsp->state); in fc_fcp_timeout()1444 if (rpriv->flags & FC_RP_FLAGS_REC_SUPPORTED) in fc_fcp_timeout()[all …]
261 struct fc_rport_libfc_priv *rpriv; in fc_rport_work() local302 rpriv = rport->dd_data; in fc_rport_work()303 rpriv->local_port = lport; in fc_rport_work()304 rpriv->rp_state = rdata->rp_state; in fc_rport_work()305 rpriv->flags = rdata->flags; in fc_rport_work()306 rpriv->e_d_tov = rdata->e_d_tov; in fc_rport_work()307 rpriv->r_a_tov = rdata->r_a_tov; in fc_rport_work()354 rpriv = rport->dd_data; in fc_rport_work()355 rpriv->rp_state = RPORT_ST_DELETE; in fc_rport_work()2272 struct fc_rport_libfc_priv *rpriv = rport->dd_data; in fc_rport_terminate_io() local[all …]