Searched refs:NETVSC_INVALID_INDEX (Results 1 – 2 of 2) sorted by relevance
640 if (send_index != NETVSC_INVALID_INDEX) in netvsc_send_completion()675 int ret_val = NETVSC_INVALID_INDEX; in netvsc_get_next_send_section()758 if (packet->send_buf_index == NETVSC_INVALID_INDEX) in netvsc_send_pkt()828 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send()845 packet->send_buf_index = NETVSC_INVALID_INDEX; in netvsc_send()870 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()878 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()926 if (ret != 0 && section_index != NETVSC_INVALID_INDEX) in netvsc_send()
595 #define NETVSC_INVALID_INDEX -1 macro