Searched refs:common_cfg (Results 1 – 8 of 8) sorted by relevance
| /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 | 190 struct virtio_pci_common_cfg *common_cfg; member
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_pci.c | 402 &dev->common_cfg->guest_feature); in modern_set_features() 406 &dev->common_cfg->guest_feature); in modern_set_features() 449 rte_write16(vec, &dev->common_cfg->msix_config); in modern_set_config_irq() 491 &dev->common_cfg->queue_desc_hi); in modern_setup_queue() 493 &dev->common_cfg->queue_avail_hi); in modern_setup_queue() 495 &dev->common_cfg->queue_used_hi); in modern_setup_queue() 501 rte_write16(1, &dev->common_cfg->queue_enable); in modern_setup_queue() 521 &dev->common_cfg->queue_desc_hi); in modern_del_queue() 523 &dev->common_cfg->queue_avail_hi); in modern_del_queue() 525 &dev->common_cfg->queue_used_hi); in modern_del_queue() [all …]
|
| H A D | virtio_pci.h | 107 struct virtio_pci_common_cfg *common_cfg; member
|
| /dpdk/drivers/vdpa/ifc/base/ |
| H A D | ifcvf.c | 65 hw->common_cfg = get_cap_addr(hw, &cap); in ifcvf_init_hw() 91 if (hw->common_cfg == NULL || hw->notify_base == NULL || in ifcvf_init_hw() 103 hw->common_cfg, hw->notify_base, hw->isr, hw->dev_cfg, in ifcvf_init_hw() 112 return IFCVF_READ_REG8(&hw->common_cfg->device_status); in ifcvf_get_status() 118 IFCVF_WRITE_REG8(status, &hw->common_cfg->device_status); in ifcvf_set_status() 145 struct ifcvf_pci_common_cfg *cfg = hw->common_cfg; in ifcvf_get_features() 159 struct ifcvf_pci_common_cfg *cfg = hw->common_cfg; in ifcvf_set_features() 202 cfg = hw->common_cfg; in ifcvf_hw_enable() 250 cfg = hw->common_cfg; in ifcvf_hw_disable()
|
| H A D | ifcvf.h | 128 struct ifcvf_pci_common_cfg *common_cfg; member
|
| /dpdk/lib/pipeline/ |
| H A D | rte_table_action.c | 608 struct rte_table_action_common_config *common_cfg) in encap_ether_apply() argument 611 uint16_t ethertype = (common_cfg->ip_version) ? in encap_ether_apply() 626 struct rte_table_action_common_config *common_cfg) in encap_vlan_apply() argument 629 uint16_t ethertype = (common_cfg->ip_version) ? in encap_vlan_apply() 650 struct rte_table_action_common_config *common_cfg) in encap_qinq_apply() argument 653 uint16_t ethertype = (common_cfg->ip_version) ? in encap_qinq_apply() 934 struct rte_table_action_common_config *common_cfg) in encap_apply() argument 945 return encap_ether_apply(data, p, common_cfg); in encap_apply() 948 return encap_vlan_apply(data, p, common_cfg); in encap_apply() 951 return encap_qinq_apply(data, p, common_cfg); in encap_apply()
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 1120 cfg = hw->common_cfg; in ifcvf_set_vring_state()
|