Searched refs:tx_dsg (Results 1 – 2 of 2) sorted by relevance
129 tx_dsg->addr = mem_reg->sge.addr; in iser_prepare_write_cmd()130 tx_dsg->length = imm_sz; in iser_prepare_write_cmd()131 tx_dsg->lkey = mem_reg->sge.lkey; in iser_prepare_write_cmd()423 struct ib_sge *tx_dsg; in iser_send_data_out() local447 tx_dsg = &tx_desc->tx_sg[1]; in iser_send_data_out()449 tx_dsg->length = data_seg_len; in iser_send_data_out()450 tx_dsg->lkey = mem_reg->sge.lkey; in iser_send_data_out()492 struct ib_sge *tx_dsg = &mdesc->tx_sg[1]; in iser_send_control() local507 tx_dsg->addr = desc->req_dma; in iser_send_control()508 tx_dsg->length = task->data_count; in iser_send_control()[all …]
934 struct ib_sge *tx_dsg = &tx_desc->tx_sg[1]; in isert_put_login_tx() local944 tx_dsg->addr = isert_conn->login_rsp_dma; in isert_put_login_tx()945 tx_dsg->length = length; in isert_put_login_tx()1799 tx_dsg->addr = isert_cmd->pdu_buf_dma; in isert_put_response()1800 tx_dsg->length = pdu_len; in isert_put_response()1801 tx_dsg->lkey = device->pd->local_dma_lkey; in isert_put_response()1927 tx_dsg->addr = isert_cmd->pdu_buf_dma; in isert_put_reject()1928 tx_dsg->length = ISCSI_HDR_LEN; in isert_put_reject()1929 tx_dsg->lkey = device->pd->local_dma_lkey; in isert_put_reject()1970 tx_dsg->addr = isert_cmd->pdu_buf_dma; in isert_put_text_rsp()[all …]