Home
last modified time | relevance | path

Searched refs:scsi_prot_sg_count (Results 1 – 2 of 2) sorted by relevance

/include/trace/events/
Dscsi.h183 __entry->prot_sglen = scsi_prot_sg_count(cmd);
227 __entry->prot_sglen = scsi_prot_sg_count(cmd);
272 __entry->prot_sglen = scsi_prot_sg_count(cmd);
/include/scsi/
Dscsi_cmnd.h326 static inline unsigned scsi_prot_sg_count(struct scsi_cmnd *cmd) in scsi_prot_sg_count() function