Home
last modified time | relevance | path

Searched refs:ufshcd_sg_entry (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/ufs/
H A Dufshcd.h182 struct ufshcd_sg_entry *ucd_prdt_ptr;
1209 WARN_ON_ONCE(sg_entry_size < sizeof(struct ufshcd_sg_entry)); in ufshcd_set_sg_entry_size()
1215 return sizeof(struct ufshcd_sg_entry); in ufshcd_sg_entry_size()
1219 ({ (void)(hba); BUILD_BUG_ON(sg_entry_size != sizeof(struct ufshcd_sg_entry)); })
H A Dufshci.h472 struct ufshcd_sg_entry { struct
/linux-6.15/drivers/ufs/host/
H A Dufs-exynos.c1262 struct ufshcd_sg_entry base;
/linux-6.15/drivers/ufs/core/
H A Dufshcd.c2607 struct ufshcd_sg_entry *prd; in ufshcd_sgl_to_prdt()
2955 lrb->ucd_prdt_ptr = (struct ufshcd_sg_entry *)cmd_descp->prd_table; in ufshcd_init_lrb()
10421 ufshcd_set_sg_entry_size(hba, sizeof(struct ufshcd_sg_entry)); in ufshcd_alloc_host()