Searched defs:queue_id (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 183 unsigned int queue_id; /* OpenFlow queue ID. */ member in struct:tc_queue 293 * Configures or reconfigures 'queue_id' on 'netdev->tc' according to 294 * 'details'. The caller ensures that 'queue_id' is less than 304 int (*class_set)(struct netdev *, unsigned int queue_id, 377 tc_find_queue__(const struct netdev *netdev_, unsigned int queue_id, argument 384 if (queue->queue_id == queue_id) { 392 tc_find_queue(const struct netdev *netdev, unsigned int queue_id) argument 394 return (tc_find_queue__(netdev, queue_id, hash_int(queue_id, 1730 netdev_solaris_get_queue(const struct netdev *netdev_, unsigned int queue_id, struct smap *details) argument 1754 netdev_solaris_set_queue(struct netdev *netdev_, unsigned int queue_id, const struct smap *details) argument 1778 netdev_solaris_delete_queue(struct netdev *netdev_, unsigned int queue_id) argument 1882 unsigned int queue_id = state->queues[state->cur_queue++]; local 2730 htb_update_queue__(struct netdev *netdev, unsigned int queue_id, const struct htb_class *hc) argument 2755 htb_class_set(struct netdev *netdev, unsigned int queue_id, const struct smap *details) argument [all...] |
H A D | dpif-solaris.c | 2714 * For Solaris we will use the queue_id as the priority. The queue id 2720 uint32_t queue_id, uint32_t *priority) 2722 *priority = queue_id; 2719 dpif_solaris_queue_to_priority(const struct dpif *dpif OVS_UNUSED, uint32_t queue_id, uint32_t *priority) argument
|
Completed in 25 milliseconds