Home
last modified time | relevance | path

Searched refs:cfg_type (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.c698 db[i].cfg_type = cfg->cfg_type; in tf_rm_create_db()
939 db[i].cfg_type = cfg->cfg_type; in tf_rm_create_db_no_reservation()
1178 cfg_type = rm_db->db[parms->subtype].cfg_type; in tf_rm_allocate()
1241 cfg_type = rm_db->db[parms->subtype].cfg_type; in tf_rm_free()
1284 cfg_type = rm_db->db[parms->subtype].cfg_type; in tf_rm_is_allocated()
1322 cfg_type = rm_db->db[parms->subtype].cfg_type; in tf_rm_get_info()
1354 cfg_type = rm_db->db[i].cfg_type; in tf_rm_get_all_info()
1381 cfg_type = rm_db->db[parms->subtype].cfg_type; in tf_rm_get_hcapi_type()
1401 cfg_type = rm_db->db[parms->subtype].cfg_type; in tf_rm_get_slices()
1423 cfg_type = rm_db->db[parms->subtype].cfg_type; in tf_rm_get_inuse_count()
[all …]
H A Dtf_device_p58.c82 .cfg_type = TF_RM_ELEM_CFG_HCAPI_BA_PARENT,
87 .cfg_type = TF_RM_ELEM_CFG_HCAPI_BA_CHILD,
94 .cfg_type = TF_RM_ELEM_CFG_HCAPI_BA_PARENT,
99 .cfg_type = TF_RM_ELEM_CFG_HCAPI_BA_CHILD,
105 .cfg_type = TF_RM_ELEM_CFG_HCAPI_BA_CHILD,
111 .cfg_type = TF_RM_ELEM_CFG_HCAPI_BA_CHILD,
118 .cfg_type = TF_RM_ELEM_CFG_HCAPI_BA_CHILD,
124 .cfg_type = TF_RM_ELEM_CFG_HCAPI_BA_CHILD,
130 .cfg_type = TF_RM_ELEM_CFG_HCAPI_BA_CHILD,
136 .cfg_type = TF_RM_ELEM_CFG_HCAPI_BA_CHILD,
[all …]
H A Dtf_if_tbl.c47 enum tf_if_tbl_cfg_type cfg_type; in tf_if_tbl_get_hcapi_type() local
50 cfg_type = tbl_cfg[parms->db_index].cfg_type; in tf_if_tbl_get_hcapi_type()
52 if (cfg_type != TF_IF_TBL_CFG) in tf_if_tbl_get_hcapi_type()
H A Dtf_global_cfg.c59 enum tf_global_cfg_cfg_type cfg_type; in tf_global_cfg_get_hcapi_type() local
62 cfg_type = global_cfg[parms->db_index].cfg_type; in tf_global_cfg_get_hcapi_type()
64 if (cfg_type != TF_GLOBAL_CFG_CFG_HCAPI) in tf_global_cfg_get_hcapi_type()
H A Dtf_device.c50 if ((cfg[j].cfg_type == TF_RM_ELEM_CFG_HCAPI || in tf_dev_reservation_check()
51 cfg[j].cfg_type == TF_RM_ELEM_CFG_HCAPI_BA || in tf_dev_reservation_check()
52 cfg[j].cfg_type == in tf_dev_reservation_check()
54 cfg[j].cfg_type == in tf_dev_reservation_check()
H A Dtf_global_cfg.h49 enum tf_global_cfg_cfg_type cfg_type; member
H A Dtf_if_tbl.h47 enum tf_if_tbl_cfg_type cfg_type; member
H A Dtf_rm.h105 enum tf_rm_elem_cfg_type cfg_type; member
/dpdk/drivers/common/cnxk/
H A Droc_nix_vlan.c128 vtag_cfg->cfg_type = 1; /* Rx VLAN configuration */ in roc_nix_vlan_strip_vtag_ena_dis()
153 vtag_cfg->cfg_type = 0; /* Tx VLAN configuration */ in roc_nix_vlan_insert_ena_dis()
H A Droc_npc.c911 vtag_cfg->cfg_type = VTAG_TX; in npc_vtag_cfg_delete()
1024 vtag_cfg->cfg_type = VTAG_TX; in npc_vtag_insert_action_configure()
1096 vtag_cfg->cfg_type = VTAG_RX; in npc_vtag_strip_action_configure()
H A Droc_mbox.h965 uint8_t __io cfg_type; member
/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h61 uint8_t cfg_type; /* Identifies the structure. */ member
H A Dvirtio_pci.c703 pos, cap.cfg_type, cap.bar, cap.offset, cap.length); in virtio_read_caps()
705 switch (cap.cfg_type) { in virtio_read_caps()
/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c60 "len: %u\n", cap.cfg_type, cap.bar, in ifcvf_init_hw()
63 switch (cap.cfg_type) { in ifcvf_init_hw()
H A Difcvf.h65 u8 cfg_type; /* Identifies the structure. */ member
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c393 pos, cap.cfg_type, cap.bar, cap.offset, cap.length); in virtio_read_caps()
395 switch (cap.cfg_type) { in virtio_read_caps()
H A Dvirtio_pci.h111 uint8_t cfg_type; /* Identifies the structure. */ member