Searched refs:rx_section_count (Results 1 – 2 of 2) sorted by relevance
200 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()
890 uint32_t rx_section_count; member