Searched refs:common_cfg (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/crypto/virtio/ |
| H A D | virtio_pci.c | 108 &hw->common_cfg->guest_feature); in modern_set_features() 112 &hw->common_cfg->guest_feature); in modern_set_features() 143 rte_write16(vec, &hw->common_cfg->msix_config); in modern_set_config_irq() 181 &hw->common_cfg->queue_desc_hi); in modern_setup_queue() 183 &hw->common_cfg->queue_avail_hi); in modern_setup_queue() 185 &hw->common_cfg->queue_used_hi); in modern_setup_queue() 191 rte_write16(1, &hw->common_cfg->queue_enable); in modern_setup_queue() 209 &hw->common_cfg->queue_desc_hi); in modern_del_queue() 211 &hw->common_cfg->queue_avail_hi); in modern_del_queue() 213 &hw->common_cfg->queue_used_hi); in modern_del_queue() [all …]
|
| H A D | virtio_pci.h | 189 struct virtio_pci_common_cfg *common_cfg; member
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_pci.c | 316 &hw->common_cfg->guest_feature); in modern_set_features() 320 &hw->common_cfg->guest_feature); in modern_set_features() 381 &hw->common_cfg->queue_desc_hi); in modern_setup_queue() 383 &hw->common_cfg->queue_avail_hi); in modern_setup_queue() 385 &hw->common_cfg->queue_used_hi); in modern_setup_queue() 391 rte_write16(1, &hw->common_cfg->queue_enable); in modern_setup_queue() 409 &hw->common_cfg->queue_desc_hi); in modern_del_queue() 411 &hw->common_cfg->queue_avail_hi); in modern_del_queue() 413 &hw->common_cfg->queue_used_hi); in modern_del_queue() 415 rte_write16(0, &hw->common_cfg->queue_enable); in modern_del_queue() [all …]
|
| H A D | virtio_pci.h | 271 struct virtio_pci_common_cfg *common_cfg; member
|
| /f-stack/dpdk/drivers/vdpa/ifc/base/ |
| H A D | ifcvf.c | 65 hw->common_cfg = get_cap_addr(hw, &cap); in ifcvf_init_hw() 86 if (hw->common_cfg == NULL || hw->notify_base == NULL || in ifcvf_init_hw() 95 hw->common_cfg, hw->dev_cfg, in ifcvf_init_hw() 105 return IFCVF_READ_REG8(&hw->common_cfg->device_status); in ifcvf_get_status() 111 IFCVF_WRITE_REG8(status, &hw->common_cfg->device_status); in ifcvf_set_status() 138 struct ifcvf_pci_common_cfg *cfg = hw->common_cfg; in ifcvf_get_features() 152 struct ifcvf_pci_common_cfg *cfg = hw->common_cfg; in ifcvf_set_features() 195 cfg = hw->common_cfg; in ifcvf_hw_enable() 243 cfg = hw->common_cfg; in ifcvf_hw_disable()
|
| H A D | ifcvf.h | 128 struct ifcvf_pci_common_cfg *common_cfg; member
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_table_action.c | 610 struct rte_table_action_common_config *common_cfg) in encap_ether_apply() argument 613 uint16_t ethertype = (common_cfg->ip_version) ? in encap_ether_apply() 628 struct rte_table_action_common_config *common_cfg) in encap_vlan_apply() argument 631 uint16_t ethertype = (common_cfg->ip_version) ? in encap_vlan_apply() 652 struct rte_table_action_common_config *common_cfg) in encap_qinq_apply() argument 655 uint16_t ethertype = (common_cfg->ip_version) ? in encap_qinq_apply() 936 struct rte_table_action_common_config *common_cfg) in encap_apply() argument 947 return encap_ether_apply(data, p, common_cfg); in encap_apply() 950 return encap_vlan_apply(data, p, common_cfg); in encap_apply() 953 return encap_qinq_apply(data, p, common_cfg); in encap_apply()
|
| /f-stack/dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 1117 cfg = hw->common_cfg; in ifcvf_set_vring_state()
|