Searched refs:NETVSC_INVALID_INDEX (Results 1 – 2 of 2) sorted by relevance
778 if (send_index != NETVSC_INVALID_INDEX) in netvsc_send_tx_complete()930 return NETVSC_INVALID_INDEX; in netvsc_get_next_send_section()999 if (packet->send_buf_index == NETVSC_INVALID_INDEX) in netvsc_send_pkt()1102 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send()1113 packet->send_buf_index = NETVSC_INVALID_INDEX; in netvsc_send()1141 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()1156 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()1208 if (ret != 0 && section_index != NETVSC_INVALID_INDEX) in netvsc_send()
855 #define NETVSC_INVALID_INDEX -1 macro