Searched refs:VRSS_SEND_TAB_SIZE (Results 1 – 4 of 4) sorted by relevance
882 #define VRSS_SEND_TAB_SIZE 16 /* must be power of 2 */ macro925 sizeof(struct nvsp_message) + (sizeof(u32) * VRSS_SEND_TAB_SIZE))1048 u32 tx_table[VRSS_SEND_TAB_SIZE];
258 (VRSS_SEND_TAB_SIZE - 1)]; in netvsc_get_tx_queue()1930 return VRSS_SEND_TAB_SIZE * sizeof(u32); in netvsc_get_regs_len()1942 memcpy(regs_buff, ndc->tx_table, VRSS_SEND_TAB_SIZE * sizeof(u32)); in netvsc_get_regs()
1569 if (count != VRSS_SEND_TAB_SIZE) { in netvsc_send_table()1774 for (i = 0; i < VRSS_SEND_TAB_SIZE; i++) in netvsc_device_add()
1323 for (i = 0; i < VRSS_SEND_TAB_SIZE; i++) in rndis_set_subchannel()
Completed in 22 milliseconds