Lines Matching refs:section_index
913 unsigned int section_index, in netvsc_copy_to_send_buf() argument
921 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
1081 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local
1110 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1114 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1119 section_index = netvsc_get_next_send_section(net_device); in netvsc_send()
1120 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()
1135 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
1137 section_index, msd_len, in netvsc_send()
1140 packet->send_buf_index = section_index; in netvsc_send()
1187 if (ret != 0 && section_index != NETVSC_INVALID_INDEX) in netvsc_send()
1188 netvsc_free_send_slot(net_device, section_index); in netvsc_send()