Lines Matching refs:vfr
3018 struct bnxt_representor *vfr = dev->data->dev_private; in bnxt_filter_ctrl_op() local
3019 bp = vfr->parent_dev->data->dev_private; in bnxt_filter_ctrl_op()
4442 struct bnxt_representor *vfr = eth_dev->data->dev_private; in bnxt_get_svif() local
4443 if (!vfr) in bnxt_get_svif()
4447 return vfr->svif; in bnxt_get_svif()
4449 eth_dev = vfr->parent_dev; in bnxt_get_svif()
4466 struct bnxt_representor *vfr = eth_dev->data->dev_private; in bnxt_get_vnic_id() local
4467 if (!vfr) in bnxt_get_vnic_id()
4471 return vfr->dflt_vnic_id; in bnxt_get_vnic_id()
4473 eth_dev = vfr->parent_dev; in bnxt_get_vnic_id()
4491 struct bnxt_representor *vfr = eth_dev->data->dev_private; in bnxt_get_fw_func_id() local
4492 if (!vfr) in bnxt_get_fw_func_id()
4496 return vfr->fw_fid; in bnxt_get_fw_func_id()
4498 eth_dev = vfr->parent_dev; in bnxt_get_fw_func_id()
4530 struct bnxt_representor *vfr; in bnxt_get_phy_port_id() local
4536 vfr = eth_dev->data->dev_private; in bnxt_get_phy_port_id()
4537 if (!vfr) in bnxt_get_phy_port_id()
4540 eth_dev = vfr->parent_dev; in bnxt_get_phy_port_id()
4556 struct bnxt_representor *vfr = eth_dev->data->dev_private; in bnxt_get_parif() local
4557 if (!vfr) in bnxt_get_parif()
4561 return vfr->fw_fid - 1; in bnxt_get_parif()
4563 eth_dev = vfr->parent_dev; in bnxt_get_parif()