Lines Matching refs:section_index
944 unsigned int section_index, in netvsc_copy_to_send_buf() argument
952 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
1239 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local
1268 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1272 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1277 section_index = netvsc_get_next_send_section(net_device); in netvsc_send()
1278 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()
1293 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
1295 section_index, msd_len, in netvsc_send()
1298 packet->send_buf_index = section_index; in netvsc_send()
1345 if (ret != 0 && section_index != NETVSC_INVALID_INDEX) in netvsc_send()
1346 netvsc_free_send_slot(net_device, section_index); in netvsc_send()