Searched refs:in_hdr (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/i2c/busses/ |
| H A D | i2c-virtio.c | 45 struct virtio_i2c_in_hdr in_hdr ____cacheline_aligned; 61 struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; in virtio_i2c_prepare_reqs() local 97 sg_init_one(&in_hdr, &reqs[i].in_hdr, sizeof(reqs[i].in_hdr)); in virtio_i2c_prepare_reqs() 98 sgs[outcnt + incnt++] = &in_hdr; in virtio_i2c_prepare_reqs() 122 else if (req->in_hdr.status != VIRTIO_I2C_MSG_OK) in virtio_i2c_complete_reqs()
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_comms.c | 215 bool in_hdr; in process_msg() member 224 state.in_hdr = true; in process_msg() 245 if (state.in_hdr) { in process_msg() 272 state.in_hdr = false; in process_msg()
|
| /linux/net/ceph/ |
| H A D | messenger_v1.c | 1158 size = sizeof(con->v1.in_hdr); in read_partial_message() 1160 ret = read_partial(con, end, size, &con->v1.in_hdr); in read_partial_message() 1164 crc = crc32c(0, &con->v1.in_hdr, offsetof(struct ceph_msg_header, crc)); in read_partial_message() 1165 if (cpu_to_le32(crc) != con->v1.in_hdr.crc) { in read_partial_message() 1167 crc, con->v1.in_hdr.crc); in read_partial_message() 1171 front_len = le32_to_cpu(con->v1.in_hdr.front_len); in read_partial_message() 1174 middle_len = le32_to_cpu(con->v1.in_hdr.middle_len); in read_partial_message() 1177 data_len = le32_to_cpu(con->v1.in_hdr.data_len); in read_partial_message() 1182 seq = le64_to_cpu(con->v1.in_hdr.seq); in read_partial_message() 1203 dout("got hdr type %d front %d data %d\n", con->v1.in_hdr.type, in read_partial_message() [all …]
|
| /linux/net/bridge/ |
| H A D | br_mrp.c | 999 const struct br_mrp_in_test_hdr *in_hdr; in br_mrp_mim_process() local 1012 in_hdr = skb_header_pointer(skb, sizeof(uint16_t) + sizeof(_hdr), in br_mrp_mim_process() 1014 if (!in_hdr) in br_mrp_mim_process() 1018 if (mrp->in_id != ntohs(in_hdr->id)) in br_mrp_mim_process()
|
| /linux/include/linux/ceph/ |
| H A D | messenger.h | 352 struct ceph_msg_header in_hdr; member
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 11807 struct smb2_hdr *in_hdr = smb_get_msg(in_work->response_buf); in smb2_notify() 11809 in_hdr->Status = STATUS_CANCELLED; in smb2_notify() 11859 struct smb2_hdr *in_hdr; in smb2_notify() 11899 in_hdr = smb_get_msg(in_work->response_buf); in smb2_notify() 11900 memcpy(in_hdr, ksmbd_resp_buf_next(work), in smb2_notify() 11902 in_hdr->Flags |= SMB2_FLAGS_ASYNC_COMMAND; in smb2_notify() 11903 in_hdr->Id.AsyncId = cpu_to_le64(work->async_id); in smb2_notify() 11905 in_hdr->Status = STATUS_NOTIFY_CLEANUP; in smb2_notify() 11978 in_hdr = smb_get_msg(in_work->response_buf); 11979 memcpy(in_hdr, ksmbd_resp_buf_nex 11751 struct smb2_hdr *in_hdr = smb_get_msg(in_work->response_buf); smb2_complete_notify_cancel() local 11803 struct smb2_hdr *in_hdr; smb2_notify() local [all...] |