Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hv/
Dring_buffer.c420 offset = raw ? 0 : (desc->offset8 << 3); in hv_ringbuffer_read()
492 pkt_offset = READ_ONCE(desc->offset8) << 3; in hv_pkt_iter_first()
518 desc_copy->offset8 = pkt_offset >> 3; in hv_pkt_iter_first()
Dchannel.c1057 desc.offset8 = sizeof(struct vmpacket_descriptor) >> 3; in vmbus_sendpacket_getid()
/Linux-v6.1/include/linux/
Dhyperv.h329 u16 offset8; member
433 ((struct vmpacket_descriptor)__packet)->offset8 * 8)
437 ((struct vmpacket_descriptor)__packet)->offset8) * 8)
1702 return (void *)((unsigned long)desc + (desc->offset8 << 3)); in hv_pkt_data()
1708 return (desc->len8 << 3) - (desc->offset8 << 3); in hv_pkt_datalen()
/Linux-v6.1/drivers/input/serio/
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-v6.1/drivers/infiniband/hw/irdma/
Dpuda.c1118 u64 offset8, offset24; in irdma_ilq_putback_rcvbuf() local
1126 get_64bit_val(wqe, 8, &offset8); in irdma_ilq_putback_rcvbuf()
1128 offset8 &= ~FIELD_PREP(IRDMAQPSQ_VALID, 1); in irdma_ilq_putback_rcvbuf()
1130 offset8 |= FIELD_PREP(IRDMAQPSQ_VALID, 1); in irdma_ilq_putback_rcvbuf()
1131 set_64bit_val(wqe, 8, offset8); in irdma_ilq_putback_rcvbuf()
/Linux-v6.1/drivers/net/hyperv/
Dnetvsc.c1443 if ((desc->offset8 << 3) < sizeof(struct vmtransfer_page_packet_header)) { in netvsc_receive()
1446 desc->offset8 << 3); in netvsc_receive()
1461 if (NETVSC_XFER_HEADER_SIZE(count) > desc->offset8 << 3) { in netvsc_receive()
/Linux-v6.1/drivers/hid/
Dhid-hyperv.c260 (packet->offset8 << 3)); in mousevsc_on_receive()