Searched refs:CEPH_MSGR_TAG_READY (Results 1 – 2 of 2) sorted by relevance
577 con->v1.in_tag = CEPH_MSGR_TAG_READY; in prepare_read_tag()882 case CEPH_MSGR_TAG_READY: in process_connect()1193 con->v1.in_tag = CEPH_MSGR_TAG_READY; in read_partial_message()1218 con->v1.in_tag = CEPH_MSGR_TAG_READY; in read_partial_message()1389 if (con->v1.in_tag == CEPH_MSGR_TAG_READY) { in ceph_con_v1_try_read()1431 if (con->v1.in_tag == CEPH_MSGR_TAG_READY) in ceph_con_v1_try_read()1493 con->v1.in_tag = CEPH_MSGR_TAG_READY; in ceph_con_v1_try_write()1603 con->v1.in_tag = CEPH_MSGR_TAG_READY; in ceph_con_v1_revoke_incoming()
104 #define CEPH_MSGR_TAG_READY 1 /* server->client: ready for messages */ macro