Searched refs:msg_ds (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_xfer.c68 hdr = (iser_hello_hdr_t *)(uintptr_t)msg->msg_ds.ds_va;
96 wr.wr_sgl = &msg->msg_ds;
155 hdr = (iser_helloreply_hdr_t *)(uintptr_t)msg->msg_ds.ds_va;
184 wr.wr_sgl = &msg->msg_ds;
283 hdr = (iser_ctrl_hdr_t *)(uintptr_t)msg->msg_ds.ds_va;
329 (uint8_t *)(uintptr_t)msg->msg_ds.ds_va + ISER_HEADER_LENGTH,
335 (uint8_t *)(uintptr_t)msg->msg_ds.ds_va +
340 msg->msg_ds.ds_len = ISER_HEADER_LENGTH + pdu->isp_hdrlen +
344 msg->msg_ds.ds_len = ISER_HEADER_LENGTH + pdu->isp_hdrlen;
373 wr.wr_sgl = &msg->msg_ds;
[all...]
H A Diser_cq.c457 hdr = (iser_ctrl_hdr_t *)(uintptr_t)msg->msg_ds.ds_va;
604 iser_hdrp = (uint8_t *)(uintptr_t)msg->msg_ds.ds_va;
617 iscsi_hdrp = ((uint8_t *)(uintptr_t)msg->msg_ds.ds_va) +
H A Diser_resource.c163 msg->msg_ds.ds_va = (ib_vaddr_t)(uintptr_t)memp;
164 msg->msg_ds.ds_key = mr.is_mrlkey;
182 memp = (uint8_t *)(uintptr_t)(ib_vaddr_t)msg->msg_ds.ds_va;
212 tmp->msg_ds.ds_len = ISER_MAX_CTRLPDU_LEN;
H A Diser_ib.c864 wrlist[i].wr_sgl = &msg->msg_ds;
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_resource.h143 ibt_wr_ds_t msg_ds; /* SGEs for hdr and text */ member in struct:iser_msg_s

Completed in 65 milliseconds