Searched refs:queue (Results 151 - 175 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c33 #include <sys/queue.h>
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py947 q = mq.queue(self.ui, self.repo.join(''))
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_auth.c59 # include <sys/queue.h>
89 extern struct ifqueue ipintrq; /* ip packet input queue */
535 * queue that it was originally seen on so that it can
H A Dip_proxy.c71 # include <sys/queue.h>
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h254 uint32_t ast_tx_qstop; /* tx queue stopped 'cuz full */
451 * Data transmit queue state. One of these exists for each
452 * hardware transmit queue. Packets sent to us from above
457 * hardware queue).
463 list_t axq_list; /* transmit queue */
466 uint32_t axq_depth; /* queue depth (stat only) */
512 int qnum; /* H/W queue number associated with this AC */
846 ddi_taskq_t *sc_tq; /* private task queue */
998 int arn_get_hal_qnum(uint16_t queue, struct arn_softc *sc);
H A Darn_main.c868 * XXX: do not flush receive queue here. We don't want
869 * to flush data frames already in queue because of
1278 arn_get_hal_qnum(uint16_t queue, struct arn_softc *sc) argument
1282 switch (queue) {
2396 * the xmit queue until we enter the RUN state.
2645 * Update WME parameters for a transmit queue.
2704 arn_problem("unable to update hardware queue "
2955 * Allocate hardware transmit queues: one queue for
2956 * beacon frames and one data queue for each QoS
2964 "unable to setup a beacon xmit queue\
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_ioctl.c25 #include <sys/queue.h>
H A Dt4_mac.c29 #include <sys/queue.h>
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h393 DAPL_LLIST_HEAD ep_list_head; /* EP queue */
394 DAPL_LLIST_HEAD lmr_list_head; /* LMR queue */
395 DAPL_LLIST_HEAD rmr_list_head; /* RMR queue */
396 DAPL_LLIST_HEAD pz_list_head; /* PZ queue */
397 DAPL_LLIST_HEAD evd_list_head; /* EVD queue */
398 DAPL_LLIST_HEAD cno_list_head; /* CNO queue */
399 DAPL_LLIST_HEAD psp_list_head; /* PSP queue */
400 DAPL_LLIST_HEAD rsp_list_head; /* RSP queue */
401 DAPL_LLIST_HEAD srq_list_head; /* SRQ queue */
536 /* SP types, indicating the state and queue */
642 } queue; member in struct:dapl_cookie
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dwscons.c138 _NOTE(SCHEME_PROTECTS_DATA("Unshared data", queue))
155 queue_t *wc_kbdqueue; /* "console keyboard" device queue */
227 * We always putnext directly to the underlying queue.
500 * Put procedure for upper write queue.
502 * queue up M_BREAK, M_DELAY, and M_DATA messages for processing by
573 * Put this message on the queue, so that
605 * Flush our write queue.
1113 * exclusionary lock on the write-side queue (protects
1297 * buffer back on the queue, and
1327 * Put procedure for lower read queue
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c227 /* initialize the cursor queue */
542 /* XXX This should really iterate over the cursor queue, but
859 /* place onto queue of cursors */
861 TAILQ_INSERT_TAIL(&hashp->curs_queue, new_curs, queue);
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dhcall.s115 hv_cpu_qconf(int queue, uint64_t paddr, int size)
552 * arg0 queue (%o0)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c817 int queue = 1; local
884 queue = 0;
898 if (queue) {
908 if (queue) {
1201 * In case of panic, the error log queue will also be processed as part of the
1519 * result. We then queue an event for each UDB that reports a
1709 * copy routine, set AST flag so the queue will be drained before
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_service.c58 #include <sys/queue.h>
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h37 #include <sys/queue.h>
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c45 #include <sys/queue.h>
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnandfs.c31 #include <sys/queue.h>
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmodule.c39 #include <sys/queue.h>
H A Dpart.c37 #include <sys/queue.h>
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c52 #include <sys/queue.h>
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c38 #include <sys/queue.h>
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c308 * @hw: debug mask related to admin queue
310 * @desc: pointer to admin queue descriptor
1141 * i40e_pre_tx_queue_cfg - pre tx queue configure
1143 * @queue: target pf queue index
1147 * or disable target queue.
1149 void i40e_pre_tx_queue_cfg(struct i40e_hw *hw, u32 queue, bool enable) argument
1151 u32 abs_queue_idx = hw->func_caps.base_queue + queue;
1448 /* short wait for all queue disables to settle */
2467 * @api_major_version: major queue versio
5056 i40e_aq_add_rem_control_packet_filter(struct i40e_hw *hw, u8 *mac_addr, u16 ethtype, u16 flags, u16 vsi_seid, u16 queue, bool is_add, struct i40e_control_filter_stats *stats, struct i40e_asq_cmd_details *cmd_details) argument
[all...]
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c974 xge_debug_ll(XGE_TRACE, "%s%d: queue %d: err on xmit,"
993 xge_debug_ll(XGE_TRACE, "%s%d: queue %d: error in xmit,"
1872 hldev->config.ring.queue[XGELL_RX_RING_MAIN].rti.ufc_b =
1877 hldev->config.ring.queue[XGELL_RX_RING_MAIN].rti.ufc_c =
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s140 ! job queue for intr_thread or current_thread
1760 ! CPU softint priority queue, and compose the final softint pil mask.
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c53 #include <sys/queue.h>

Completed in 167 milliseconds

123456789