Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ufs/
H A Dufs.h298 struct ufshcd_sg_entry { struct
315 struct ufshcd_sg_entry prd_table[MAX_BUFF]; argument
730 struct ufshcd_sg_entry *ucd_prdt_ptr;
H A Dufs.c621 (struct ufshcd_sg_entry *)&hba->ucdl->prd_table; in ufshcd_host_memory_configure()
1407 static inline void prepare_prdt_desc(struct ufshcd_sg_entry *entry, in prepare_prdt_desc()
1418 struct ufshcd_sg_entry *prd_table = hba->ucd_prdt_ptr; in prepare_prdt_table()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshci.h418 struct ufshcd_sg_entry { struct
H A Dufshcd.h197 struct ufshcd_sg_entry *ucd_prdt_ptr;
H A Dufshcd.c2362 struct ufshcd_sg_entry *prd; in ufshcd_map_sg()
2383 prd = (struct ufshcd_sg_entry *)lrbp->ucd_prdt_ptr; in ufshcd_map_sg()
2668 lrb->ucd_prdt_ptr = (struct ufshcd_sg_entry *)cmd_descp->prd_table; in ufshcd_init_lrb()
9221 hba->sg_entry_size = sizeof(struct ufshcd_sg_entry); in ufshcd_alloc_host()