Home
last modified time | relevance | path

Searched refs:NVSP_RSC_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/hyperv/
H A Dhyperv_net.h909 #define NETVSC_MAX_XFER_PAGE_RANGES NVSP_RSC_MAX
933 #define NVSP_RSC_MAX 562 /* Max #RSC frags in a vmbus xfer page pkt */ macro
943 void *data[NVSP_RSC_MAX];
944 u32 len[NVSP_RSC_MAX];
H A Drndis_filter.c565 if (unlikely(nvchan->rsc.cnt >= NVSP_RSC_MAX)) in rndis_filter_receive_data()