Searched refs:ops_hw (Results 1 – 2 of 2) sorted by relevance
59 struct qat_dev_hw_spec_funcs *ops_hw = in qat_pci_get_extra_size() local61 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() local261 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() local382 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 …]
60 struct qat_dev_hw_spec_funcs *ops_hw = in qat_qp_setup() local75 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() local434 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()