Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_reps.c307 static int bnxt_tf_vfr_alloc(struct rte_eth_dev *vfr_ethdev) in bnxt_tf_vfr_alloc() argument
310 struct bnxt_representor *vfr = vfr_ethdev->data->dev_private; in bnxt_tf_vfr_alloc()
320 rc = ulp_port_db_dev_port_intf_update(parent_bp->ulp_ctx, vfr_ethdev); in bnxt_tf_vfr_alloc()
328 rc = bnxt_ulp_create_vfr_default_rules(vfr_ethdev); in bnxt_tf_vfr_alloc()
335 vfr->dpdk_port_id = vfr_ethdev->data->port_id; in bnxt_tf_vfr_alloc()
348 static int bnxt_vfr_alloc(struct rte_eth_dev *vfr_ethdev) in bnxt_vfr_alloc() argument
351 struct bnxt_representor *vfr = vfr_ethdev->data->dev_private; in bnxt_vfr_alloc()
376 rc = bnxt_tf_vfr_alloc(vfr_ethdev); in bnxt_vfr_alloc()
H A Dbnxt.h935 bnxt_ulp_create_vfr_default_rules(struct rte_eth_dev *vfr_ethdev);
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_def_rules.c571 bnxt_ulp_create_vfr_default_rules(struct rte_eth_dev *vfr_ethdev) in bnxt_ulp_create_vfr_default_rules() argument
574 struct bnxt_representor *vfr = vfr_ethdev->data->dev_private; in bnxt_ulp_create_vfr_default_rules()
577 uint16_t vfr_port_id = vfr_ethdev->data->port_id; in bnxt_ulp_create_vfr_default_rules()
584 port_id = vfr_ethdev->data->port_id; in bnxt_ulp_create_vfr_default_rules()