Searched refs:prot_buf (Results 1 – 4 of 4) sorted by relevance
38 struct t10_pi_tuple *pi = iter->prot_buf; in t10_pi_generate()49 iter->prot_buf += iter->tuple_size; in t10_pi_generate()64 struct t10_pi_tuple *pi = iter->prot_buf; in t10_pi_verify()98 iter->prot_buf += iter->tuple_size; in t10_pi_verify()294 struct crc64_pi_tuple *pi = iter->prot_buf; in ext_pi_crc64_generate()305 iter->prot_buf += iter->tuple_size; in ext_pi_crc64_generate()325 struct crc64_pi_tuple *pi = iter->prot_buf; in ext_pi_crc64_verify()357 iter->prot_buf += iter->tuple_size; in ext_pi_crc64_verify()
170 iter.prot_buf = bvec_virt(bip->bip_vec); in bio_integrity_process()
344 struct iser_data_buf *data_buf, *prot_buf; in iser_send_command() local358 prot_buf = &iser_task->prot[ISER_DIR_IN]; in iser_send_command()361 prot_buf = &iser_task->prot[ISER_DIR_OUT]; in iser_send_command()371 prot_buf->sg = scsi_prot_sglist(sc); in iser_send_command()372 prot_buf->size = scsi_prot_sg_count(sc); in iser_send_command()373 prot_buf->data_len = (data_buf->data_len >> in iser_send_command()
17 void *prot_buf; member