Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_xfer.h70 #define ISER_OPCODE_HELLO_MSG 2 macro
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c480 } else if (opcode == ISER_OPCODE_HELLO_MSG) { /* at the target */ in iser_msg_handle()
485 ASSERT(opcode != ISER_OPCODE_HELLO_MSG); in iser_msg_handle()
H A Diser_xfer.c70 hdr->opcode = ISER_OPCODE_HELLO_MSG; in iser_xfer_hello_msg()