Searched refs:prot_sdb (Results 1 – 2 of 2) sorted by relevance
109 struct scsi_data_buffer *prot_sdb; member326 return cmd->prot_sdb ? cmd->prot_sdb->table.nents : 0; in scsi_prot_sg_count()331 return cmd->prot_sdb ? cmd->prot_sdb->table.sgl : NULL; in scsi_prot_sglist()336 return cmd->prot_sdb; in scsi_prot()
498 sg_free_table_chained(&cmd->prot_sdb->table, in scsi_free_sgtables()1037 struct scsi_data_buffer *prot_sdb = cmd->prot_sdb; in scsi_alloc_sgtables() local1040 if (WARN_ON_ONCE(!prot_sdb)) { in scsi_alloc_sgtables()1053 prot_sdb->table.sgl, in scsi_alloc_sgtables()1060 prot_sdb->table.sgl); in scsi_alloc_sgtables()1064 cmd->prot_sdb = prot_sdb; in scsi_alloc_sgtables()1065 cmd->prot_sdb->table.nents = count; in scsi_alloc_sgtables()1126 void *prot = cmd->prot_sdb; in scsi_init_command()1154 cmd->prot_sdb = prot; in scsi_init_command()1564 cmd->prot_sdb->table.sgl = in scsi_prepare_cmd()[all …]
Completed in 8 milliseconds