Searched refs:sg_list (Results 1 – 6 of 6) sorted by relevance
170 fmd_list_delete(&sgp->sg_list, sep); in fmd_serd_eng_discard()182 for (sep = fmd_list_next(&sgp->sg_list); in fmd_serd_eng_contains()206 fmd_serd_eng_discard(sgp, fmd_list_next(&sgp->sg_list)); in fmd_serd_eng_record()214 fmd_list_append(&sgp->sg_list, sep); in fmd_serd_eng_record()221 oep = fmd_list_next(&sgp->sg_list); in fmd_serd_eng_record()249 fmd_serd_eng_discard(sgp, fmd_list_next(&sgp->sg_list)); in fmd_serd_eng_reset()264 sep = fmd_list_prev(&sgp->sg_list); in fmd_serd_eng_gc()267 for (sep = fmd_list_next(&sgp->sg_list); sep != NULL; sep = nep) { in fmd_serd_eng_gc()285 for (sep = fmd_list_next(&sgp->sg_list); sep != NULL; in fmd_serd_eng_commit()
47 fmd_list_t sg_list; /* list of fmd_serd_elem_t's */ member
631 if ((oep = fmd_list_next(&sgp->sg_list)) != NULL) in fmd_adm_serdinfo_record()
567 for (sep = fmd_list_next(&sgp->sg_list); in fmd_ckpt_save_serd()
1287 for (sep = fmd_list_next(&sgp->sg_list); in fmd_case_add_serd()
3357 struct fit_sg_descriptor *sg_list; in skd_cons_sg_list() local3361 nbytes = sizeof (*sg_list) * n_sg; in skd_cons_sg_list()3367 sg_list = skd_alloc_dma_mem(skdev, mem, ATYPE_32BIT); in skd_cons_sg_list()3369 if (sg_list != NULL) { in skd_cons_sg_list()3373 bzero(sg_list, nbytes); in skd_cons_sg_list()3379 sg_list[i].next_desc_ptr = dma_address + ndp_off; in skd_cons_sg_list()3381 sg_list[i].next_desc_ptr = 0LL; in skd_cons_sg_list()3384 return (sg_list); in skd_cons_sg_list()3397 struct fit_sg_descriptor *sg_list,3573 struct fit_sg_descriptor *sg_list, in skd_free_sg_list() argument[all …]