Lines Matching refs:section_index
706 unsigned int section_index, in netvsc_copy_to_send_buf() argument
711 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
850 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local
882 section_index = msdp->pkt->send_buf_index; in netvsc_send()
886 section_index = msdp->pkt->send_buf_index; in netvsc_send()
891 section_index = netvsc_get_next_send_section(net_device); in netvsc_send()
892 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
900 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
902 section_index, msd_len, in netvsc_send()
905 packet->send_buf_index = section_index; in netvsc_send()
948 if (ret != 0 && section_index != NETVSC_INVALID_INDEX) in netvsc_send()
949 netvsc_free_send_slot(net_device, section_index); in netvsc_send()