Searched refs:prot_sg_cnt (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/infiniband/core/ |
| D | rw.c | 378 struct scatterlist *prot_sg, u32 prot_sg_cnt, in rdma_rw_ctx_signature_init() argument 388 if (sg_cnt > pages_per_mr || prot_sg_cnt > pages_per_mr) { in rdma_rw_ctx_signature_init() 390 sg_cnt, prot_sg_cnt, pages_per_mr); in rdma_rw_ctx_signature_init() 399 if (prot_sg_cnt) { in rdma_rw_ctx_signature_init() 400 ret = rdma_rw_map_sg(dev, prot_sg, prot_sg_cnt, dir); in rdma_rw_ctx_signature_init() 405 prot_sg_cnt = ret; in rdma_rw_ctx_signature_init() 427 prot_sg_cnt, NULL, SZ_4K); in rdma_rw_ctx_signature_init() 429 pr_err("failed to map PI sg (%d)\n", sg_cnt + prot_sg_cnt); in rdma_rw_ctx_signature_init() 468 if (prot_sg_cnt) in rdma_rw_ctx_signature_init() 469 rdma_rw_unmap_sg(dev, prot_sg, prot_sg_cnt, dir); in rdma_rw_ctx_signature_init() [all …]
|
| /Linux-v5.10/include/rdma/ |
| D | rw.h | 54 struct scatterlist *prot_sg, u32 prot_sg_cnt, 59 struct scatterlist *prot_sg, u32 prot_sg_cnt,
|
| /Linux-v5.10/drivers/scsi/qla2xxx/ |
| D | qla_target.h | 911 uint32_t prot_sg_cnt; member
|
| D | tcm_qla2xxx.c | 412 cmd->prot_sg_cnt = se_cmd->t_prot_nents; in tcm_qla2xxx_write_pending() 674 cmd->prot_sg_cnt = se_cmd->t_prot_nents; in tcm_qla2xxx_queue_data_in()
|
| D | qla_target.c | 2428 if (cmd->prot_sg_cnt) { in qlt_pci_map_calc_cnt() 2431 cmd->prot_sg, cmd->prot_sg_cnt, in qlt_pci_map_calc_cnt() 2470 if (cmd->prot_sg_cnt) in qlt_unmap_sg() 2471 dma_unmap_sg(&qpair->pdev->dev, cmd->prot_sg, cmd->prot_sg_cnt, in qlt_unmap_sg() 3043 if (cmd->prot_sg_cnt) in qlt_build_ctio_crc2_pkt()
|