Searched refs:in_tag (Results 1 – 4 of 4) sorted by relevance
/linux/net/ceph/ |
H A D | messenger_v1.c | 571 con->v1.in_tag = CEPH_MSGR_TAG_SEQ; in prepare_read_seq() 578 con->v1.in_tag = CEPH_MSGR_TAG_READY; in prepare_read_tag() 751 dout("process_connect on %p tag %d\n", con, con->v1.in_tag); in process_connect() 956 if (con->v1.in_tag == CEPH_MSGR_TAG_ACK) in process_ack() 1194 con->v1.in_tag = CEPH_MSGR_TAG_READY; in read_partial_message() 1219 con->v1.in_tag = CEPH_MSGR_TAG_READY; in read_partial_message() 1339 dout("try_read tag %d in_base_pos %d\n", con->v1.in_tag, in ceph_con_v1_try_read() 1390 if (con->v1.in_tag == CEPH_MSGR_TAG_READY) { in ceph_con_v1_try_read() 1394 ret = ceph_tcp_recvmsg(con->sock, &con->v1.in_tag, 1); in ceph_con_v1_try_read() 1397 dout("try_read got tag %d\n", con->v1.in_tag); in ceph_con_v1_try_read() [all …]
|
/linux/drivers/crypto/intel/keembay/ |
H A D | ocs-aes.c | 1024 const u8 *in_tag, u32 tag_size) in ocs_aes_ccm_write_encrypted_tag() argument 1042 iowrite8(in_tag[i], aes_dev->base_reg + in ocs_aes_ccm_write_encrypted_tag() 1316 u8 *in_tag, in ocs_aes_ccm_op() argument 1325 in_tag, tag_size, cipher, OCS_MODE_CCM, in ocs_aes_ccm_op() 1393 ocs_aes_ccm_write_encrypted_tag(aes_dev, in_tag, tag_size); in ocs_aes_ccm_op()
|
H A D | ocs-aes.h | 117 u8 *in_tag,
|
/linux/include/linux/ceph/ |
H A D | messenger.h | 350 u8 in_tag; /* protocol control byte */ member
|