Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hyperv/
H A Dhyperv_net.h883 #define VRSS_SEND_TAB_SIZE 16 /* must be power of 2 */ macro
914 sizeof(struct nvsp_message) + (sizeof(u32) * VRSS_SEND_TAB_SIZE))
1037 u32 tx_table[VRSS_SEND_TAB_SIZE];
H A Dnetvsc.c1522 if (count != VRSS_SEND_TAB_SIZE) { in netvsc_send_table()
1727 for (i = 0; i < VRSS_SEND_TAB_SIZE; i++) in netvsc_device_add()
H A Dnetvsc_drv.c257 (VRSS_SEND_TAB_SIZE - 1)]; in netvsc_get_tx_queue()
1969 return VRSS_SEND_TAB_SIZE * sizeof(u32); in netvsc_get_regs_len()
1981 memcpy(regs_buff, ndc->tx_table, VRSS_SEND_TAB_SIZE * sizeof(u32)); in netvsc_get_regs()
H A Drndis_filter.c1333 for (i = 0; i < VRSS_SEND_TAB_SIZE; i++) in rndis_set_subchannel()