Home
last modified time | relevance | path

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

/linux/drivers/ufs/core/
H A Dufshcd-crypto.h64 ufshcd_sg_entry_size(hba) * scsi_sg_count(lrbp->cmd)); in ufshcd_crypto_clear_prdt()
H A Dufshcd.c581 prdt_length /= ufshcd_sg_entry_size(hba); in ufshcd_print_tr()
590 ufshcd_sg_entry_size(hba) * prdt_length); in ufshcd_print_tr()
2582 cpu_to_le16(sg_entries * ufshcd_sg_entry_size(hba)); in ufshcd_sgl_to_prdt()
2603 prd = (void *)prd + ufshcd_sg_entry_size(hba); in ufshcd_sgl_to_prdt()
/linux/include/ufs/
H A Dufshcd.h1189 static inline size_t ufshcd_sg_entry_size(const struct ufs_hba *hba) in ufshcd_sg_entry_size() function
1200 static inline size_t ufshcd_sg_entry_size(const struct ufs_hba *hba) in ufshcd_sg_entry_size() function
1219 return sizeof(struct utp_transfer_cmd_desc) + SG_ALL * ufshcd_sg_entry_size(hba); in ufshcd_get_ucd_size()