Home
last modified time | relevance | path

Searched refs:ISER_OPCODE_HELLOREPLY_MSG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_xfer.h71 #define ISER_OPCODE_HELLOREPLY_MSG 3 macro
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c526 } else if (opcode == ISER_OPCODE_HELLOREPLY_MSG) { /* at initiator */ in iser_msg_handle()
532 ASSERT(opcode != ISER_OPCODE_HELLOREPLY_MSG); in iser_msg_handle()
H A Diser_xfer.c157 hdr->opcode = ISER_OPCODE_HELLOREPLY_MSG; in iser_xfer_helloreply_msg()