Searched refs:prot_sg (Results 1 – 7 of 7) sorted by relevance
| /linux/include/rdma/ |
| H A D | rw.h | 74 struct scatterlist *prot_sg, u32 prot_sg_cnt, 79 struct scatterlist *prot_sg, u32 prot_sg_cnt,
|
| /linux/drivers/target/ |
| H A D | target_core_rd.c | 383 struct scatterlist *prot_sg; in rd_do_prot_rw() local 398 prot_sg = &prot_table->sg_table[prot_page - in rd_do_prot_rw() 404 prot_sg, prot_offset); in rd_do_prot_rw() 410 sbc_dif_copy_prot(cmd, sectors, is_read, prot_sg, prot_offset); in rd_do_prot_rw()
|
| /linux/drivers/infiniband/core/ |
| H A D | rw.c | 721 struct scatterlist *prot_sg, u32 prot_sg_cnt, in rdma_rw_ctx_signature_init() argument 733 .sgl = prot_sg, in rdma_rw_ctx_signature_init() 773 ret = ib_map_mr_sg_pi(ctx->reg->mr, sg, sgt.nents, NULL, prot_sg, in rdma_rw_ctx_signature_init() 1032 struct scatterlist *prot_sg, u32 prot_sg_cnt, in rdma_rw_ctx_destroy_signature() argument 1042 ib_dma_unmap_sg(qp->pd->device, prot_sg, prot_sg_cnt, dir); in rdma_rw_ctx_destroy_signature()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.h | 946 struct scatterlist *prot_sg; member 1026 struct scatterlist *prot_sg; member
|
| H A D | tcm_qla2xxx.c | 421 cmd->prot_sg = se_cmd->t_prot_sg; in tcm_qla2xxx_write_pending() 686 cmd->prot_sg = se_cmd->t_prot_sg; in tcm_qla2xxx_queue_data_in()
|
| H A D | qla_target.c | 2412 prm->prot_sg = cmd->prot_sg; in qlt_pci_map_calc_cnt() 2414 cmd->prot_sg, cmd->prot_sg_cnt, in qlt_pci_map_calc_cnt() 2454 dma_unmap_sg(&qpair->pdev->dev, cmd->prot_sg, cmd->prot_sg_cnt, in qlt_unmap_sg() 2744 prm->prot_sg = NULL; in qlt_pre_xmit_response() 3022 prm->prot_sg, prm->prot_seg_cnt, se_cmd->t_task_lba); in qlt_build_ctio_crc2_pkt() 3167 tc.prot_sg = cmd->prot_sg; in qlt_build_ctio_crc2_pkt()
|
| H A D | qla_iocb.c | 866 sg_prot = tc->prot_sg; in qla24xx_walk_and_build_sglist_no_difb() 1055 sgl = tc->prot_sg; in qla24xx_walk_and_build_prot_sglist()
|