Searched defs:details (Results 1 - 5 of 5) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 218 * qdisc and configure it according to 'details'. The implementation 223 * The contents of 'details' should be documented as valid for 232 int (*tc_install)(struct netdev *netdev, const struct smap *details); 237 * so don't know any of the details. 256 * Retrieves details of 'netdev->tc' configuration into 'details'. 258 * The contents of 'details' should be documented as valid for 264 int (*qdisc_get)(const struct netdev *netdev, struct smap *details); 267 * Reconfigures 'netdev->tc' according to 'details'. 269 * The contents of 'details' shoul 1664 netdev_solaris_get_qos(const struct netdev *netdev_, const char **typep, struct smap *details) argument 1685 netdev_solaris_set_qos(struct netdev *netdev_, const char *type, const struct smap *details) argument 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 1864 netdev_solaris_queue_dump_next(const struct netdev *netdev_, void *state_, unsigned int *queue_idp, struct smap *details) argument 2584 htb_parse_qdisc_details__(struct netdev *netdev_, const struct smap *details, struct htb_class *hc) argument 2627 htb_tc_install(struct netdev *netdev, const struct smap *details) argument 2661 htb_qdisc_get(const struct netdev *netdev, struct smap *details) argument 2671 htb_qdisc_set(struct netdev *netdev, const struct smap *details) argument 2694 htb_class_get(const struct netdev *netdev, const struct tc_queue *queue, struct smap *details) argument 2711 htb_parse_class_details__(struct netdev *netdev, const struct smap *details, 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 | 1183 * Log the problem as an error, with enough details to enable 1247 * Log the problem as an error, with enough details to 1449 uint_t queueid, struct smap *details) 1469 error = netdev_get_queue(netdev, queueid, details); 1448 dpif_solaris_get_priority_details(void *cookie, odp_port_t outport, uint_t queueid, struct smap *details) argument
|
H A D | util-solaris.c | 1851 struct smap details; local 1857 smap_init(&details); 1862 queueid, &details)) != 0) { 1866 max_rate = smap_get(&details, "max-rate"); 1878 smap_destroy(&details);
|
/solaris-userland/components/open-fabrics/libsif/include/psifapi/ |
H A D | psif_hw_data_be.h | 63 * \details 635 union psif_wr_details details; member in struct:psif_wr 642 * \details 2342 * \details 3002 /** \brief Struct defintion for vHCA registration details 3100 /* Public API for mailbox requests details */
|
H A D | psif_hw_data_le.h | 609 union psif_wr_details details; member in struct:psif_wr 616 * \details 2316 * \details 2976 /** \brief Struct defintion for vHCA registration details 3074 /* Public API for mailbox requests details */
|
Completed in 67 milliseconds