Searched refs:msg_ds (Results 1 – 5 of 5) sorted by relevance
68 hdr = (iser_hello_hdr_t *)(uintptr_t)msg->msg_ds.ds_va; in iser_xfer_hello_msg()96 wr.wr_sgl = &msg->msg_ds; in iser_xfer_hello_msg()155 hdr = (iser_helloreply_hdr_t *)(uintptr_t)msg->msg_ds.ds_va; in iser_xfer_helloreply_msg()184 wr.wr_sgl = &msg->msg_ds; in iser_xfer_helloreply_msg()283 hdr = (iser_ctrl_hdr_t *)(uintptr_t)msg->msg_ds.ds_va; in iser_xfer_ctrlpdu()329 (uint8_t *)(uintptr_t)msg->msg_ds.ds_va + ISER_HEADER_LENGTH, in iser_xfer_ctrlpdu()335 (uint8_t *)(uintptr_t)msg->msg_ds.ds_va + in iser_xfer_ctrlpdu()340 msg->msg_ds.ds_len = ISER_HEADER_LENGTH + pdu->isp_hdrlen + in iser_xfer_ctrlpdu()344 msg->msg_ds.ds_len = ISER_HEADER_LENGTH + pdu->isp_hdrlen; in iser_xfer_ctrlpdu()373 wr.wr_sgl = &msg->msg_ds; in iser_xfer_ctrlpdu()
163 msg->msg_ds.ds_va = (ib_vaddr_t)(uintptr_t)memp; in iser_msg_cache_constructor()164 msg->msg_ds.ds_key = mr.is_mrlkey; in iser_msg_cache_constructor()182 memp = (uint8_t *)(uintptr_t)(ib_vaddr_t)msg->msg_ds.ds_va; in iser_msg_cache_destructor()212 tmp->msg_ds.ds_len = ISER_MAX_CTRLPDU_LEN; in iser_msg_get()
458 hdr = (iser_ctrl_hdr_t *)(uintptr_t)msg->msg_ds.ds_va; in iser_msg_handle()605 iser_hdrp = (uint8_t *)(uintptr_t)msg->msg_ds.ds_va; in iser_iscsihdr_handle()618 iscsi_hdrp = ((uint8_t *)(uintptr_t)msg->msg_ds.ds_va) + in iser_iscsihdr_handle()
864 wrlist[i].wr_sgl = &msg->msg_ds; in iser_ib_post_recv()
143 ibt_wr_ds_t msg_ds; /* SGEs for hdr and text */ member