Searched refs:tx_dsg (Results 1 – 2 of 2) sorted by relevance
109 struct ib_sge *tx_dsg = &iser_task->desc.tx_sg[1]; in iser_prepare_write_cmd() local153 tx_dsg->addr = mem_reg->sge.addr; in iser_prepare_write_cmd()154 tx_dsg->length = imm_sz; in iser_prepare_write_cmd()155 tx_dsg->lkey = mem_reg->sge.lkey; in iser_prepare_write_cmd()445 struct ib_sge *tx_dsg; in iser_send_data_out() local469 tx_dsg = &tx_desc->tx_sg[1]; in iser_send_data_out()470 tx_dsg->addr = mem_reg->sge.addr + buf_offset; in iser_send_data_out()471 tx_dsg->length = data_seg_len; in iser_send_data_out()472 tx_dsg->lkey = mem_reg->sge.lkey; in iser_send_data_out()517 struct ib_sge *tx_dsg = &mdesc->tx_sg[1]; in iser_send_control() local[all …]
1006 struct ib_sge *tx_dsg = &tx_desc->tx_sg[1]; in isert_put_login_tx() local1016 tx_dsg->addr = isert_conn->login_rsp_dma; in isert_put_login_tx()1017 tx_dsg->length = length; in isert_put_login_tx()1018 tx_dsg->lkey = isert_conn->device->pd->local_dma_lkey; in isert_put_login_tx()1860 struct ib_sge *tx_dsg = &isert_cmd->tx_desc.tx_sg[1]; in isert_put_response() local1878 tx_dsg->addr = isert_cmd->pdu_buf_dma; in isert_put_response()1879 tx_dsg->length = pdu_len; in isert_put_response()1880 tx_dsg->lkey = device->pd->local_dma_lkey; in isert_put_response()1991 struct ib_sge *tx_dsg = &isert_cmd->tx_desc.tx_sg[1]; in isert_put_reject() local2006 tx_dsg->addr = isert_cmd->pdu_buf_dma; in isert_put_reject()[all …]