Home
last modified time | relevance | path

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

/openbmc/linux/include/ufs/
H A Dufshcd.h179 struct ufshcd_sg_entry *ucd_prdt_ptr;
1136 WARN_ON_ONCE(sg_entry_size < sizeof(struct ufshcd_sg_entry)); in ufshcd_set_sg_entry_size()
1142 return sizeof(struct ufshcd_sg_entry); in ufshcd_sg_entry_size()
1146 ({ (void)(hba); BUILD_BUG_ON(sg_entry_size != sizeof(struct ufshcd_sg_entry)); })
H A Dufshci.h482 struct ufshcd_sg_entry { struct
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c2474 struct ufshcd_sg_entry *prd; in ufshcd_sgl_to_prdt()
2826 lrb->ucd_prdt_ptr = (struct ufshcd_sg_entry *)cmd_descp->prd_table; in ufshcd_init_lrb()
10388 ufshcd_set_sg_entry_size(hba, sizeof(struct ufshcd_sg_entry)); in ufshcd_alloc_host()