Home
last modified time | relevance | path

Searched refs:RNBD_MSG_CLOSE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/block/rnbd/
H A Drnbd-proto.h41 RNBD_MSG_CLOSE, enumerator
H A DREADME79 4. Client closes a device by sending RNBD_MSG_CLOSE which contains only the
H A Drnbd-srv.c380 case RNBD_MSG_CLOSE: in rnbd_srv_rdma_ev()
H A Drnbd-clt.c463 msg.hdr.type = cpu_to_le16(RNBD_MSG_CLOSE); in send_msg_close()