Searched refs:vf_rep (Results 1 – 2 of 2) sorted by relevance
70 static int bnxt_hwrm_vfr_qcfg(struct bnxt *bp, struct bnxt_vf_rep *vf_rep, in bnxt_hwrm_vfr_qcfg() argument82 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() local99 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() local124 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->tx_stats.bytes += len; in bnxt_vf_rep_xmit()[all …]
28 struct bnxt_vf_rep *vf_rep = netdev_priv(dev); in bnxt_vf_rep_get_fid() local29 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()