Searched refs:queues (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c170 struct hmap queues; member in struct:tc
173 #define TC_INITIALIZER(TC, OPS) { OPS, HMAP_INITIALIZER(&(TC)->queues) }
182 struct hmap_node hmap_node; /* In struct tc's "queues" hmap. */
210 * Number of supported OpenFlow queues, 0 for qdiscs that have no
211 * queues. The queues are numbered 0 through n_queues - 1.
248 * part of 'tc'. (This includes destroying 'tc->queues' by calling
280 * 'netdev->tc->queues'.
286 * This function may be null if 'tc' does not have queues
301 * This function may be null if 'tc' does not have queues o
1819 unsigned int *queues; member in struct:netdev_solaris_queue_state
[all...]

Completed in 22 milliseconds