Searched refs:atge_hw_stats (Results 1 – 4 of 4) sorted by relevance
234 atgep->atge_hw_stats = kmem_zalloc(sizeof (atge_l1_smb_t), KM_SLEEP); in atge_l1_alloc_dma()292 if (atgep->atge_hw_stats != NULL) { in atge_l1_free_dma()293 kmem_free(atgep->atge_hw_stats, sizeof (atge_l1_smb_t)); in atge_l1_free_dma()294 atgep->atge_hw_stats = NULL; in atge_l1_free_dma()462 stat = (atge_l1_smb_t *)atgep->atge_hw_stats; in atge_l1_gather_stats()
262 atgep->atge_hw_stats = kmem_zalloc(sizeof (atge_l1c_smb_t), KM_SLEEP); in atge_l1c_alloc_dma()320 if (atgep->atge_hw_stats != NULL) { in atge_l1c_free_dma()321 kmem_free(atgep->atge_hw_stats, sizeof (atge_l1c_smb_t)); in atge_l1c_free_dma()322 atgep->atge_hw_stats = NULL; in atge_l1c_free_dma()569 stat = (atge_l1c_smb_t *)atgep->atge_hw_stats; in atge_l1c_gather_stats()
235 atgep->atge_hw_stats = kmem_zalloc(sizeof (atge_l1e_smb_t), KM_SLEEP); in atge_l1e_alloc_dma()279 if (atgep->atge_hw_stats != NULL) { in atge_l1e_free_dma()280 kmem_free(atgep->atge_hw_stats, sizeof (atge_l1e_smb_t)); in atge_l1e_free_dma()281 atgep->atge_hw_stats = NULL; in atge_l1e_free_dma()705 stat = (atge_l1e_smb_t *)atgep->atge_hw_stats; in atge_l1e_gather_stats()
376 void *atge_hw_stats; member