Home
last modified time | relevance | path

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

/linux/drivers/net/hyperv/
A Dnetvsc.c774 if (send_index != NETVSC_INVALID_INDEX) in netvsc_send_tx_complete()
908 return NETVSC_INVALID_INDEX; in netvsc_get_next_send_section()
977 if (packet->send_buf_index == NETVSC_INVALID_INDEX) in netvsc_send_pkt()
1080 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send()
1091 packet->send_buf_index = NETVSC_INVALID_INDEX; in netvsc_send()
1119 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()
1134 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
1186 if (ret != 0 && section_index != NETVSC_INVALID_INDEX) in netvsc_send()
A Dhyperv_net.h855 #define NETVSC_INVALID_INDEX -1 macro

Completed in 627 milliseconds