Searched refs:t_prot_nents (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/target/ |
| D | target_core_iblock.c | 642 min_t(unsigned int, cmd->t_prot_nents, BIO_MAX_PAGES)); in iblock_alloc_bip() 733 sg_miter_start(&prot_miter, cmd->t_prot_sg, cmd->t_prot_nents, in iblock_execute_rw()
|
| D | target_core_sbc.c | 697 if (!cmd->t_prot_sg || !cmd->t_prot_nents) { in sbc_check_prot() 1232 for_each_sg(cmd->t_prot_sg, psg, cmd->t_prot_nents, i) { in sbc_dif_generate() 1344 for_each_sg(cmd->t_prot_sg, psg, cmd->t_prot_nents, i) { in sbc_dif_copy_prot()
|
| D | target_core_file.c | 611 cmd->t_prot_sg, cmd->t_prot_nents, in fd_execute_rw_buffered() 664 cmd->t_prot_sg, cmd->t_prot_nents, in fd_execute_rw_buffered()
|
| D | target_core_transport.c | 1590 se_cmd->t_prot_nents = sgl_prot_count; in target_submit_cmd_map_sgls() 2394 target_free_sgl(cmd->t_prot_sg, cmd->t_prot_nents); in transport_free_pages() 2396 cmd->t_prot_nents = 0; in transport_free_pages() 2500 ret = target_alloc_sgl(&cmd->t_prot_sg, &cmd->t_prot_nents, in transport_generic_new_cmd()
|
| /Linux-v5.4/include/target/ |
| D | target_core_base.h | 535 unsigned int t_prot_nents; member
|
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | tcm_qla2xxx.c | 386 cmd->prot_sg_cnt = se_cmd->t_prot_nents; in tcm_qla2xxx_write_pending() 648 cmd->prot_sg_cnt = se_cmd->t_prot_nents; in tcm_qla2xxx_queue_data_in()
|
| /Linux-v5.4/drivers/infiniband/ulp/isert/ |
| D | ib_isert.c | 1498 se_cmd->t_prot_nents, dir); in isert_rdma_rw_ctx_destroy() 2151 se_cmd->t_prot_sg, se_cmd->t_prot_nents, in isert_rdma_rw_ctx_post()
|