Searched refs:priority (Results 151 - 175 of 368) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ofed/opensm/include/opensm/
H A Dosm_sm.h831 void osm_set_sm_priority(osm_sm_t *sm, uint8_t priority);
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c242 static void udev_log_fn(struct udev *ud, int priority, const char *file, int line, argument
/freebsd-current/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h127 uint16_t pauseQuanta[FM_MAX_NUM_OF_PFC_PRIORITIES]; /**< Pause Quanta per priority to be sent in a pause frame. Each quanta represents a 512 bit-times*/
129 uint16_t pauseThresholdQuanta[FM_MAX_NUM_OF_PFC_PRIORITIES];/**< Pause threshold per priority, when timer passes this threshold time a PFC frames is sent again if the port is still congested or BM pool in depletion*/
536 @Param[in] priority - the PFC class of service; use 'FM_MAC_NO_PFC'
555 in the 'priority' field.
558 uint8_t priority,
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h102 uint8_t priority,
/freebsd-current/contrib/wpa/src/pae/
H A Dieee802_1x_kay_i.h177 * @priority: Key Server Priority
194 u8 priority; member in struct:ieee802_1x_mka_basic_body
H A Dieee802_1x_kay.h243 u16 port, u8 priority, const char *ifname, const u8 *addr);
/freebsd-current/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c121 #define KVP_LOG(priority, format, args...) do { \
124 syslog(priority, format, ## args); \
128 if (priority < LOG_DEBUG) { \
130 syslog(priority, format, ## args); \
/freebsd-current/crypto/openssl/ssl/record/
H A Drecord_local.h46 int dtls1_buffer_record(SSL *s, record_pqueue *q, unsigned char *priority);
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.h242 int priority; /* 1 is high priority */ member in struct:large_entity
/freebsd-current/sys/dev/isci/scil/
H A Dscu_task_context.h145 * This priority is used when there is no priority request for this request.
150 * This priority indicates that the task should be scheduled to the head
157 * This priority indicates that the task will be executed before all
164 * This task priority is reserved and should not be used.
559 * This field must be encoded to one of the valid SCU task priority values
564 U32 priority : 2; member in struct:SCU_TASK_CONTEXT
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_spq.c782 * @param priority
788 enum spq_priority priority)
825 switch (priority) {
865 * for an additional high priority ramrod (even if one is already
914 ecore_spq_add_entry(p_hwfn, p_ent, p_ent->priority);
957 rc = ecore_spq_add_entry(p_hwfn, p_ent, p_ent->priority);
786 ecore_spq_add_entry(struct ecore_hwfn *p_hwfn, struct ecore_spq_entry *p_ent, enum spq_priority priority) argument
H A Decore_spq.h137 enum spq_priority priority; member in struct:ecore_spq_entry
/freebsd-current/sys/dev/bxe/
H A Dbxe_dcb.h49 * strict priority: valid values are 0..5; 0 is highest priority.
50 * There can't be two COSes with the same priority.
112 uint32_t priority; member in struct:bxe_admin_priority_app_table
/freebsd-current/sys/dev/ocs_fc/
H A Docs_common.h109 uint32_t priority; /**< FCF reported priority */ member in struct:ocs_domain_record_s
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Ddma.c35 skb->priority = FIELD_GET(MT_TXD1_TID, val);
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_ni.h257 * priority: (r/w) Sets the priority in the destination DPCON or DPIO for
262 * override the default assigned priority of the FQ from the TC.
286 uint8_t priority; member in struct:dpaa2_ni_queue_cfg
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dthermal.c146 param.levelconf[0].priority = 0; /* disable all data tx queues */
/freebsd-current/sys/nfsclient/
H A Dnfs.h287 int priority, char *wmesg, int timo);
/freebsd-current/sbin/devd/
H A Ddevd.cc156 static void devdlog(int priority, const char* message, ...)
1281 devdlog(int priority, const char* fmt, ...) argument
1288 else if (quiet_mode == 0 || priority <= LOG_WARNING)
1289 vsyslog(priority, fmt, argp);
/freebsd-current/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h175 u_int8_t priority; member in struct:rfcomm_mcc_pn
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c446 arc_hotplug_callback_mem_nb.priority = 100;
/freebsd-current/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed-functions.sh637 # The optional Gotify priority value (ZED_GOTIFY_PRIORITY) overrides the
638 # default or configured priority at the Gotify server for the application.
694 --form-string "priority=${ZED_GOTIFY_PRIORITY}" \
/freebsd-current/sys/netipsec/
H A Dipsec.h92 uint32_t priority; /* priority of this policy */ member in struct:secpolicy
/freebsd-current/sys/cam/nvme/
H A Dnvme_xpt.c313 uint32_t priority; local
320 priority = done_ccb->ccb_h.pinfo.priority;
392 xpt_schedule(periph, priority);
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_console.c147 fprintf(out, "priority [<sm-priority>]\n");
376 int priority; local
380 fprintf(out, "Current sm-priority is %d\n",
383 priority = strtol(p_cmd, NULL, 0);
384 if (0 > priority || 15 < priority)
386 "Invalid sm-priority %d; must be between 0 and 15\n",
387 priority);
389 fprintf(out, "Setting sm-priority t
[all...]

Completed in 375 milliseconds

1234567891011>>