Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dt10-pi.c55 struct t10_pi_tuple *pi = iter->prot_buf; in t10_pi_generate()
66 iter->prot_buf += sizeof(struct t10_pi_tuple); in t10_pi_generate()
79 struct t10_pi_tuple *pi = iter->prot_buf; in t10_pi_verify()
116 iter->prot_buf += sizeof(struct t10_pi_tuple); in t10_pi_verify()
Dbio-integrity.c233 void *prot_buf = page_address(bip->bip_vec->bv_page) + in bio_integrity_process() local
239 iter.prot_buf = prot_buf; in bio_integrity_process()
/linux-4.4.14/drivers/infiniband/ulp/iser/
Diser_initiator.c376 struct iser_data_buf *data_buf, *prot_buf; in iser_send_command() local
390 prot_buf = &iser_task->prot[ISER_DIR_IN]; in iser_send_command()
393 prot_buf = &iser_task->prot[ISER_DIR_OUT]; in iser_send_command()
403 prot_buf->sg = scsi_prot_sglist(sc); in iser_send_command()
404 prot_buf->size = scsi_prot_sg_count(sc); in iser_send_command()
405 prot_buf->data_len = (data_buf->data_len >> in iser_send_command()
/linux-4.4.14/include/linux/
Dblkdev.h1476 void *prot_buf; member