Lines Matching refs:sc
1585 struct scsi_cmnd *sc = io_req->sc_cmd; in bnx2fc_map_sg() local
1600 sg_count = dma_map_sg(&hba->pcidev->dev, scsi_sglist(sc), in bnx2fc_map_sg()
1601 scsi_sg_count(sc), sc->sc_data_direction); in bnx2fc_map_sg()
1602 scsi_for_each_sg(sc, sg, sg_count, i) { in bnx2fc_map_sg()
1619 if (byte_count != scsi_bufflen(sc)) in bnx2fc_map_sg()
1621 "task_id = 0x%x\n", byte_count, scsi_bufflen(sc), in bnx2fc_map_sg()
1628 struct scsi_cmnd *sc = io_req->sc_cmd; in bnx2fc_build_bd_list_from_sg() local
1632 if (scsi_sg_count(sc)) { in bnx2fc_build_bd_list_from_sg()
1648 struct scsi_cmnd *sc = io_req->sc_cmd; in bnx2fc_unmap_sg_list() local
1656 if (io_req->bd_tbl->bd_valid && sc && scsi_sg_count(sc)) { in bnx2fc_unmap_sg_list()
1657 dma_unmap_sg(&hba->pcidev->dev, scsi_sglist(sc), in bnx2fc_unmap_sg_list()
1658 scsi_sg_count(sc), sc->sc_data_direction); in bnx2fc_unmap_sg_list()