Searched refs:scsi_sg_count (Results 101 - 125 of 138) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A DNCR5380.c228 cmd->SCp.buffers_residual = scsi_sg_count(cmd) - 1;
H A Datari_NCR5380.c417 cmd->SCp.buffers_residual = scsi_sg_count(cmd) - 1;
H A Dgdth.c2288 u16 cpcount,i, max_sg = scsi_sg_count(scp);
2527 sgcnt = pci_map_sg(ha->pdev, scsi_sglist(scp), scsi_sg_count(scp),
2702 sgcnt = pci_map_sg(ha->pdev, scsi_sglist(scp), scsi_sg_count(scp),
3324 pci_unmap_sg(ha->pdev, scsi_sglist(scp), scsi_sg_count(scp),
H A Dscsi_debug.c1848 BUG_ON(scsi_sg_count(SCpnt) == 0);
1855 scsi_for_each_sg(SCpnt, dsgl, scsi_sg_count(SCpnt), i) {
H A Daha152x.c985 scsi_sg_count(SCpnt), scsi_bufflen(SCpnt));
1031 SCpnt->SCp.buffers_residual = scsi_sg_count(SCpnt) - 1;
H A Dinitio.c2732 if (scsi_sg_count(cmnd)) {
H A Dmesh.c420 scsi_sg_count(cmd), scsi_sglist(cmd), scsi_bufflen(cmd));
H A Dnsp32.c908 scsi_sg_count(SCpnt), scsi_sglist(SCpnt), scsi_bufflen(SCpnt));
H A Desp_scsi.c336 spriv->u.num_sg = esp->ops->map_sg(esp, sg, scsi_sg_count(cmd), dir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dcciss_scsi.c1276 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A D3w-xxxx.c1596 tw_dev->sgl_entries = scsi_sg_count(tw_dev->srb[request_id]);
H A DNCR5380.c228 cmd->SCp.buffers_residual = scsi_sg_count(cmd) - 1;
H A Dsun3_NCR5380.c421 cmd->SCp.buffers_residual = scsi_sg_count(cmd) - 1;
H A Dwd33c93.c398 cmd->SCp.buffers_residual = scsi_sg_count(cmd) - 1;
H A Datari_NCR5380.c417 cmd->SCp.buffers_residual = scsi_sg_count(cmd) - 1;
H A Dgdth.c2288 u16 cpcount,i, max_sg = scsi_sg_count(scp);
2527 sgcnt = pci_map_sg(ha->pdev, scsi_sglist(scp), scsi_sg_count(scp),
2702 sgcnt = pci_map_sg(ha->pdev, scsi_sglist(scp), scsi_sg_count(scp),
3324 pci_unmap_sg(ha->pdev, scsi_sglist(scp), scsi_sg_count(scp),
H A Din2000.c247 cmd->SCp.buffers_residual = scsi_sg_count(cmd) - 1;
H A Daha152x.c985 scsi_sg_count(SCpnt), scsi_bufflen(SCpnt));
1031 SCpnt->SCp.buffers_residual = scsi_sg_count(SCpnt) - 1;
H A Dscsi_debug.c1848 BUG_ON(scsi_sg_count(SCpnt) == 0);
1855 scsi_for_each_sg(SCpnt, dsgl, scsi_sg_count(SCpnt), i) {
H A Dnsp32.c908 scsi_sg_count(SCpnt), scsi_sglist(SCpnt), scsi_bufflen(SCpnt));
H A Desp_scsi.c336 spriv->u.num_sg = esp->ops->map_sg(esp, sg, scsi_sg_count(cmd), dir);
H A Dinitio.c2732 if (scsi_sg_count(cmnd)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dcciss_scsi.c1276 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_nx.c2632 if (scsi_sg_count(cmd)) {
2634 scsi_sg_count(cmd), cmd->sc_data_direction);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_nx.c2632 if (scsi_sg_count(cmd)) {
2634 scsi_sg_count(cmd), cmd->sc_data_direction);

Completed in 497 milliseconds

123456