Lines Matching defs:section_index
827 unsigned int section_index,
835 char *dest = start + (section_index * net_device->send_section_size)
974 unsigned int section_index = NETVSC_INVALID_INDEX;
1003 section_index = msdp->pkt->send_buf_index;
1007 section_index = msdp->pkt->send_buf_index;
1012 section_index = netvsc_get_next_send_section(net_device);
1013 if (unlikely(section_index == NETVSC_INVALID_INDEX)) {
1028 if (section_index != NETVSC_INVALID_INDEX) {
1030 section_index, msd_len,
1033 packet->send_buf_index = section_index;
1080 if (ret != 0 && section_index != NETVSC_INVALID_INDEX)
1081 netvsc_free_send_slot(net_device, section_index);