Lines Matching refs:pcidev

620 		device_printf(hba->pcidev, "wrong callback type\n");  in hptiop_request_callback_mv()
724 device_printf(hba->pcidev, "wrong callback type\n"); in hptiop_request_callback_mvfrey()
1096 device_printf(hba->pcidev, "request size beyond max value"); in hptiop_post_ioctl_command_itl()
1230 device_printf(hba->pcidev, "request size beyond max value"); in hptiop_post_ioctl_command_mv()
1312 device_printf(hba->pcidev, "request size beyond max value"); in hptiop_post_ioctl_command_mvfrey()
1420 hba->bar0_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_itl()
1424 device_printf(hba->pcidev, in hptiop_alloc_pci_res_itl()
1434 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_alloc_pci_res_itl()
1436 device_printf(hba->pcidev, "alloc mem res failed\n"); in hptiop_alloc_pci_res_itl()
1446 hba->bar0_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_mv()
1450 device_printf(hba->pcidev, "failed to get iop bar0.\n"); in hptiop_alloc_pci_res_mv()
1459 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_alloc_pci_res_mv()
1461 device_printf(hba->pcidev, "alloc bar0 mem res failed\n"); in hptiop_alloc_pci_res_mv()
1466 hba->bar2_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_mv()
1470 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_alloc_pci_res_mv()
1472 device_printf(hba->pcidev, "failed to get iop bar2.\n"); in hptiop_alloc_pci_res_mv()
1481 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_alloc_pci_res_mv()
1483 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_alloc_pci_res_mv()
1485 device_printf(hba->pcidev, "alloc mem bar2 res failed\n"); in hptiop_alloc_pci_res_mv()
1495 hba->bar0_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_mvfrey()
1499 device_printf(hba->pcidev, "failed to get iop bar0.\n"); in hptiop_alloc_pci_res_mvfrey()
1508 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_alloc_pci_res_mvfrey()
1510 device_printf(hba->pcidev, "alloc bar0 mem res failed\n"); in hptiop_alloc_pci_res_mvfrey()
1515 hba->bar2_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_mvfrey()
1519 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_alloc_pci_res_mvfrey()
1521 device_printf(hba->pcidev, "failed to get iop bar2.\n"); in hptiop_alloc_pci_res_mvfrey()
1531 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_alloc_pci_res_mvfrey()
1533 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_alloc_pci_res_mvfrey()
1535 device_printf(hba->pcidev, "alloc mem bar2 res failed\n"); in hptiop_alloc_pci_res_mvfrey()
1545 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_release_pci_res_itl()
1552 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_release_pci_res_mv()
1555 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_release_pci_res_mv()
1562 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_release_pci_res_mvfrey()
1565 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_release_pci_res_mvfrey()
1584 device_printf(hba->pcidev, "alloc ctlcfg_dmat failed\n"); in hptiop_internal_memalloc_mv()
1591 device_printf(hba->pcidev, in hptiop_internal_memalloc_mv()
1601 device_printf(hba->pcidev, "bus_dmamap_load failed!\n"); in hptiop_internal_memalloc_mv()
1641 device_printf(hba->pcidev, "alloc ctlcfg_dmat failed\n"); in hptiop_internal_memalloc_mvfrey()
1648 device_printf(hba->pcidev, in hptiop_internal_memalloc_mvfrey()
1658 device_printf(hba->pcidev, "bus_dmamap_load failed!\n"); in hptiop_internal_memalloc_mvfrey()
1896 hba->pcidev = dev; in hptiop_attach()
2055 if ((hba->irq_res = bus_alloc_resource(hba->pcidev, SYS_RES_IRQ, in hptiop_attach()
2061 if (bus_setup_intr(hba->pcidev, hba->irq_res, INTR_TYPE_CAM | INTR_MPSAFE, in hptiop_attach()
2310 device_printf(hba->pcidev, "srb allocated failed"); in hptiop_action()
2325 device_printf(hba->pcidev, in hptiop_action()
2338 device_printf(hba->pcidev, "reset adapter"); in hptiop_action()
2411 device_printf(hba->pcidev, "invaild req offset\n"); in hptiop_post_req_itl()
2715 device_printf(hba->pcidev, "hptiop_map_srb error"); in hptiop_map_srb()
2730 device_printf(hba->pcidev, "dmamap create failed"); in hptiop_map_srb()
2753 device_printf(hba->pcidev, "invalid alignment"); in hptiop_map_srb()
2776 device_printf(hba->pcidev, "%d ," in hptiop_os_query_remove_device()
2808 bus_teardown_intr(hba->pcidev, hba->irq_res, hba->irq_handle); in hptiop_release_resource()
2844 bus_release_resource(hba->pcidev, SYS_RES_IRQ, in hptiop_release_resource()
2848 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_release_resource()
2851 bus_release_resource(hba->pcidev, SYS_RES_MEMORY, in hptiop_release_resource()