Searched refs:hal_kstats (Results 1 – 5 of 5) sorted by relevance
131 hal->hal_kstats->cmd_alloc++; in s1394_alloc_cmd()170 hal->hal_kstats->cmd_free++; in s1394_free_cmd()219 hal->hal_kstats->atreq_quad_rd++; in s1394_xfer_asynch_command()223 hal->hal_kstats->atreq_blk_rd++; in s1394_xfer_asynch_command()227 hal->hal_kstats->atreq_quad_wr++; in s1394_xfer_asynch_command()231 hal->hal_kstats->atreq_blk_wr++; in s1394_xfer_asynch_command()232 hal->hal_kstats->atreq_blk_wr_size += h_priv->mblk.length; in s1394_xfer_asynch_command()236 hal->hal_kstats->atreq_lock32++; in s1394_xfer_asynch_command()240 hal->hal_kstats->atreq_lock64++; in s1394_xfer_asynch_command()700 hal->hal_kstats->atresp_quad_rd_fail++; in s1394_atreq_cmd_complete()[all …]
267 hal->hal_kstats->guid = hal->halinfo.guid; in h1394_attach()482 hal->hal_kstats->cmd_free++; in h1394_free_cmd()673 hal->hal_kstats->selfid_complete++; in h1394_self_ids()677 hal->hal_kstats->bus_reset += gen_diff; in h1394_self_ids()681 hal->hal_kstats->bus_reset += in h1394_self_ids()729 hal->hal_kstats->selfid_buffer_error++; in h1394_self_ids()772 hal->hal_kstats->selfid_buffer_error++; in h1394_self_ids()805 hal->hal_kstats->selfid_buffer_error++; in h1394_self_ids()906 hal->hal_kstats->arreq_quad_rd++; in h1394_read_request()911 hal->hal_kstats->arreq_blk_rd++; in h1394_read_request()[all …]
667 hal->hal_kstats = (s1394_kstat_t *)kmem_zalloc(sizeof (s1394_kstat_t), in s1394_kstat_init()683 kmem_free((void *)hal->hal_kstats, sizeof (s1394_kstat_t)); in s1394_kstat_init()701 kmem_free((void *)hal->hal_kstats, sizeof (s1394_kstat_t)); in s1394_kstat_delete()726 ksp->ks_data = hal->hal_kstats; in s1394_kstat_update()743 hal->hal_kstats->addr_posted_alloc++; in s1394_addr_alloc_kstat()745 hal->hal_kstats->addr_normal_alloc++; in s1394_addr_alloc_kstat()747 hal->hal_kstats->addr_csr_alloc++; in s1394_addr_alloc_kstat()749 hal->hal_kstats->addr_phys_alloc++; in s1394_addr_alloc_kstat()
321 hal->hal_kstats->cmd_alloc_fail++; in t1394_alloc_cmd()336 hal->hal_kstats->cmd_alloc_fail++; in t1394_alloc_cmd()436 hal->hal_kstats->cmd_free++; in t1394_free_cmd()1007 hal->hal_kstats->addr_alloc_fail++; in t1394_alloc_addr()1035 hal->hal_kstats->addr_alloc_fail++; in t1394_alloc_addr()1063 hal->hal_kstats->addr_alloc_fail++; in t1394_alloc_addr()1077 hal->hal_kstats->addr_alloc_fail++; in t1394_alloc_addr()1090 hal->hal_kstats->addr_alloc_fail++; in t1394_alloc_addr()1159 hal->hal_kstats->addr_space_free++; in t1394_free_addr()1239 hal->hal_kstats->arreq_posted_write_error++; in t1394_recv_request_done()
571 s1394_kstat_t *hal_kstats; member