Searched refs:prot_sdb (Results 1 – 1 of 1) sorted by relevance
499 sg_free_table_chained(&cmd->prot_sdb->table, in scsi_free_sgtables()1038 struct scsi_data_buffer *prot_sdb = cmd->prot_sdb; in scsi_alloc_sgtables() local1041 if (WARN_ON_ONCE(!prot_sdb)) { in scsi_alloc_sgtables()1053 if (sg_alloc_table_chained(&prot_sdb->table, ivecs, in scsi_alloc_sgtables()1054 prot_sdb->table.sgl, in scsi_alloc_sgtables()1061 prot_sdb->table.sgl); in scsi_alloc_sgtables()1065 cmd->prot_sdb = prot_sdb; in scsi_alloc_sgtables()1066 cmd->prot_sdb->table.nents = count; in scsi_alloc_sgtables()1118 void *prot = cmd->prot_sdb; in scsi_init_command()1146 cmd->prot_sdb = prot; in scsi_init_command()[all …]