Searched defs:iser_hdrp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c592 uint8_t *iser_hdrp; local
604 iser_hdrp = (uint8_t *)(uintptr_t)msg->msg_ds.ds_va;
605 if (iser_hdrp == NULL) {
606 ISER_LOG(CE_NOTE, "iser_iscsihdr_handle: iser_hdrp is NULL");
610 pdu->isp_transport_hdr = (void *)iser_hdrp;

Completed in 59 milliseconds