Home
last modified time | relevance | path

Searched refs:NVSP_RSC_MAX (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/hyperv/
H A Dhyperv_net.h907 * limit is raised to 562 (= NVSP_RSC_MAX).
909 #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()
/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Dhyperv_net.h871 #define NVSP_RSC_MAX 562 /* Max #RSC frags in a vmbus xfer page pkt */ macro
880 void *data[NVSP_RSC_MAX];
881 u32 len[NVSP_RSC_MAX];
H A Drndis_filter.c491 if (unlikely(nvchan->rsc.cnt >= NVSP_RSC_MAX)) in rndis_filter_receive_data()

Completed in 12 milliseconds