Searched refs:pci_dbells (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c834 ha->pci_dbells = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
837 if (ha->pci_dbells == NULL) {
873 ha->reg_rid, ha->pci_dbells, rsrc_len_dbells, ha->dbells_rid,
963 ha->reg_rid, ha->pci_dbells, rsrc_len_dbells, ha->dbells_rid,
1285 if (ha->pci_dbells != NULL) {
1286 ha->cdev.doorbells = ha->pci_dbells;
1290 ha->pci_dbells = ha->pci_reg;
1293 ha->cdev.doorbells = ha->pci_dbells;
1415 if (ha->dbells_size && ha->pci_dbells)
1417 ha->pci_dbells);
[all...]
H A Dqlnx_def.h398 struct resource *pci_dbells; member in struct:qlnx_host

Completed in 73 milliseconds