Home
last modified time | relevance | path

Searched refs:offset8 (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/hv/
H A Dring_buffer.c411 offset = raw ? 0 : (desc->offset8 << 3); in hv_ringbuffer_read()
483 pkt_offset = READ_ONCE(desc->offset8) << 3; in hv_pkt_iter_first()
509 desc_copy->offset8 = pkt_offset >> 3; in hv_pkt_iter_first()
H A Dchannel.c1040 desc.offset8 = sizeof(struct vmpacket_descriptor) >> 3; in vmbus_sendpacket_getid()
/linux-6.15/include/linux/
H A Dhyperv.h349 u16 offset8; member
397 ((struct vmpacket_descriptor)__packet)->offset8 * 8)
401 ((struct vmpacket_descriptor)__packet)->offset8) * 8)
1653 return (void *)((unsigned long)desc + (desc->offset8 << 3)); in hv_pkt_data()
1659 return (desc->len8 << 3) - (desc->offset8 << 3); in hv_pkt_datalen()
/linux-6.15/drivers/input/serio/
H A Dhyperv-keyboard.c214 msg_sz = bytes_recvd - (desc->offset8 << 3); in hv_kbd_handle_received_packet()
226 msg = (void *)desc + (desc->offset8 << 3); in hv_kbd_handle_received_packet()
/linux-6.15/drivers/infiniband/hw/irdma/
H A Dpuda.c1119 u64 offset8, offset24; in irdma_ilq_putback_rcvbuf() local
1127 get_64bit_val(wqe, 8, &offset8); in irdma_ilq_putback_rcvbuf()
1129 offset8 &= ~FIELD_PREP(IRDMAQPSQ_VALID, 1); in irdma_ilq_putback_rcvbuf()
1131 offset8 |= FIELD_PREP(IRDMAQPSQ_VALID, 1); in irdma_ilq_putback_rcvbuf()
1132 set_64bit_val(wqe, 8, offset8); in irdma_ilq_putback_rcvbuf()
/linux-6.15/drivers/hid/
H A Dhid-hyperv.c252 (packet->offset8 << 3)); in mousevsc_on_receive()
/linux-6.15/drivers/net/hyperv/
H A Dnetvsc.c1471 if ((desc->offset8 << 3) < sizeof(struct vmtransfer_page_packet_header)) { in netvsc_receive()
1474 desc->offset8 << 3); in netvsc_receive()
1489 if (NETVSC_XFER_HEADER_SIZE(count) > desc->offset8 << 3) { in netvsc_receive()