Searched refs:iser_data_buf (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/infiniband/ulp/iser/ |
D | iser_memory.c | 43 struct iser_data_buf *mem, 48 struct iser_data_buf *mem, 139 static void iser_data_buf_dump(struct iser_data_buf *data, in iser_data_buf_dump() 164 struct iser_data_buf *data, in iser_dma_map_task_data() 182 struct iser_data_buf *data, in iser_dma_unmap_task_data() 192 iser_reg_dma(struct iser_device *device, struct iser_data_buf *mem, in iser_reg_dma() 229 struct iser_data_buf *mem, in iser_fast_reg_fmr() 439 struct iser_data_buf *mem, in iser_fast_reg_mr() 487 struct iser_data_buf *mem, in iser_reg_prot_sg() 502 struct iser_data_buf *mem, in iser_reg_data_sg() [all …]
|
D | iscsi_iser.h | 196 struct iser_data_buf { struct 349 struct iser_data_buf *mem, 545 struct iser_data_buf data[ISER_DIRS_NUM]; 546 struct iser_data_buf prot[ISER_DIRS_NUM]; 619 struct iser_data_buf *mem, 644 struct iser_data_buf *data, 649 struct iser_data_buf *data,
|
D | iser_initiator.c | 55 struct iser_data_buf *buf_in = &iser_task->data[ISER_DIR_IN]; in iser_prepare_read_cmd() 65 struct iser_data_buf *pbuf_in = &iser_task->prot[ISER_DIR_IN]; in iser_prepare_read_cmd() 108 struct iser_data_buf *buf_out = &iser_task->data[ISER_DIR_OUT]; in iser_prepare_write_cmd() 119 struct iser_data_buf *pbuf_out = &iser_task->prot[ISER_DIR_OUT]; in iser_prepare_write_cmd() 369 struct iser_data_buf *data_buf, *prot_buf; in iser_send_command()
|