Searched refs:prot_buf (Results 1 - 4 of 4) sorted by relevance

/linux-master/block/
H A Dt10-pi.c39 struct t10_pi_tuple *pi = iter->prot_buf + offset;
43 pi->guard_tag = fn(pi->guard_tag, iter->prot_buf,
53 iter->prot_buf += iter->tuple_size;
69 struct t10_pi_tuple *pi = iter->prot_buf + offset;
93 csum = fn(csum, iter->prot_buf, offset);
105 iter->prot_buf += iter->tuple_size;
306 struct crc64_pi_tuple *pi = iter->prot_buf + offset;
311 iter->prot_buf, offset);
320 iter->prot_buf += iter->tuple_size;
341 struct crc64_pi_tuple *pi = iter->prot_buf
[all...]
H A Dbio-integrity.c397 iter.prot_buf = bvec_virt(bip->bip_vec);
/linux-master/include/linux/
H A Dblk-integrity.h17 void *prot_buf; member in struct:blk_integrity_iter
/linux-master/drivers/infiniband/ulp/iser/
H A Diser_initiator.c348 struct iser_data_buf *data_buf, *prot_buf; local
361 prot_buf = &iser_task->prot[ISER_DIR_IN];
364 prot_buf = &iser_task->prot[ISER_DIR_OUT];
374 prot_buf->sg = scsi_prot_sglist(sc);
375 prot_buf->size = scsi_prot_sg_count(sc);
376 prot_buf->data_len = (data_buf->data_len >>

Completed in 220 milliseconds