Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.c526 db[i].cfg_type = parms->cfg[i].cfg_type; in tf_rm_create_db()
563 db[i].cfg_type); in tf_rm_create_db()
573 db[i].cfg_type); in tf_rm_create_db()
585 db[i].cfg_type); in tf_rm_create_db()
711 cfg_type = rm_db->db[parms->db_index].cfg_type; in tf_rm_allocate()
779 cfg_type = rm_db->db[parms->db_index].cfg_type; in tf_rm_free()
826 cfg_type = rm_db->db[parms->db_index].cfg_type; in tf_rm_is_allocated()
871 cfg_type = rm_db->db[parms->db_index].cfg_type; in tf_rm_get_info()
896 cfg_type = rm_db->db[parms->db_index].cfg_type; in tf_rm_get_hcapi_type()
920 cfg_type = rm_db->db[parms->db_index].cfg_type; in tf_rm_get_inuse_count()
[all …]
H A Dtf_if_tbl.c54 enum tf_if_tbl_cfg_type cfg_type; in tf_if_tbl_get_hcapi_type() local
57 cfg_type = tbl_cfg[parms->db_index].cfg_type; in tf_if_tbl_get_hcapi_type()
59 if (cfg_type != TF_IF_TBL_CFG) in tf_if_tbl_get_hcapi_type()
H A Dtf_global_cfg.c61 enum tf_global_cfg_cfg_type cfg_type; in tf_global_cfg_get_hcapi_type() local
64 cfg_type = global_cfg[parms->db_index].cfg_type; in tf_global_cfg_get_hcapi_type()
66 if (cfg_type != TF_GLOBAL_CFG_CFG_HCAPI) in tf_global_cfg_get_hcapi_type()
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.h106 enum tf_rm_elem_cfg_type cfg_type; member
/f-stack/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
/f-stack/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.h110 uint8_t cfg_type; /* Identifies the structure. */ member
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h179 uint8_t cfg_type; /* Identifies the structure. */ member
H A Dvirtio_pci.c635 pos, cap.cfg_type, cap.bar, cap.offset, cap.length); in virtio_read_caps()
637 switch (cap.cfg_type) { in virtio_read_caps()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_vlan.c513 vtag_cfg->cfg_type = VTAG_RX; in nix_vlan_hw_strip()
837 vtag_cfg->cfg_type = VTAG_TX; in otx2_nix_vlan_pvid_set()
848 vtag_cfg->cfg_type = VTAG_TX; in otx2_nix_vlan_pvid_set()
H A Dotx2_flow.c491 vtag_cfg->cfg_type = VTAG_RX; in flow_program_vtag_action()
546 vtag_cfg->cfg_type = VTAG_TX; in flow_program_vtag_action()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h899 uint8_t __otx2_io cfg_type; member