Home
last modified time | relevance | path

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

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