Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc.c779 if (send_index != NETVSC_INVALID_INDEX) in netvsc_send_tx_complete()
932 return NETVSC_INVALID_INDEX; in netvsc_get_next_send_section()
1078 if (packet->send_buf_index == NETVSC_INVALID_INDEX) in netvsc_send_pkt()
1192 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send()
1203 packet->send_buf_index = NETVSC_INVALID_INDEX; in netvsc_send()
1231 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()
1246 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
1298 if (ret != 0 && section_index != NETVSC_INVALID_INDEX) in netvsc_send()
H A Dhyperv_net.h862 #define NETVSC_INVALID_INDEX -1 macro