Searched refs:vf_rep (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_vfr.c | 180 vf_rep, vf_rep, true); in bnxt_vf_rep_setup_tc() 298 if (!vf_rep) in __bnxt_free_one_vf_rep() 301 if (vf_rep->dst) { in __bnxt_free_one_vf_rep() 303 vf_rep->dst = NULL; in __bnxt_free_one_vf_rep() 319 if (vf_rep) { in __bnxt_vf_reps_destroy() 395 if (hwrm_cfa_vfr_alloc(bp, vf_rep->vf_idx, &vf_rep->tx_cfa_action, in bnxt_alloc_vf_rep() 399 cfa_code_map[vf_rep->rx_cfa_code] = vf_rep->vf_idx; in bnxt_alloc_vf_rep() 401 if (!vf_rep->dst) in bnxt_alloc_vf_rep() 405 vf_rep->dst->u.port_info.port_id = vf_rep->tx_cfa_action; in bnxt_alloc_vf_rep() 522 vf_rep->dev = dev; in bnxt_vf_reps_create() [all …]
|
| A D | bnxt_vfr.h | 28 struct bnxt_vf_rep *vf_rep = netdev_priv(dev); in bnxt_vf_rep_get_fid() local 29 struct bnxt *bp = vf_rep->bp; in bnxt_vf_rep_get_fid() 31 return bp->pf.vf[vf_rep->vf_idx].fw_fid; in bnxt_vf_rep_get_fid()
|
| /drivers/net/ethernet/cavium/liquidio/ |
| A D | lio_vf_rep.c | 116 oct = vf_rep->oct; in lio_vf_rep_open() 132 atomic_set(&vf_rep->ifstate, (atomic_read(&vf_rep->ifstate) | in lio_vf_rep_open() 149 oct = vf_rep->oct; in lio_vf_rep_stop() 165 atomic_set(&vf_rep->ifstate, (atomic_read(&vf_rep->ifstate) & in lio_vf_rep_stop() 206 oct = vf_rep->oct; in lio_vf_rep_change_mtu() 470 oct = vf_rep->oct; in lio_vf_rep_fetch_stats() 518 memset(vf_rep, 0, sizeof(*vf_rep)); in lio_vf_rep_create() 520 vf_rep->ndev = ndev; in lio_vf_rep_create() 521 vf_rep->oct = oct; in lio_vf_rep_create() 538 vf_rep->stats_wk.ctxptr = (void *)vf_rep; in lio_vf_rep_create() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | tc_ct.c | 356 bool vf_rep, uplink_rep; in mlx5_tc_ct_get_flow_source_match() local 358 vf_rep = mlx5e_eswitch_vf_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match() 361 if (vf_rep) in mlx5_tc_ct_get_flow_source_match()
|
Completed in 18 milliseconds