| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_rm.c | 698 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 D | tf_device_p58.c | 82 .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 D | tf_if_tbl.c | 47 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 D | tf_global_cfg.c | 59 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 D | tf_device.c | 50 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 D | tf_global_cfg.h | 49 enum tf_global_cfg_cfg_type cfg_type; member
|
| H A D | tf_if_tbl.h | 47 enum tf_if_tbl_cfg_type cfg_type; member
|
| H A D | tf_rm.h | 105 enum tf_rm_elem_cfg_type cfg_type; member
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_vlan.c | 128 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 D | roc_npc.c | 911 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 D | roc_mbox.h | 965 uint8_t __io cfg_type; member
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_pci.h | 61 uint8_t cfg_type; /* Identifies the structure. */ member
|
| H A D | virtio_pci.c | 703 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 D | ifcvf.c | 60 "len: %u\n", cap.cfg_type, cap.bar, in ifcvf_init_hw() 63 switch (cap.cfg_type) { in ifcvf_init_hw()
|
| H A D | ifcvf.h | 65 u8 cfg_type; /* Identifies the structure. */ member
|
| /dpdk/drivers/crypto/virtio/ |
| H A D | virtio_pci.c | 393 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 D | virtio_pci.h | 111 uint8_t cfg_type; /* Identifies the structure. */ member
|