Lines Matching defs:section_index
933 unsigned int section_index,
941 char *dest = start + (section_index * net_device->send_section_size)
1189 unsigned int section_index = NETVSC_INVALID_INDEX;
1218 section_index = msdp->pkt->send_buf_index;
1222 section_index = msdp->pkt->send_buf_index;
1227 section_index = netvsc_get_next_send_section(net_device);
1228 if (unlikely(section_index == NETVSC_INVALID_INDEX)) {
1243 if (section_index != NETVSC_INVALID_INDEX) {
1245 section_index, msd_len,
1248 packet->send_buf_index = section_index;
1295 if (ret != 0 && section_index != NETVSC_INVALID_INDEX)
1296 netvsc_free_send_slot(net_device, section_index);