Home
last modified time | relevance | path

Searched refs:ops_hw (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/qat/
H A Dqat_device.c59 struct qat_dev_hw_spec_funcs *ops_hw = in qat_pci_get_extra_size() local
61 RTE_FUNC_PTR_OR_ERR_RET(ops_hw->qat_dev_get_extra_size, in qat_pci_get_extra_size()
63 return ops_hw->qat_dev_get_extra_size(); in qat_pci_get_extra_size()
176 struct qat_dev_hw_spec_funcs *ops_hw; in qat_pci_device_allocate() local
261 ops_hw = qat_dev_hw_spec[qat_dev->qat_dev_gen]; in qat_pci_device_allocate()
262 if (ops_hw->qat_dev_get_misc_bar == NULL) { in qat_pci_device_allocate()
267 if (ops_hw->qat_dev_get_misc_bar(&mem_resource, pci_dev) == 0) { in qat_pci_device_allocate()
365 struct qat_dev_hw_spec_funcs *ops_hw; in qat_pci_probe() local
382 ops_hw = qat_dev_hw_spec[qat_pci_dev->qat_dev_gen]; in qat_pci_probe()
383 RTE_FUNC_PTR_OR_ERR_RET(ops_hw->qat_dev_reset_ring_pairs, in qat_pci_probe()
[all …]
H A Dqat_qp.c60 struct qat_dev_hw_spec_funcs *ops_hw = in qat_qp_setup() local
75 if (ops_hw->qat_dev_get_transport_bar == NULL) { in qat_qp_setup()
82 io_addr = ops_hw->qat_dev_get_transport_bar(pci_dev)->addr; in qat_qp_setup()
431 struct qat_dev_hw_spec_funcs *ops_hw = in qat_read_qp_config() local
434 RTE_FUNC_PTR_OR_ERR_RET(ops_hw->qat_dev_read_config, in qat_read_qp_config()
436 return ops_hw->qat_dev_read_config(qat_dev); in qat_read_qp_config()