Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/ufs/
Dufshci.h413 struct ufshcd_sg_entry { struct
429 struct ufshcd_sg_entry prd_table[SG_ALL]; argument
Dufshcd.h173 struct ufshcd_sg_entry *ucd_prdt_ptr;
Dufshcd.c482 prdt_length /= sizeof(struct ufshcd_sg_entry); in ufshcd_print_trs()
491 sizeof(struct ufshcd_sg_entry) * prdt_length); in ufshcd_print_trs()
2213 struct ufshcd_sg_entry *prd_table; in ufshcd_map_sg()
2229 sizeof(struct ufshcd_sg_entry))); in ufshcd_map_sg()
2234 prd_table = (struct ufshcd_sg_entry *)lrbp->ucd_prdt_ptr; in ufshcd_map_sg()
2517 lrb->ucd_prdt_ptr = (struct ufshcd_sg_entry *)cmd_descp[i].prd_table; in ufshcd_init_lrb()