Home
last modified time | relevance | path

Searched refs:DBG_INIT (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_init.c97 DBG_INIT("softs->pqi_dev_cap.max_iqs: %d\n", softs->pqi_dev_cap.max_iqs); in pqisrc_report_pqi_capability()
98 DBG_INIT("softs->pqi_dev_cap.max_iq_elements: %d\n", softs->pqi_dev_cap.max_iq_elements); in pqisrc_report_pqi_capability()
99 DBG_INIT("softs->pqi_dev_cap.max_iq_elem_len: %d\n", softs->pqi_dev_cap.max_iq_elem_len); in pqisrc_report_pqi_capability()
100 DBG_INIT("softs->pqi_dev_cap.min_iq_elem_len: %d\n", softs->pqi_dev_cap.min_iq_elem_len); in pqisrc_report_pqi_capability()
101 DBG_INIT("softs->pqi_dev_cap.max_oqs: %d\n", softs->pqi_dev_cap.max_oqs); in pqisrc_report_pqi_capability()
102 DBG_INIT("softs->pqi_dev_cap.max_oq_elements: %d\n", softs->pqi_dev_cap.max_oq_elements); in pqisrc_report_pqi_capability()
103 DBG_INIT("softs->pqi_dev_cap.max_oq_elem_len: %d\n", softs->pqi_dev_cap.max_oq_elem_len); in pqisrc_report_pqi_capability()
104DBG_INIT("softs->pqi_dev_cap.intr_coales_time_granularity: %d\n", softs->pqi_dev_cap.intr_coales_t… in pqisrc_report_pqi_capability()
105 DBG_INIT("softs->max_ib_iu_length_per_fw: %d\n", softs->max_ib_iu_length_per_fw); in pqisrc_report_pqi_capability()
106 DBG_INIT("softs->ib_spanning_supported: %d\n", softs->ib_spanning_supported); in pqisrc_report_pqi_capability()
[all …]
H A Dsmartpqi_sis.c241 DBG_INIT("GET_PROPERTIES prop = %x, ext_prop = %x\n", in pqisrc_get_adapter_properties()
267 DBG_INIT("cmd size = %x, fib size = %x\n", in pqisrc_get_preferred_settings()
311 DBG_INIT("max_sg_elem = %x\n", in pqisrc_get_sis_pqi_cap()
313 DBG_INIT("max_transfer_size = %x\n", in pqisrc_get_sis_pqi_cap()
315 DBG_INIT("max_outstanding_io = %x\n", in pqisrc_get_sis_pqi_cap()
H A Dsmartpqi_queue.c124 DBG_INIT(" admin ib: num_elem=%u elem_size=%u\n", in pqisrc_get_admin_queue_config()
126 DBG_INIT(" admin ob: num_elem=%u elem_size=%u\n", in pqisrc_get_admin_queue_config()
174 DBG_INIT("alloc tag=%s size=0x%x align=0x%x virt_addr=%p dma_addr=%p\n", in pqisrc_allocate_and_init_inbound_q()
201 DBG_INIT("ib_q: virt_addr=%p, ci_dma_addr=%p elem=%u size=%u\n", in pqisrc_allocate_and_init_inbound_q()
246 DBG_INIT("alloc tag=%s size=0x%x align=0x%x virt_addr=%p dma_addr=%p\n", in pqisrc_allocate_and_init_outbound_q()
271 DBG_INIT("ob_q: virt_addr=%p, pi_dma_addr=%p elem=%u size=%u\n", in pqisrc_allocate_and_init_outbound_q()
931DBG_INIT("softs->num_op_obq %u max_obq_elem_size=%u\n",softs->num_op_obq, softs->max_obq_elem_size… in pqisrc_alloc_and_create_ob_queues()
H A Dsmartpqi_discovery.c79 DBG_INIT("AIO support subpage valid. total_length = 0x%0x.\n", in pqisrc_QuerySenseFeatures()
112 DBG_INIT("softs->max_aio_write_raid5_6: 0x%x\n", in pqisrc_QuerySenseFeatures()
114 DBG_INIT("softs->max_aio_write_raid1_10_2drv: 0x%x\n", in pqisrc_QuerySenseFeatures()
116 DBG_INIT("softs->max_aio_write_raid1_10_3drv: 0x%x\n", in pqisrc_QuerySenseFeatures()
118 DBG_INIT("softs->max_aio_rw_xfer_crypto_nvme: 0x%x\n", in pqisrc_QuerySenseFeatures()
120 DBG_INIT("softs->max_aio_rw_xfer_crypto_sas_sata: 0x%x\n", in pqisrc_QuerySenseFeatures()
H A Dsmartpqi_event.c198 DBG_INIT("event iu_type=0x%x event_type=0x%x\n", in pqisrc_process_event_intr_src()
H A Dsmartpqi_defines.h1262 #define DBG_INIT(fmt,args...) \ macro
/freebsd/sys/dev/thunderbolt/
H A Dnhi_pci.c122 tb_debug(sc, DBG_INIT|DBG_FULL, "busmaster status was %s\n", in nhi_pci_attach()
229 tb_debug(sc, DBG_INIT|DBG_INTR|DBG_FULL, in nhi_pci_allocate_interrupts()
234 tb_debug(sc, DBG_INIT|DBG_INTR, "Attempting to allocate %d " in nhi_pci_allocate_interrupts()
237 tb_debug(sc, DBG_INIT|DBG_INTR|DBG_FULL, in nhi_pci_allocate_interrupts()
295 tb_debug(sc, DBG_INIT, "Cannot allocate intr trackers\n"); in nhi_pci_configure_interrupts()
310 tb_debug(sc, DBG_INIT, in nhi_pci_configure_interrupts()
318 tb_debug(sc, DBG_INIT, in nhi_pci_configure_interrupts()
324 tb_debug(sc, DBG_INIT, "Set up %d interrupts\n", sc->msix_count); in nhi_pci_configure_interrupts()
348 tb_debug(sc, DBG_INIT|DBG_INTR, "Enabling interrupts for ring %d\n", in nhi_pci_enable_interrupt()
378 tb_debug(sc, DBG_INIT|DBG_INTR|DBG_FULL, in nhi_pci_enable_interrupt()
[all …]
H A Dnhi.c255 tb_debug(sc, DBG_INIT|DBG_NOISY, "Total Paths= %d\n", val); in nhi_attach()
331 tb_debug(sc, DBG_INIT, "Tried to allocate ring number %d\n", in nhi_alloc_ring()
362 tb_debug(sc, DBG_INIT | DBG_FULL, "Allocated ring context at %p, " in nhi_alloc_ring()
368 tb_debug(sc, DBG_INIT | DBG_FULL, "Ring %d ring_size= %d\n", in nhi_alloc_ring()
399 tb_debug(sc, DBG_INIT | DBG_EXTRA, "Ring %d: RX %p [0x%jx] " in nhi_alloc_ring()
411 tb_debug(r->sc, DBG_INIT, "Freeing ring %d resources\n", r->ring_num); in nhi_free_ring()
460 tb_debug(sc, DBG_INIT, "TX Ring %d TX_RING_SIZE= 0x%x\n", in nhi_configure_ring()
470 tb_debug(sc, DBG_INIT, "RX Ring %d RX_RING_SIZE= 0x%x\n", in nhi_configure_ring()
485 tb_debug(sc, DBG_INIT, "Activating ring %d at idx %d\n", in nhi_activate_ring()
502 tb_debug(sc, DBG_INIT, "Deactivin in nhi_deactivate_ring()
[all...]
H A Dtb_debug.h59 DBG_INIT = (1 << 0), enumerator
H A Dtb_debug.c182 {"init", DBG_INIT},