Home
last modified time | relevance | path

Searched refs:prot_buf (Results 1 – 2 of 2) sorted by relevance

/linux/block/
H A Dt10-pi.c16 void *prot_buf; member
44 struct t10_pi_tuple *pi = iter->prot_buf + offset; in t10_pi_generate()
50 iter->prot_buf, offset, bi->csum_type); in t10_pi_generate()
59 iter->prot_buf += bi->tuple_size; in t10_pi_generate()
71 struct t10_pi_tuple *pi = iter->prot_buf + offset; in t10_pi_verify()
95 csum = t10_pi_csum(csum, iter->prot_buf, offset, in t10_pi_verify()
108 iter->prot_buf += bi->tuple_size; in t10_pi_verify()
223 struct crc64_pi_tuple *pi = iter->prot_buf + offset; in ext_pi_crc64_generate()
228 iter->prot_buf, offset); in ext_pi_crc64_generate()
237 iter->prot_buf += bi->tuple_size; in ext_pi_crc64_generate()
[all …]
/linux/drivers/infiniband/ulp/iser/
H A Diser_initiator.c348 struct iser_data_buf *data_buf, *prot_buf; in iser_send_command() local
361 prot_buf = &iser_task->prot[ISER_DIR_IN]; in iser_send_command()
364 prot_buf = &iser_task->prot[ISER_DIR_OUT]; in iser_send_command()
374 prot_buf->sg = scsi_prot_sglist(sc); in iser_send_command()
375 prot_buf->size = scsi_prot_sg_count(sc); in iser_send_command()
376 prot_buf->data_len = (data_buf->data_len >> in iser_send_command()