Lines Matching refs:tx_sg
1033 send_wr.sg_list = tx_desc->tx_sg; in isert_post_send()
1062 if (tx_desc->tx_sg[0].lkey != device->pd->local_dma_lkey) { in isert_create_send_desc()
1063 tx_desc->tx_sg[0].lkey = device->pd->local_dma_lkey; in isert_create_send_desc()
1084 tx_desc->tx_sg[0].addr = tx_desc->dma_addr; in isert_init_tx_hdrs()
1085 tx_desc->tx_sg[0].length = ISER_HEADERS_LEN; in isert_init_tx_hdrs()
1086 tx_desc->tx_sg[0].lkey = device->pd->local_dma_lkey; in isert_init_tx_hdrs()
1089 tx_desc->tx_sg[0].addr, tx_desc->tx_sg[0].length, in isert_init_tx_hdrs()
1090 tx_desc->tx_sg[0].lkey); in isert_init_tx_hdrs()
1104 send_wr->sg_list = &tx_desc->tx_sg[0]; in isert_init_send_wr()
1154 struct ib_sge *tx_dsg = &tx_desc->tx_sg[1]; in isert_put_login_tx()
2169 struct ib_sge *tx_dsg = &isert_cmd->tx_desc.tx_sg[1]; in isert_put_response()
2300 struct ib_sge *tx_dsg = &isert_cmd->tx_desc.tx_sg[1]; in isert_put_reject()
2347 struct ib_sge *tx_dsg = &isert_cmd->tx_desc.tx_sg[1]; in isert_put_text_rsp()