Home
last modified time | relevance | path

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

/linux/drivers/infiniband/ulp/iser/
H A Diser_initiator.c347 struct iser_data_buf *data_buf, *prot_buf; in iser_send_command() local
360 prot_buf = &iser_task->prot[ISER_DIR_IN]; in iser_send_command()
363 prot_buf = &iser_task->prot[ISER_DIR_OUT]; in iser_send_command()
373 prot_buf->sg = scsi_prot_sglist(sc); in iser_send_command()
374 prot_buf->size = scsi_prot_sg_count(sc); in iser_send_command()
375 prot_buf->data_len = (data_buf->data_len >> in iser_send_command()