Searched refs:hal_kstats (Results 1 – 5 of 5) sorted by relevance
112 hal->hal_kstats->cmd_alloc++; in s1394_alloc_cmd()143 hal->hal_kstats->cmd_free++; in s1394_free_cmd()186 hal->hal_kstats->atreq_quad_rd++; in s1394_xfer_asynch_command()190 hal->hal_kstats->atreq_blk_rd++; in s1394_xfer_asynch_command()194 hal->hal_kstats->atreq_quad_wr++; in s1394_xfer_asynch_command()198 hal->hal_kstats->atreq_blk_wr++; in s1394_xfer_asynch_command()199 hal->hal_kstats->atreq_blk_wr_size += h_priv->mblk.length; in s1394_xfer_asynch_command()203 hal->hal_kstats->atreq_lock32++; in s1394_xfer_asynch_command()207 hal->hal_kstats->atreq_lock64++; in s1394_xfer_asynch_command()616 hal->hal_kstats->atresp_quad_rd_fail++; in s1394_atreq_cmd_complete()[all …]
239 hal->hal_kstats->guid = hal->halinfo.guid; in h1394_attach()419 hal->hal_kstats->cmd_free++; in h1394_free_cmd()585 hal->hal_kstats->selfid_complete++; in h1394_self_ids()589 hal->hal_kstats->bus_reset += gen_diff; in h1394_self_ids()593 hal->hal_kstats->bus_reset += in h1394_self_ids()632 hal->hal_kstats->selfid_buffer_error++; in h1394_self_ids()667 hal->hal_kstats->selfid_buffer_error++; in h1394_self_ids()687 hal->hal_kstats->selfid_buffer_error++; in h1394_self_ids()771 hal->hal_kstats->arreq_quad_rd++; in h1394_read_request()776 hal->hal_kstats->arreq_blk_rd++; in h1394_read_request()[all …]
586 hal->hal_kstats = (s1394_kstat_t *)kmem_zalloc(sizeof (s1394_kstat_t), in s1394_kstat_init()600 kmem_free((void *)hal->hal_kstats, sizeof (s1394_kstat_t)); in s1394_kstat_init()614 kmem_free((void *)hal->hal_kstats, sizeof (s1394_kstat_t)); in s1394_kstat_delete()634 ksp->ks_data = hal->hal_kstats; in s1394_kstat_update()650 hal->hal_kstats->addr_posted_alloc++; in s1394_addr_alloc_kstat()652 hal->hal_kstats->addr_normal_alloc++; in s1394_addr_alloc_kstat()654 hal->hal_kstats->addr_csr_alloc++; in s1394_addr_alloc_kstat()656 hal->hal_kstats->addr_phys_alloc++; in s1394_addr_alloc_kstat()
289 hal->hal_kstats->cmd_alloc_fail++; in t1394_alloc_cmd()300 hal->hal_kstats->cmd_alloc_fail++; in t1394_alloc_cmd()388 hal->hal_kstats->cmd_free++; in t1394_free_cmd()860 hal->hal_kstats->addr_alloc_fail++; in t1394_alloc_addr()881 hal->hal_kstats->addr_alloc_fail++; in t1394_alloc_addr()902 hal->hal_kstats->addr_alloc_fail++; in t1394_alloc_addr()916 hal->hal_kstats->addr_alloc_fail++; in t1394_alloc_addr()927 hal->hal_kstats->addr_alloc_fail++; in t1394_alloc_addr()990 hal->hal_kstats->addr_space_free++; in t1394_free_addr()1066 hal->hal_kstats->arreq_posted_write_error++; in t1394_recv_request_done()
535 s1394_kstat_t *hal_kstats; member