Home
last modified time | relevance | path

Searched refs:CEPH_MSGR_TAG_READY (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/ceph/
Dmessenger_v1.c577 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()
/Linux-v6.6/include/linux/ceph/
Dmsgr.h104 #define CEPH_MSGR_TAG_READY 1 /* server->client: ready for messages */ macro