Home
last modified time | relevance | path

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

/trueos/sys/dev/hyperv/netvsc/
HDhv_net_vsc.c200 net_dev->rx_section_count = in hv_nv_init_rx_buffer_with_net_vsp()
203 net_dev->rx_sections = malloc(net_dev->rx_section_count * in hv_nv_init_rx_buffer_with_net_vsp()
211 net_dev->rx_section_count * sizeof(nvsp_1_rx_buf_section)); in hv_nv_init_rx_buffer_with_net_vsp()
218 if (net_dev->rx_section_count != 1 in hv_nv_init_rx_buffer_with_net_vsp()
325 if (net_dev->rx_section_count) { in hv_nv_destroy_rx_buffer()
371 net_dev->rx_section_count = 0; in hv_nv_destroy_rx_buffer()
HDhv_net_vsc.h890 uint32_t rx_section_count; member