Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dvector_kern.h30 #define VECTOR_TX (1 << 1) macro
H A Dvector_kern.c195 int vec_tx = VECTOR_TX; in get_transport_options()
1061 if ((vp->options & VECTOR_TX) == 0) { in vector_net_start_xmit()
1178 if ((vp->options & VECTOR_TX) != 0) in vector_poll()
1247 if ((vp->options & VECTOR_TX) > 0) { in vector_net_open()
1279 if ((vp->options & VECTOR_TX) > 0) { in vector_net_open()
1317 if ((vp->options & VECTOR_TX) != 0) in vector_net_open()