Lines Matching defs:vector
47 #define DRIVER_NAME "uml-vector"
192 char *vector = uml_vector_fetch_arg(def, "vec");
202 if (vector != NULL) {
203 if (kstrtoul(vector, 10, &parsed) == 0) {
328 * Generic vector enqueue with support for forming headers using transport
330 * to use a common enqueue procedure in vector mode
401 * Generic vector deque via sendmmsg with support for forming headers
403 * other transports to use a common dequeue procedure in vector mode
419 /* Calculate the start of the vector */
423 /* Adjust vector size if wraparound */
835 * explicitly specifies not to use recvmmsg vector RX.
906 * Packet at a time TX which falls back to vector TX if the
953 * mmsg vector matched to an skb vector which we prepared earlier.
965 /* Refresh the vector and make sure it is with new skbs and the
1065 /* We do BQL only in the vector path, no point doing it in
1277 /* WRITE IRQ - we need it only if we have vector TX */
1719 " Configure a vector io network device.\n\n"