Searched refs:t_prot_nents (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
D | target_core_iblock.c | 641 min_t(unsigned int, cmd->t_prot_nents, BIO_MAX_PAGES)); in iblock_alloc_bip() 734 sg_miter_start(&prot_miter, cmd->t_prot_sg, cmd->t_prot_nents, in iblock_execute_rw()
|
D | target_core_sbc.c | 696 if (!cmd->t_prot_sg || !cmd->t_prot_nents) { in sbc_check_prot() 1231 for_each_sg(cmd->t_prot_sg, psg, cmd->t_prot_nents, i) { in sbc_dif_generate() 1343 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 | 1676 se_cmd->t_prot_nents = sgl_prot_count; in target_submit_cmd_map_sgls() 2521 target_free_sgl(cmd->t_prot_sg, cmd->t_prot_nents); in transport_free_pages() 2523 cmd->t_prot_nents = 0; in transport_free_pages() 2627 ret = target_alloc_sgl(&cmd->t_prot_sg, &cmd->t_prot_nents, in transport_generic_new_cmd()
|
/kernel/linux/linux-5.10/include/target/ |
D | target_core_base.h | 541 unsigned int t_prot_nents; member
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 412 cmd->prot_sg_cnt = se_cmd->t_prot_nents; in tcm_qla2xxx_write_pending() 672 cmd->prot_sg_cnt = se_cmd->t_prot_nents; in tcm_qla2xxx_queue_data_in()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 1417 se_cmd->t_prot_nents, dir); in isert_rdma_rw_ctx_destroy() 2068 se_cmd->t_prot_sg, se_cmd->t_prot_nents, in isert_rdma_rw_ctx_post()
|