Searched refs:pci_reg1 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/qlxge/
H A Dqls_hw.h941 #define Q81_WR_WQ_PROD_IDX(wq_idx, idx) bus_write_4((ha->pci_reg1),\
944 #define Q81_RD_WQ_IDX(wq_idx) bus_read_4((ha->pci_reg1),\
948 #define Q81_SET_WQ_VALID(wq_idx) bus_write_4((ha->pci_reg1),\
952 #define Q81_SET_WQ_INVALID(wq_idx) bus_write_4((ha->pci_reg1),\
956 #define Q81_WR_CQ_CONS_IDX(cq_idx, idx) bus_write_4((ha->pci_reg1),\
959 #define Q81_RD_CQ_IDX(cq_idx) bus_read_4((ha->pci_reg1),\
962 #define Q81_SET_CQ_VALID(cq_idx) bus_write_4((ha->pci_reg1),\
966 #define Q81_SET_CQ_INVALID(cq_idx) bus_write_4((ha->pci_reg1),\
970 #define Q81_WR_LBQ_PROD_IDX(cq_idx, idx) bus_write_4((ha->pci_reg1),\
973 #define Q81_RD_LBQ_IDX(cq_idx) bus_read_4((ha->pci_reg1),\
[all...]
H A Dqls_def.h277 struct resource *pci_reg1; member in struct:qla_host
H A Dqls_os.c369 ha->pci_reg1 = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
372 if (ha->pci_reg1 == NULL) {
396 " pci_reg %p pci_reg1 %p\n", __func__, ha,
397 ha->pci_func, ha->msix_count, ha->pci_reg, ha->pci_reg1);
581 if (ha->pci_reg1)
583 ha->pci_reg1);
H A Dqls_hw.c1151 txr->wq_db_addr = (struct resource *)((uint8_t *)ha->pci_reg1
/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_def.h148 struct resource *pci_reg1; member in struct:qla_host
H A Dql_os.c332 ha->pci_reg1 = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
637 if (ha->pci_reg1)
639 ha->pci_reg1);

Completed in 123 milliseconds