t_prot_nents     1498 drivers/infiniband/ulp/isert/ib_isert.c 				se_cmd->t_prot_nents, dir);
t_prot_nents     2151 drivers/infiniband/ulp/isert/ib_isert.c 				se_cmd->t_prot_sg, se_cmd->t_prot_nents,
t_prot_nents      389 drivers/scsi/qla2xxx/tcm_qla2xxx.c 	cmd->prot_sg_cnt = se_cmd->t_prot_nents;
t_prot_nents      651 drivers/scsi/qla2xxx/tcm_qla2xxx.c 	cmd->prot_sg_cnt = se_cmd->t_prot_nents;
t_prot_nents      611 drivers/target/target_core_file.c 				       cmd->t_prot_sg, cmd->t_prot_nents,
t_prot_nents      664 drivers/target/target_core_file.c 				       cmd->t_prot_sg, cmd->t_prot_nents,
t_prot_nents      642 drivers/target/target_core_iblock.c 			min_t(unsigned int, cmd->t_prot_nents, BIO_MAX_PAGES));
t_prot_nents      735 drivers/target/target_core_iblock.c 		sg_miter_start(&prot_miter, cmd->t_prot_sg, cmd->t_prot_nents,
t_prot_nents      697 drivers/target/target_core_sbc.c 	if (!cmd->t_prot_sg || !cmd->t_prot_nents) {
t_prot_nents     1232 drivers/target/target_core_sbc.c 	for_each_sg(cmd->t_prot_sg, psg, cmd->t_prot_nents, i) {
t_prot_nents     1344 drivers/target/target_core_sbc.c 	for_each_sg(cmd->t_prot_sg, psg, cmd->t_prot_nents, i) {
t_prot_nents     1623 drivers/target/target_core_transport.c 		se_cmd->t_prot_nents = sgl_prot_count;
t_prot_nents     2434 drivers/target/target_core_transport.c 		target_free_sgl(cmd->t_prot_sg, cmd->t_prot_nents);
t_prot_nents     2436 drivers/target/target_core_transport.c 		cmd->t_prot_nents = 0;
t_prot_nents     2540 drivers/target/target_core_transport.c 		ret = target_alloc_sgl(&cmd->t_prot_sg, &cmd->t_prot_nents,
t_prot_nents      535 include/target/target_core_base.h 	unsigned int		t_prot_nents;