Searched refs:queue (Results 76 - 100 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h29 #include "xge-queue.h"
197 * @max: Max numbers of TxDLs (that is, lists of Tx descriptors) per queue.
198 * @initial: Initial numbers of TxDLs per queue (can grow up to @max).
267 * @queue: Array of per-fifo configurations.
302 xge_hal_fifo_queue_t queue[XGE_HAL_MAX_FIFO_NUM]; member in struct:xge_hal_fifo_config_t
319 * @max: Max numbers of RxD blocks per queue
320 * @initial: Initial numbers of RxD blocks per queue
444 * @queue: Array of all Xframe ring configurations.
467 xge_hal_ring_queue_t queue[XGE_HAL_MAX_RING_NUM]; member in struct:xge_hal_ring_config_t
488 * individual receive buffer queue siz
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_lrp.c180 /* Put a message(M_DATA) on a queue */
183 (void) putq(RD(ctrl->queue), hndl_mp);
228 temp_queue = WR(ctrl->queue);
231 /* Reschedule a queue for service */
487 dst_queue = RD(ctrl->queue);
593 noenable(WR(ctrl->queue));
710 noenable(WR(ctrl->queue));
742 /* Put a message(M_DATA) on a queue */
744 (void) putq(RD(ctrl->queue), lpath->hndl_mp);
751 noenable(WR(ctrl->queue));
[all...]
H A Doplmsu_cmn_func.c337 * Set queue and ioctl to lpath_t
374 * Clear queue and ioctl to lpath_t
556 * Put XOFF/ XON message on write queue
565 oplmsu_cmn_put_xoffxon(queue_t *queue, int data) argument
573 (void) putq(queue, mp);
579 (void) putq(queue, mp);
590 * Put XOFF message on write queue for all standby paths
1259 usr_queue = ctrl->queue;
1407 qenable(WR(q)); /* enable upper write queue */
1432 /* Remove only data messages from read queue */
[all...]
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c524 * a pointer to the head of the queue and to the tail of the queue. Normally,
528 * way to do a "priority queueing" which inserts at the head of the queue for
533 * queue:
535 * add calls to tail of queue
540 queue(head, cp) function
544 DEBUG((9,"in queue"));
560 * priority queuer, add calls to head of queue
582 * remove a call from the head of queue
1090 queue(Free_call_
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.h154 u8 queue);
159 u16 soft_id, u8 queue, bool cloud_mode);
167 u8 queue,
H A Dixgbe_82599.c1373 * Initialize the drop queue to queue 127
1399 * ixgbe_set_fdir_drop_queue_82599 - Set Flow Director drop queue
1401 * @dropqueue: Rx queue index used for the dropped packets
1408 /* Clear init done bit and drop queue field */
1412 /* Set drop queue */
1526 * @queue: queue index to direct traffic to
1534 u8 queue)
1568 fdircmd |= (u32)queue << IXGBE_FDIRCMD_RX_QUEUE_SHIF
1531 ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_hash_dword input, union ixgbe_atr_hash_dword common, u8 queue) argument
1852 ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, u16 soft_id, u8 queue, bool cloud_mode) argument
1988 ixgbe_fdir_add_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask, u16 soft_id, u8 queue, bool cloud_mode) argument
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c468 * on any queue exceeded the ratio of
913 if (!hldev->config.ring.queue[i].configured)
915 rti = &hldev->config.ring.queue[i].rti;
1051 if (!hldev->config.fifo.queue[i].configured)
1057 if (!hldev->config.fifo.queue[i].tti[j].enabled)
1064 &hldev->config.fifo.queue[i].tti[j],
1120 xge_hal_rti_config_t *rti = &hldev->config.ring.queue[i].rti;
1122 if (!hldev->config.ring.queue[i].configured)
1541 xge_hal_ring_queue_t *queue = &hldev->config.ring.queue[rnu local
[all...]
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h51 #include <sys/queue.h>
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h26 #include <sys/queue.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi.h89 extern int ldi_ident_from_stream(struct queue *, ldi_ident_t *);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h54 #include "db-queue.h"
63 TAILQ_ENTRY(cursor_t) queue; member in struct:cursor_t
/illumos-gate/usr/src/uts/common/io/myri10ge/firmware/
H A Dmyri10ge_mcp.h312 * 1=use one MSI-X per queue.
316 * Without this bit set, only one send queue (slice 0's send queue)
433 /* data0 = filter_id << 16 | queue << 8 | type */
509 uint8_t queue; member in struct:mcp_rss_shared_interrupt
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h247 queue_t *queue; member in struct:control_table
287 /* queue table for bufcall() and timeout() */
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmivars.h38 #include <sys/queue.h>
123 #define KCS_STATUS_SMS_ATN 0x04 /* Ready in RX queue */
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dzfs_module.c33 #include <sys/queue.h>
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiossmap.c36 #include <sys/queue.h>
/illumos-gate/usr/src/cmd/cron/
H A Dat.c69 #define BADQUEUE "queue name must be a single character a-z"
70 #define NOTCQUEUE "queue c is reserved for cron entries"
438 atabort("queue full");
789 list_jobs(int argc, char **argv, int qflag, int queue) argument
855 check_queue(ptr, queue)))
861 check_queue(ptr, queue)))
888 check_queue(ptr, queue))) {
925 check_queue(char *name, int queue) argument
927 if ((name[strlen(name) - 1] - 'a') == queue)
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c169 /* contains head to a queue of script_info structures */
408 rcm_enqueue_tail(&script_info_q, &rsi->queue);
452 rcm_dequeue(&rsi->queue);
1688 client = RCM_STRUCT_BASE_ADDR(client_t, q, queue);
1708 client = RCM_STRUCT_BASE_ADDR(client_t, q, queue);
1731 client = RCM_STRUCT_BASE_ADDR(client_t, q, queue);
1819 drreq = RCM_STRUCT_BASE_ADDR(drreq_t, q, queue);
1821 /* dr req is already present in the queue */
1828 rcm_enqueue_tail(&rsi->drreq_q, &drreq->queue);
1843 drreq = RCM_STRUCT_BASE_ADDR(drreq_t, q, queue);
[all...]
H A Drcm_impl.h129 rcm_queue_t queue; /* per module queue */ member in struct:client
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c3134 HAL_WARNING (("In-queue method call on non-existant device"));
3151 GList *queue; local
3155 if (g_hash_table_lookup_extended (udi_to_method_queue, d->udi, &origkey, (gpointer) &queue)) {
3157 if (queue != NULL) {
3159 mi = (MethodInvocation *) queue->data;
3178 GList *queue; local
3187 if (g_hash_table_lookup_extended (udi_to_method_queue, mi->udi, &origkey, (gpointer) &queue)) {
3189 queue = g_list_append (queue, mi);
3190 g_hash_table_replace (udi_to_method_queue, g_strdup (mi->udi), queue);
3205 GList *queue; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c54 * event queue, and a reference count.
60 * An event queue is represented by a ct_equeue_t, and consists of a
63 * listeners"). There are three queue types, defined by ct_listnum_t
64 * (an enum). An event may be on one of each type of queue
65 * simultaneously; the list linkage used by a queue is determined by
71 * represent the event's linkage in a specific event queue.
81 * for that membership, p_ct_member; and an array of event queue
138 * per queue it is present on, in addition to those needed for the
140 * specific queues, and increase a queue-specific reference count
147 * its event queue'
666 list_t *queue = &ct->ct_events.ctq_events; local
746 list_t *queue = &ct->ct_events.ctq_events; local
786 list_t *queue = &ct->ct_events.ctq_events; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c29 #include <sys/queue.h>
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c351 * been put on the recovery queue for retry.
480 * If we queued a symlink name in the recovery queue,
666 /* Exit loop if queue is empty */
996 char *queue; local
1000 queue = CURRENT;
1003 queue = BACKUP;
1006 remove_single_name(name, queue, NULL);
1171 * If op == 1 then the name is added to the queue otherwise the name is
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.h43 #include <sys/queue.h>
/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h42 #include <sys/queue.h>
138 queue_t *bs_wq; /* write-side queue for stream */

Completed in 1026 milliseconds

123456789