Home
last modified time | relevance | path

Searched refs:vf_rep (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_vfr.c180 vf_rep, vf_rep, true); in bnxt_vf_rep_setup_tc()
300 if (!vf_rep) in __bnxt_free_one_vf_rep()
303 if (vf_rep->dst) { in __bnxt_free_one_vf_rep()
305 vf_rep->dst = NULL; in __bnxt_free_one_vf_rep()
321 if (vf_rep) { in __bnxt_vf_reps_destroy()
392 if (hwrm_cfa_vfr_alloc(bp, vf_rep->vf_idx, &vf_rep->tx_cfa_action, in bnxt_alloc_vf_rep()
396 cfa_code_map[vf_rep->rx_cfa_code] = vf_rep->vf_idx; in bnxt_alloc_vf_rep()
398 if (!vf_rep->dst) in bnxt_alloc_vf_rep()
402 vf_rep->dst->u.port_info.port_id = vf_rep->tx_cfa_action; in bnxt_alloc_vf_rep()
518 vf_rep->dev = dev; in bnxt_vf_reps_create()
[all …]
A Dbnxt_vfr.h27 struct bnxt_vf_rep *vf_rep = netdev_priv(dev); in bnxt_vf_rep_get_fid() local
28 struct bnxt *bp = vf_rep->bp; in bnxt_vf_rep_get_fid()
30 return bp->pf.vf[vf_rep->vf_idx].fw_fid; in bnxt_vf_rep_get_fid()
/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/
A Dlio_vf_rep.c116 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()
471 oct = vf_rep->oct; in lio_vf_rep_fetch_stats()
519 memset(vf_rep, 0, sizeof(*vf_rep)); in lio_vf_rep_create()
521 vf_rep->ndev = ndev; in lio_vf_rep_create()
522 vf_rep->oct = oct; in lio_vf_rep_create()
539 vf_rep->stats_wk.ctxptr = (void *)vf_rep; in lio_vf_rep_create()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_ct.c352 bool vf_rep, uplink_rep; in mlx5_tc_ct_get_flow_source_match() local
354 vf_rep = mlx5e_eswitch_vf_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match()
357 if (vf_rep) in mlx5_tc_ct_get_flow_source_match()

Completed in 15 milliseconds