Searched refs:prd_table (Results 1 – 4 of 4) sorted by relevance
57 unsigned char *prd_table; /* Kernel address of PRD table */ member
893 prd = dev->id[c][target_id].prd_table; in DEF_SCSI_QCMD()2517 if (!atp_dev->id[j][k].prd_table) in atp870u_free_tables()2519 pci_free_consistent(atp_dev->pdev, 1024, atp_dev->id[j][k].prd_table, atp_dev->id[j][k].prd_bus); in atp870u_free_tables()2520 atp_dev->id[j][k].prd_table = NULL; in atp870u_free_tables()2531 …atp_dev->id[c][k].prd_table = pci_alloc_consistent(atp_dev->pdev, 1024, &(atp_dev->id[c][k].prd_bu… in atp870u_init_tables()2532 if (!atp_dev->id[c][k].prd_table) { in atp870u_init_tables()
532 struct ufshcd_sg_entry *prd_table; in ufshcd_map_sg() local547 prd_table = (struct ufshcd_sg_entry *)lrbp->ucd_prdt_ptr; in ufshcd_map_sg()550 prd_table[i].size = in ufshcd_map_sg()552 prd_table[i].base_addr = in ufshcd_map_sg()554 prd_table[i].upper_addr = in ufshcd_map_sg()819 offsetof(struct utp_transfer_cmd_desc, prd_table); in ufshcd_host_memory_configure()847 (struct ufshcd_sg_entry *)cmd_descp[i].prd_table; in ufshcd_host_memory_configure()
313 struct ufshcd_sg_entry prd_table[SG_ALL]; member