Home
last modified time | relevance | path

Searched refs:prot_sg_cnt (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/infiniband/core/
Drw.c346 struct scatterlist *prot_sg, u32 prot_sg_cnt, in rdma_rw_ctx_signature_init() argument
356 if (sg_cnt > pages_per_mr || prot_sg_cnt > pages_per_mr) { in rdma_rw_ctx_signature_init()
366 ret = ib_dma_map_sg(dev, prot_sg, prot_sg_cnt, dir); in rdma_rw_ctx_signature_init()
371 prot_sg_cnt = ret; in rdma_rw_ctx_signature_init()
388 prot_sg, prot_sg_cnt, 0); in rdma_rw_ctx_signature_init()
422 if (prot_sg_cnt) in rdma_rw_ctx_signature_init()
449 if (prot_sg_cnt) in rdma_rw_ctx_signature_init()
456 ib_dma_unmap_sg(dev, prot_sg, prot_sg_cnt, dir); in rdma_rw_ctx_signature_init()
623 struct scatterlist *prot_sg, u32 prot_sg_cnt, in rdma_rw_ctx_destroy_signature() argument
634 ib_dma_unmap_sg(qp->pd->device, prot_sg, prot_sg_cnt, dir); in rdma_rw_ctx_destroy_signature()
/Linux-v4.19/include/rdma/
Drw.h71 struct scatterlist *prot_sg, u32 prot_sg_cnt,
76 struct scatterlist *prot_sg, u32 prot_sg_cnt,
/Linux-v4.19/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c402 cmd->prot_sg_cnt = se_cmd->t_prot_nents; in tcm_qla2xxx_write_pending()
685 cmd->prot_sg_cnt = se_cmd->t_prot_nents; in tcm_qla2xxx_queue_data_in()
Dqla_target.h928 uint32_t prot_sg_cnt; member
Dqla_target.c2358 if (cmd->prot_sg_cnt) { in qlt_pci_map_calc_cnt()
2361 cmd->prot_sg, cmd->prot_sg_cnt, in qlt_pci_map_calc_cnt()
2399 if (cmd->prot_sg_cnt) in qlt_unmap_sg()
2400 pci_unmap_sg(qpair->pdev, cmd->prot_sg, cmd->prot_sg_cnt, in qlt_unmap_sg()
2983 if (cmd->prot_sg_cnt) in qlt_build_ctio_crc2_pkt()