Searched refs:vf_rep (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_vfr.c | 70 static int bnxt_hwrm_vfr_qcfg(struct bnxt *bp, struct bnxt_vf_rep *vf_rep, in bnxt_hwrm_vfr_qcfg() argument 82 req->fid = cpu_to_le16(bp->pf.vf[vf_rep->vf_idx].fw_fid); in bnxt_hwrm_vfr_qcfg() 98 struct bnxt_vf_rep *vf_rep = netdev_priv(dev); in bnxt_vf_rep_open() local 99 struct bnxt *bp = vf_rep->bp; in bnxt_vf_rep_open() 120 struct bnxt_vf_rep *vf_rep = netdev_priv(dev); in bnxt_vf_rep_xmit() local 124 dst_hold((struct dst_entry *)vf_rep->dst); in bnxt_vf_rep_xmit() 125 skb_dst_set(skb, (struct dst_entry *)vf_rep->dst); in bnxt_vf_rep_xmit() 126 skb->dev = vf_rep->dst->u.port_info.lower_dev; in bnxt_vf_rep_xmit() 130 vf_rep->tx_stats.packets++; in bnxt_vf_rep_xmit() 131 vf_rep in bnxt_vf_rep_xmit() 140 struct bnxt_vf_rep *vf_rep = netdev_priv(dev); bnxt_vf_rep_get_stats64() local 152 struct bnxt_vf_rep *vf_rep = cb_priv; bnxt_vf_rep_setup_tc_block_cb() local 173 struct bnxt_vf_rep *vf_rep = netdev_priv(dev); bnxt_vf_rep_setup_tc() local 200 struct bnxt_vf_rep *vf_rep = netdev_priv(skb->dev); bnxt_vf_rep_rx() local 211 struct bnxt_vf_rep *vf_rep = netdev_priv(dev); bnxt_vf_rep_get_phys_port_name() local 231 struct bnxt_vf_rep *vf_rep = netdev_priv(dev); bnxt_vf_rep_get_port_parent_id() local 264 struct bnxt_vf_rep *vf_rep; bnxt_vf_reps_close() local 296 __bnxt_free_one_vf_rep(struct bnxt * bp,struct bnxt_vf_rep * vf_rep) __bnxt_free_one_vf_rep() argument 314 struct bnxt_vf_rep *vf_rep; __bnxt_vf_reps_destroy() local 391 bnxt_alloc_vf_rep(struct bnxt * bp,struct bnxt_vf_rep * vf_rep,u16 * cfa_code_map) bnxt_alloc_vf_rep() argument 419 struct bnxt_vf_rep *vf_rep; bnxt_vf_reps_alloc() local 463 bnxt_vf_rep_netdev_init(struct bnxt * bp,struct bnxt_vf_rep * vf_rep,struct net_device * dev) bnxt_vf_rep_netdev_init() argument 492 struct bnxt_vf_rep *vf_rep; bnxt_vf_reps_create() local [all...] |
H 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()
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_vf_rep.c | 111 struct lio_vf_rep_desc *vf_rep = netdev_priv(ndev); in lio_vf_rep_open() local 116 oct = vf_rep->oct; in lio_vf_rep_open() 120 rep_cfg.ifidx = vf_rep->ifidx; in lio_vf_rep_open() 132 atomic_set(&vf_rep->ifstate, (atomic_read(&vf_rep->ifstate) | in lio_vf_rep_open() 144 struct lio_vf_rep_desc *vf_rep = netdev_priv(ndev); in lio_vf_rep_stop() local 149 oct = vf_rep->oct; in lio_vf_rep_stop() 153 rep_cfg.ifidx = vf_rep->ifidx; in lio_vf_rep_stop() 165 atomic_set(&vf_rep->ifstate, (atomic_read(&vf_rep in lio_vf_rep_stop() 186 struct lio_vf_rep_desc *vf_rep = netdev_priv(dev); lio_vf_rep_get_stats64() local 201 struct lio_vf_rep_desc *vf_rep = netdev_priv(ndev); lio_vf_rep_change_mtu() local 230 struct lio_vf_rep_desc *vf_rep = netdev_priv(dev); lio_vf_rep_phys_port_name() local 296 struct lio_vf_rep_desc *vf_rep; lio_vf_rep_pkt_recv() local 371 struct lio_vf_rep_desc *vf_rep = netdev_priv(ndev); lio_vf_rep_pkt_xmit() local 450 struct lio_vf_rep_desc *vf_rep = netdev_priv(dev); lio_vf_get_port_parent_id() local 464 struct lio_vf_rep_desc *vf_rep = wk->ctxptr; lio_vf_rep_fetch_stats() local 491 struct lio_vf_rep_desc *vf_rep; lio_vf_rep_create() local 577 struct lio_vf_rep_desc *vf_rep; lio_vf_rep_destroy() local 610 struct lio_vf_rep_desc *vf_rep; lio_vf_rep_netdev_event() local [all...] |
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H 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()
|