Home
last modified time | relevance | path

Searched refs:offset_in_hvpage (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c342 pb[0].offset = offset_in_hvpage(hdr); in init_page_array()
347 pb[1].offset = offset_in_hvpage(skb->data); in init_page_array()
357 cur_pb->offset = offset_in_hvpage(offset); in init_page_array()
384 unsigned int offset = offset_in_hvpage(data); in netvsc_get_slots()
H A Drndis_filter.c239 pb.offset = offset_in_hvpage(&req->request_msg); in rndis_filter_send_request()
/linux/include/linux/
H A Dhyperv.h1739 #define offset_in_hvpage(ptr) ((unsigned long)(ptr) & ~HV_HYP_PAGE_MASK) macro
/linux/drivers/scsi/
H A Dstorvsc_drv.c1809 unsigned long offset_in_hvpg = offset_in_hvpage(sgl->offset); in storvsc_queuecommand()