Home
last modified time | relevance | path

Searched refs:NETVSC_INVALID_INDEX (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/hyperv/
Dnetvsc.c651 if (send_index != NETVSC_INVALID_INDEX) in netvsc_send_completion()
686 int ret_val = NETVSC_INVALID_INDEX; in netvsc_get_next_send_section()
770 if (packet->send_buf_index == NETVSC_INVALID_INDEX) in netvsc_send_pkt()
850 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send()
867 packet->send_buf_index = NETVSC_INVALID_INDEX; in netvsc_send()
892 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
900 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
948 if (ret != 0 && section_index != NETVSC_INVALID_INDEX) in netvsc_send()
Dhyperv_net.h622 #define NETVSC_INVALID_INDEX -1 macro