Home
last modified time | relevance | path

Searched refs:vfr_ethdev (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_reps.c311 static int bnxt_tf_vfr_alloc(struct rte_eth_dev *vfr_ethdev) in bnxt_tf_vfr_alloc() argument
314 struct bnxt_representor *vfr = vfr_ethdev->data->dev_private; in bnxt_tf_vfr_alloc()
323 vfr->dpdk_port_id = vfr_ethdev->data->port_id; in bnxt_tf_vfr_alloc()
330 rc = ulp_port_db_dev_port_intf_update(parent_bp->ulp_ctx, vfr_ethdev); in bnxt_tf_vfr_alloc()
338 rc = bnxt_ulp_create_vfr_default_rules(vfr_ethdev); in bnxt_tf_vfr_alloc()
345 vfr->dpdk_port_id = vfr_ethdev->data->port_id; in bnxt_tf_vfr_alloc()
358 static int bnxt_vfr_alloc(struct rte_eth_dev *vfr_ethdev) in bnxt_vfr_alloc() argument
361 struct bnxt_representor *vfr = vfr_ethdev->data->dev_private; in bnxt_vfr_alloc()
386 rc = bnxt_tf_vfr_alloc(vfr_ethdev); in bnxt_vfr_alloc()
H A Dbnxt.h1030 bnxt_ulp_create_vfr_default_rules(struct rte_eth_dev *vfr_ethdev);
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_def_rules.c558 bnxt_ulp_create_vfr_default_rules(struct rte_eth_dev *vfr_ethdev) in bnxt_ulp_create_vfr_default_rules() argument
561 struct bnxt_representor *vfr = vfr_ethdev->data->dev_private; in bnxt_ulp_create_vfr_default_rules()
564 uint16_t vfr_port_id = vfr_ethdev->data->port_id; in bnxt_ulp_create_vfr_default_rules()
571 port_id = vfr_ethdev->data->port_id; in bnxt_ulp_create_vfr_default_rules()