Home
last modified time | relevance | path

Searched defs:queue (Results 1 – 200 of 544) sorted by relevance

123

/linux-4.1.27/drivers/media/usb/uvc/
Duvc_queue.c40 uvc_queue_to_stream(struct uvc_video_queue *queue) in uvc_queue_to_stream()
50 static void uvc_queue_return_buffers(struct uvc_video_queue *queue, in uvc_queue_return_buffers()
75 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_queue_setup() local
92 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_prepare() local
118 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_queue() local
138 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_finish() local
148 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_start_streaming() local
168 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_stop_streaming() local
190 int uvc_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type, in uvc_queue_init()
216 void uvc_queue_release(struct uvc_video_queue *queue) in uvc_queue_release()
[all …]
Duvc_isight.c39 static int isight_decode(struct uvc_video_queue *queue, struct uvc_buffer *buf, in isight_decode()
/linux-4.1.27/drivers/usb/gadget/function/
Duvc_queue.c48 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_queue_setup() local
63 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_prepare() local
88 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_queue() local
115 int uvcg_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type, in uvcg_queue_init()
143 void uvcg_free_buffers(struct uvc_video_queue *queue) in uvcg_free_buffers()
151 int uvcg_alloc_buffers(struct uvc_video_queue *queue, in uvcg_alloc_buffers()
161 int uvcg_query_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf) in uvcg_query_buffer()
166 int uvcg_queue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf) in uvcg_queue_buffer()
186 int uvcg_dequeue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf, in uvcg_dequeue_buffer()
198 unsigned int uvcg_queue_poll(struct uvc_video_queue *queue, struct file *file, in uvcg_queue_poll()
[all …]
Duvc_queue.h30 struct list_head queue; member
43 struct vb2_queue queue; member
54 static inline int uvc_queue_streaming(struct uvc_video_queue *queue) in uvc_queue_streaming()
Duvc_video.c47 struct uvc_video_queue *queue = &video->queue; in uvc_video_encode_data() local
166 struct uvc_video_queue *queue = &video->queue; in uvc_video_complete() local
286 struct uvc_video_queue *queue = &video->queue; in uvcg_video_pump() local
/linux-4.1.27/drivers/net/wireless/b43legacy/
Dpio.c35 static void tx_start(struct b43legacy_pioqueue *queue) in tx_start()
41 static void tx_octet(struct b43legacy_pioqueue *queue, in tx_octet()
76 static void tx_data(struct b43legacy_pioqueue *queue, in tx_data()
102 static void tx_complete(struct b43legacy_pioqueue *queue, in tx_complete()
116 static u16 generate_cookie(struct b43legacy_pioqueue *queue, in generate_cookie()
154 struct b43legacy_pioqueue *queue = NULL; in parse_cookie() local
185 static int pio_tx_write_fragment(struct b43legacy_pioqueue *queue, in pio_tx_write_fragment()
218 struct b43legacy_pioqueue *queue = packet->queue; in free_txpacket() local
232 struct b43legacy_pioqueue *queue = packet->queue; in pio_tx_packet() local
282 struct b43legacy_pioqueue *queue = (struct b43legacy_pioqueue *)d; in tx_tasklet() local
[all …]
Dpio.h42 struct b43legacy_pioqueue *queue; member
83 u16 b43legacy_pio_read(struct b43legacy_pioqueue *queue, in b43legacy_pio_read()
90 void b43legacy_pio_write(struct b43legacy_pioqueue *queue, in b43legacy_pio_write()
137 void b43legacy_pio_rx(struct b43legacy_pioqueue *queue) in b43legacy_pio_rx()
141 void b43legacy_pio_tx_suspend(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_suspend()
145 void b43legacy_pio_tx_resume(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_resume()
/linux-4.1.27/drivers/net/xen-netback/
Dnetback.c110 static inline unsigned long idx_to_pfn(struct xenvif_queue *queue, in idx_to_pfn()
116 static inline unsigned long idx_to_kaddr(struct xenvif_queue *queue, in idx_to_kaddr()
152 bool xenvif_rx_ring_slots_available(struct xenvif_queue *queue, int needed) in xenvif_rx_ring_slots_available()
174 void xenvif_rx_queue_tail(struct xenvif_queue *queue, struct sk_buff *skb) in xenvif_rx_queue_tail()
189 static struct sk_buff *xenvif_rx_dequeue(struct xenvif_queue *queue) in xenvif_rx_dequeue()
204 static void xenvif_rx_queue_maybe_wake(struct xenvif_queue *queue) in xenvif_rx_queue_maybe_wake()
215 static void xenvif_rx_queue_purge(struct xenvif_queue *queue) in xenvif_rx_queue_purge()
222 static void xenvif_rx_queue_drop_expired(struct xenvif_queue *queue) in xenvif_rx_queue_drop_expired()
246 static struct xenvif_rx_meta *get_next_rx_buffer(struct xenvif_queue *queue, in get_next_rx_buffer()
270 static void xenvif_gop_frag_copy(struct xenvif_queue *queue, struct sk_buff *skb, in xenvif_gop_frag_copy()
[all …]
Dinterface.c54 void xenvif_skb_zerocopy_prepare(struct xenvif_queue *queue, in xenvif_skb_zerocopy_prepare()
61 void xenvif_skb_zerocopy_complete(struct xenvif_queue *queue) in xenvif_skb_zerocopy_complete()
75 struct xenvif_queue *queue = dev_id; in xenvif_tx_interrupt() local
85 struct xenvif_queue *queue = in xenvif_poll() local
110 struct xenvif_queue *queue = dev_id; in xenvif_rx_interrupt() local
125 int xenvif_queue_stopped(struct xenvif_queue *queue) in xenvif_queue_stopped()
132 void xenvif_wake_queue(struct xenvif_queue *queue) in xenvif_wake_queue()
142 struct xenvif_queue *queue = NULL; in xenvif_start_xmit() local
185 struct xenvif_queue *queue = NULL; in xenvif_get_stats() local
216 struct xenvif_queue *queue = NULL; in xenvif_up() local
[all …]
Dxenbus.c55 struct xenvif_queue *queue = m->private; in xenvif_read_io_ring() local
136 struct xenvif_queue *queue = in xenvif_write_io_ring() local
170 void *queue = NULL; in xenvif_dump_open() local
667 struct xenvif_queue *queue = &vif->queues[queue_index]; in xen_net_rate_changed() local
751 struct xenvif_queue *queue; in connect() local
856 static int connect_rings(struct backend_info *be, struct xenvif_queue *queue) in connect_rings()
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00queue.c36 struct data_queue *queue = entry->queue; in rt2x00queue_alloc_rxskb() local
539 struct data_queue *queue = entry->queue; in rt2x00queue_write_tx_descriptor() local
550 static void rt2x00queue_kick_tx_queue(struct data_queue *queue, in rt2x00queue_kick_tx_queue()
609 int rt2x00queue_write_tx_frame(struct data_queue *queue, struct sk_buff *skb, in rt2x00queue_write_tx_frame()
788 bool rt2x00queue_for_each_entry(struct data_queue *queue, in rt2x00queue_for_each_entry()
843 struct queue_entry *rt2x00queue_get_entry(struct data_queue *queue, in rt2x00queue_get_entry()
867 struct data_queue *queue = entry->queue; in rt2x00queue_index_inc() local
894 static void rt2x00queue_pause_queue_nocheck(struct data_queue *queue) in rt2x00queue_pause_queue_nocheck()
911 void rt2x00queue_pause_queue(struct data_queue *queue) in rt2x00queue_pause_queue()
922 void rt2x00queue_unpause_queue(struct data_queue *queue) in rt2x00queue_unpause_queue()
[all …]
Drt2x00mmio.c62 struct data_queue *queue = rt2x00dev->rx; in rt2x00mmio_rxdone() local
99 void rt2x00mmio_flush_queue(struct data_queue *queue, bool drop) in rt2x00mmio_flush_queue()
112 struct data_queue *queue) in rt2x00mmio_alloc_queue_dma()
141 struct data_queue *queue) in rt2x00mmio_free_queue_dma()
155 struct data_queue *queue; in rt2x00mmio_initialize() local
191 struct data_queue *queue; in rt2x00mmio_uninitialize() local
Drt2x00usb.c238 struct data_queue *queue; in rt2x00usb_work_txdone() local
416 void rt2x00usb_kick_queue(struct data_queue *queue) in rt2x00usb_kick_queue()
465 void rt2x00usb_flush_queue(struct data_queue *queue, bool drop) in rt2x00usb_flush_queue()
515 static void rt2x00usb_watchdog_tx_dma(struct data_queue *queue) in rt2x00usb_watchdog_tx_dma()
525 static int rt2x00usb_dma_timeout(struct data_queue *queue) in rt2x00usb_dma_timeout()
535 struct data_queue *queue; in rt2x00usb_watchdog() local
568 static void rt2x00usb_assign_endpoint(struct data_queue *queue, in rt2x00usb_assign_endpoint()
593 struct data_queue *queue = rt2x00dev->tx; in rt2x00usb_find_endpoints() local
638 static int rt2x00usb_alloc_entries(struct data_queue *queue) in rt2x00usb_alloc_entries()
671 static void rt2x00usb_free_entries(struct data_queue *queue) in rt2x00usb_free_entries()
[all …]
Drt2800usb.c57 static void rt2800usb_start_queue(struct data_queue *queue) in rt2800usb_start_queue()
80 static void rt2800usb_stop_queue(struct data_queue *queue) in rt2800usb_stop_queue()
109 struct data_queue *queue; in rt2800usb_txstatus_pending() local
137 struct data_queue *queue; in rt2800usb_txstatus_timeout() local
592 struct data_queue *queue; in rt2800usb_txdone() local
631 struct data_queue *queue; in rt2800usb_txdone_nostatus() local
906 static void rt2800usb_queue_init(struct data_queue *queue) in rt2800usb_queue_init()
Drt2x00mac.c31 struct data_queue *queue, in rt2x00mac_tx_rts_cts()
107 struct data_queue *queue = NULL; in rt2x00mac_tx() local
203 struct data_queue *queue = rt2x00dev->bcn; in rt2x00mac_add_interface() local
714 struct data_queue *queue; in rt2x00mac_conf_tx() local
759 struct data_queue *queue; in rt2x00mac_flush() local
840 struct data_queue *queue; in rt2x00mac_get_ringparam() local
855 struct data_queue *queue; in rt2x00mac_tx_frames_pending() local
Drt2800mmio.c252 struct data_queue *queue; in rt2800mmio_txdone() local
556 void rt2800mmio_start_queue(struct data_queue *queue) in rt2800mmio_start_queue()
584 void rt2800mmio_kick_queue(struct data_queue *queue) in rt2800mmio_kick_queue()
609 void rt2800mmio_stop_queue(struct data_queue *queue) in rt2800mmio_stop_queue()
646 void rt2800mmio_queue_init(struct data_queue *queue) in rt2800mmio_queue_init()
Drt2500pci.c294 struct data_queue *queue = rt2x00dev->bcn; in rt2500pci_config_intf() local
724 static void rt2500pci_start_queue(struct data_queue *queue) in rt2500pci_start_queue()
747 static void rt2500pci_kick_queue(struct data_queue *queue) in rt2500pci_kick_queue()
773 static void rt2500pci_stop_queue(struct data_queue *queue) in rt2500pci_stop_queue()
1404 struct data_queue *queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2500pci_txdone() local
2066 static void rt2500pci_queue_init(struct data_queue *queue) in rt2500pci_queue_init()
Drt2400pci.c635 static void rt2400pci_start_queue(struct data_queue *queue) in rt2400pci_start_queue()
658 static void rt2400pci_kick_queue(struct data_queue *queue) in rt2400pci_kick_queue()
684 static void rt2400pci_stop_queue(struct data_queue *queue) in rt2400pci_stop_queue()
1276 struct data_queue *queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2400pci_txdone() local
1666 struct ieee80211_vif *vif, u16 queue, in rt2400pci_conf_tx()
1767 static void rt2400pci_queue_init(struct data_queue *queue) in rt2400pci_queue_init()
Drt2x00queue.h381 struct data_queue *queue; member
596 static inline int rt2x00queue_empty(struct data_queue *queue) in rt2x00queue_empty()
605 static inline int rt2x00queue_full(struct data_queue *queue) in rt2x00queue_full()
614 static inline int rt2x00queue_available(struct data_queue *queue) in rt2x00queue_available()
623 static inline int rt2x00queue_threshold(struct data_queue *queue) in rt2x00queue_threshold()
Drt61pci.c1134 static void rt61pci_start_queue(struct data_queue *queue) in rt61pci_start_queue()
1157 static void rt61pci_kick_queue(struct data_queue *queue) in rt61pci_kick_queue()
1188 static void rt61pci_stop_queue(struct data_queue *queue) in rt61pci_stop_queue()
2155 struct data_queue *queue; in rt61pci_txdone() local
2900 struct data_queue *queue; in rt61pci_conf_tx() local
3026 static void rt61pci_queue_init(struct data_queue *queue) in rt61pci_queue_init()
Drt73usb.c1021 static void rt73usb_start_queue(struct data_queue *queue) in rt73usb_start_queue()
1044 static void rt73usb_stop_queue(struct data_queue *queue) in rt73usb_stop_queue()
2237 struct data_queue *queue; in rt73usb_conf_tx() local
2360 static void rt73usb_queue_init(struct data_queue *queue) in rt73usb_queue_init()
Drt2500usb.c737 static void rt2500usb_start_queue(struct data_queue *queue) in rt2500usb_start_queue()
760 static void rt2500usb_stop_queue(struct data_queue *queue) in rt2500usb_stop_queue()
1870 static void rt2500usb_queue_init(struct data_queue *queue) in rt2500usb_queue_init()
/linux-4.1.27/net/sunrpc/
Dsched.c65 __rpc_disable_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_disable_timer()
77 rpc_set_queue_timer(struct rpc_wait_queue *queue, unsigned long expires) in rpc_set_queue_timer()
87 __rpc_add_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_add_timer()
101 static void rpc_rotate_queue_owner(struct rpc_wait_queue *queue) in rpc_rotate_queue_owner()
113 static void rpc_set_waitqueue_priority(struct rpc_wait_queue *queue, int priority) in rpc_set_waitqueue_priority()
122 static void rpc_set_waitqueue_owner(struct rpc_wait_queue *queue, pid_t pid) in rpc_set_waitqueue_owner()
128 static void rpc_reset_waitqueue_priority(struct rpc_wait_queue *queue) in rpc_reset_waitqueue_priority()
137 static void __rpc_add_wait_queue_priority(struct rpc_wait_queue *queue, in __rpc_add_wait_queue_priority()
167 static void __rpc_add_wait_queue(struct rpc_wait_queue *queue, in __rpc_add_wait_queue()
209 static void __rpc_remove_wait_queue(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_remove_wait_queue()
[all …]
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/
Dqmgr.h78 #define qmgr_request_queue(queue, len, nearly_empty_watermark, \ argument
87 static inline void qmgr_put_entry(unsigned int queue, u32 val) in qmgr_put_entry()
99 static inline u32 qmgr_get_entry(unsigned int queue) in qmgr_get_entry()
113 static inline int __qmgr_get_stat1(unsigned int queue) in __qmgr_get_stat1()
120 static inline int __qmgr_get_stat2(unsigned int queue) in __qmgr_get_stat2()
134 static inline int qmgr_stat_empty(unsigned int queue) in qmgr_stat_empty()
146 static inline int qmgr_stat_below_low_watermark(unsigned int queue) in qmgr_stat_below_low_watermark()
161 static inline int qmgr_stat_above_high_watermark(unsigned int queue) in qmgr_stat_above_high_watermark()
173 static inline int qmgr_stat_full(unsigned int queue) in qmgr_stat_full()
188 static inline int qmgr_stat_underflow(unsigned int queue) in qmgr_stat_underflow()
[all …]
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_marker.c37 void vmw_marker_queue_init(struct vmw_marker_queue *queue) in vmw_marker_queue_init()
45 void vmw_marker_queue_takedown(struct vmw_marker_queue *queue) in vmw_marker_queue_takedown()
56 int vmw_marker_push(struct vmw_marker_queue *queue, in vmw_marker_push()
73 int vmw_marker_pull(struct vmw_marker_queue *queue, in vmw_marker_pull()
107 static u64 vmw_fifo_lag(struct vmw_marker_queue *queue) in vmw_fifo_lag()
120 static bool vmw_lag_lt(struct vmw_marker_queue *queue, in vmw_lag_lt()
129 struct vmw_marker_queue *queue, uint32_t us) in vmw_wait_lag()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dipz_pt_fn.c51 void *ipz_qpageit_get_inc(struct ipz_queue *queue) in ipz_qpageit_get_inc()
66 void *ipz_qeit_eq_get_inc(struct ipz_queue *queue) in ipz_qeit_eq_get_inc()
80 int ipz_queue_abs_to_offset(struct ipz_queue *queue, u64 addr, u64 *q_offset) in ipz_queue_abs_to_offset()
102 static int alloc_queue_pages(struct ipz_queue *queue, const u32 nr_of_pages) in alloc_queue_pages()
127 static int alloc_small_queue_page(struct ipz_queue *queue, struct ehca_pd *pd) in alloc_small_queue_page()
172 static void free_small_queue_page(struct ipz_queue *queue, struct ehca_pd *pd) in free_small_queue_page()
204 int ipz_queue_ctor(struct ehca_pd *pd, struct ipz_queue *queue, in ipz_queue_ctor()
256 int ipz_queue_dtor(struct ehca_pd *pd, struct ipz_queue *queue) in ipz_queue_dtor()
Dipz_pt_fn.h93 static inline void *ipz_qeit_calc(struct ipz_queue *queue, u64 q_offset) in ipz_qeit_calc()
106 static inline void *ipz_qeit_get(struct ipz_queue *queue) in ipz_qeit_get()
126 static inline void *ipz_qeit_get_inc(struct ipz_queue *queue) in ipz_qeit_get_inc()
142 static inline int ipz_qeit_is_valid(struct ipz_queue *queue) in ipz_qeit_is_valid()
155 static inline void *ipz_qeit_get_inc_valid(struct ipz_queue *queue) in ipz_qeit_get_inc_valid()
164 static inline void *ipz_qeit_reset(struct ipz_queue *queue) in ipz_qeit_reset()
178 static inline u64 ipz_queue_advance_offset(struct ipz_queue *queue, u64 offset) in ipz_queue_advance_offset()
258 static inline void *ipz_eqit_eq_get_inc_valid(struct ipz_queue *queue) in ipz_eqit_eq_get_inc_valid()
268 static inline void *ipz_eqit_eq_peek_valid(struct ipz_queue *queue) in ipz_eqit_eq_peek_valid()
Dehca_uverbs.c135 static int ehca_mmap_queue(struct vm_area_struct *vma, struct ipz_queue *queue, in ehca_mmap_queue()
Dehca_qp.c266 struct ipz_queue *queue) in queue2resp()
282 struct ipz_queue *queue, in init_qp_queue()
373 static void ehca_determine_small_queue(struct ehca_alloc_queue_parms *queue, in ehca_determine_small_queue()
/linux-4.1.27/drivers/misc/genwqe/
Dcard_ddcb.c91 static int queue_empty(struct ddcb_queue *queue) in queue_empty()
96 static int queue_enqueued_ddcbs(struct ddcb_queue *queue) in queue_enqueued_ddcbs()
104 static int queue_free_ddcbs(struct ddcb_queue *queue) in queue_free_ddcbs()
172 static void print_ddcb_info(struct genwqe_dev *cd, struct ddcb_queue *queue) in print_ddcb_info()
274 static int enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_queue *queue, in enqueue_ddcb()
339 struct ddcb_queue *queue = req->queue; in copy_ddcb_results() local
372 struct ddcb_queue *queue) in genwqe_check_ddcb_queue()
487 struct ddcb_queue *queue; in __genwqe_wait_ddcb() local
512 struct ddcb_queue *queue = req->queue; in __genwqe_wait_ddcb() local
572 struct ddcb_queue *queue, in get_next_ddcb()
[all …]
Dcard_debugfs.c236 struct ddcb_queue *queue; in genwqe_ddcb_info_show() local
/linux-4.1.27/drivers/net/wireless/cw1200/
Dqueue.c29 static inline void __cw1200_queue_lock(struct cw1200_queue *queue) in __cw1200_queue_lock()
39 static inline void __cw1200_queue_unlock(struct cw1200_queue *queue) in __cw1200_queue_unlock()
92 static void __cw1200_queue_gc(struct cw1200_queue *queue, in __cw1200_queue_gc()
136 struct cw1200_queue *queue = in cw1200_queue_gc() local
165 int cw1200_queue_init(struct cw1200_queue *queue, in cw1200_queue_init()
203 int cw1200_queue_clear(struct cw1200_queue *queue) in cw1200_queue_clear()
245 void cw1200_queue_deinit(struct cw1200_queue *queue) in cw1200_queue_deinit()
257 size_t cw1200_queue_get_num_queued(struct cw1200_queue *queue, in cw1200_queue_get_num_queued()
281 int cw1200_queue_put(struct cw1200_queue *queue, in cw1200_queue_put()
333 int cw1200_queue_get(struct cw1200_queue *queue, in cw1200_queue_get()
[all …]
Dscan.c358 struct cw1200_queue *queue = &priv->tx_queue[queue_id]; in cw1200_probe_work() local
Dqueue.h36 struct list_head queue; member
/linux-4.1.27/drivers/scsi/arm/
Dqueue.c58 int queue_initialise (Queue_t *queue) in queue_initialise()
90 void queue_free (Queue_t *queue) in queue_free()
106 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) in __queue_add()
137 static struct scsi_cmnd *__queue_remove(Queue_t *queue, struct list_head *ent) in __queue_remove()
161 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) in queue_remove_exclude()
187 struct scsi_cmnd *queue_remove(Queue_t *queue) in queue_remove()
209 struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target, int lun, in queue_remove_tgtluntag()
237 void queue_remove_all_target(Queue_t *queue, int target) in queue_remove_all_target()
260 int queue_probetgtlun (Queue_t *queue, int target, int lun) in queue_probetgtlun()
286 int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt) in queue_remove_cmd()
Dqueue.h52 #define queue_add_cmd_ordered(queue,SCpnt) \ argument
54 #define queue_add_cmd_tail(queue,SCpnt) \ argument
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Dqcu.c63 ath5k_hw_num_tx_pending(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_num_tx_pending()
94 ath5k_hw_release_tx_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_release_tx_queue()
138 ath5k_hw_get_tx_queueprops(struct ath5k_hw *ah, int queue, in ath5k_hw_get_tx_queueprops()
154 ath5k_hw_set_tx_queueprops(struct ath5k_hw *ah, int queue, in ath5k_hw_set_tx_queueprops()
206 unsigned int queue; in ath5k_hw_setup_tx_queue() local
282 unsigned int queue) in ath5k_hw_set_tx_retry_limits()
324 ath5k_hw_reset_tx_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_reset_tx_queue()
Ddma.c130 ath5k_hw_start_tx_dma(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_start_tx_dma()
188 ath5k_hw_stop_tx_dma(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_stop_tx_dma()
328 ath5k_hw_stop_beacon_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_stop_beacon_queue()
353 ath5k_hw_get_txdp(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_get_txdp()
396 ath5k_hw_set_txdp(struct ath5k_hw *ah, unsigned int queue, u32 phys_addr) in ath5k_hw_set_txdp()
/linux-4.1.27/net/core/
Drequest_sock.c40 int reqsk_queue_alloc(struct request_sock_queue *queue, in reqsk_queue_alloc()
73 void __reqsk_queue_destroy(struct request_sock_queue *queue) in __reqsk_queue_destroy()
80 struct request_sock_queue *queue) in reqsk_queue_yank_listen_sk()
92 void reqsk_queue_destroy(struct request_sock_queue *queue) in reqsk_queue_destroy()
Dnet-sysfs.c618 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_show() local
630 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_store() local
644 static ssize_t show_rps_map(struct netdev_rx_queue *queue, in show_rps_map()
667 static ssize_t store_rps_map(struct netdev_rx_queue *queue, in store_rps_map()
723 static ssize_t show_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in show_rps_dev_flow_table_cnt()
746 static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in store_rps_dev_flow_table_cnt()
824 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_release() local
849 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_namespace() local
868 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject() local
946 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_show() local
[all …]
/linux-4.1.27/net/sctp/
Dinqueue.c47 void sctp_inq_init(struct sctp_inq *queue) in sctp_inq_init()
57 void sctp_inq_free(struct sctp_inq *queue) in sctp_inq_free()
99 struct sctp_chunkhdr *sctp_inq_peek(struct sctp_inq *queue) in sctp_inq_peek()
122 struct sctp_chunk *sctp_inq_pop(struct sctp_inq *queue) in sctp_inq_pop()
Dulpqueue.c196 struct sk_buff_head *queue, *skb_list; in sctp_ulpq_tail_event() local
328 struct sk_buff_head *queue, struct sk_buff *f_frag, in sctp_make_reassembled_event()
/linux-4.1.27/drivers/net/
Dxen-netfront.c203 static struct sk_buff *xennet_get_rx_skb(struct netfront_queue *queue, in xennet_get_rx_skb()
212 static grant_ref_t xennet_get_rx_ref(struct netfront_queue *queue, in xennet_get_rx_ref()
233 struct netfront_queue *queue = (struct netfront_queue *)data; in rx_refill_timeout() local
237 static int netfront_tx_slot_available(struct netfront_queue *queue) in netfront_tx_slot_available()
243 static void xennet_maybe_wake_tx(struct netfront_queue *queue) in xennet_maybe_wake_tx()
255 static struct sk_buff *xennet_alloc_one_rx_buffer(struct netfront_queue *queue) in xennet_alloc_one_rx_buffer()
281 static void xennet_alloc_rx_buffers(struct netfront_queue *queue) in xennet_alloc_rx_buffers()
343 struct netfront_queue *queue = NULL; in xennet_open() local
364 static void xennet_tx_buf_gc(struct netfront_queue *queue) in xennet_tx_buf_gc()
420 struct netfront_queue *queue, struct sk_buff *skb, in xennet_make_one_txreq()
[all …]
Deql.c223 static void eql_kill_one_slave(slave_queue_t *queue, slave_t *slave) in eql_kill_one_slave()
232 static void eql_kill_slave_queue(slave_queue_t *queue) in eql_kill_slave_queue()
298 static slave_t *__eql_schedule_slaves(slave_queue_t *queue) in __eql_schedule_slaves()
364 static slave_t *__eql_find_slave_dev(slave_queue_t *queue, struct net_device *dev) in __eql_find_slave_dev()
379 static inline int eql_is_full(slave_queue_t *queue) in eql_is_full()
389 static int __eql_insert_slave(slave_queue_t *queue, slave_t *slave) in __eql_insert_slave()
/linux-4.1.27/include/net/
Drequest_sock.h202 reqsk_queue_yank_acceptq(struct request_sock_queue *queue) in reqsk_queue_yank_acceptq()
210 static inline int reqsk_queue_empty(struct request_sock_queue *queue) in reqsk_queue_empty()
215 static inline void reqsk_queue_add(struct request_sock_queue *queue, in reqsk_queue_add()
232 static inline struct request_sock *reqsk_queue_remove(struct request_sock_queue *queue) in reqsk_queue_remove()
245 static inline void reqsk_queue_removed(struct request_sock_queue *queue, in reqsk_queue_removed()
255 static inline void reqsk_queue_added(struct request_sock_queue *queue) in reqsk_queue_added()
273 static inline int reqsk_queue_len(const struct request_sock_queue *queue) in reqsk_queue_len()
280 static inline int reqsk_queue_len_young(const struct request_sock_queue *queue) in reqsk_queue_len_young()
285 static inline int reqsk_queue_is_full(const struct request_sock_queue *queue) in reqsk_queue_is_full()
/linux-4.1.27/arch/arm/mach-ixp4xx/
Dixp4xx_qmgr.c28 void qmgr_set_irq(unsigned int queue, int src, in qmgr_set_irq()
115 void qmgr_enable_irq(unsigned int queue) in qmgr_enable_irq()
127 void qmgr_disable_irq(unsigned int queue) in qmgr_disable_irq()
149 int qmgr_request_queue(unsigned int queue, unsigned int len /* dwords */, in qmgr_request_queue()
239 void qmgr_release_queue(unsigned int queue) in qmgr_release_queue()
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h210 static inline void *hw_qeit_calc(struct hw_queue *queue, u64 q_offset) in hw_qeit_calc()
220 static inline void *hw_qeit_get(struct hw_queue *queue) in hw_qeit_get()
225 static inline void hw_qeit_inc(struct hw_queue *queue) in hw_qeit_inc()
235 static inline void *hw_qeit_get_inc(struct hw_queue *queue) in hw_qeit_get_inc()
242 static inline void *hw_qeit_get_inc_valid(struct hw_queue *queue) in hw_qeit_get_inc_valid()
259 static inline void *hw_qeit_get_valid(struct hw_queue *queue) in hw_qeit_get_valid()
275 static inline void *hw_qeit_reset(struct hw_queue *queue) in hw_qeit_reset()
281 static inline void *hw_qeit_eq_get_inc(struct hw_queue *queue) in hw_qeit_eq_get_inc()
295 static inline void *hw_eqit_eq_get_inc_valid(struct hw_queue *queue) in hw_eqit_eq_get_inc_valid()
309 struct hw_queue *queue; in ehea_get_next_rwqe() local
[all …]
Dehea_qmr.c39 static void *hw_qpageit_get_inc(struct hw_queue *queue) in hw_qpageit_get_inc()
54 static int hw_queue_ctor(struct hw_queue *queue, const u32 nr_of_pages, in hw_queue_ctor()
104 static void hw_queue_dtor(struct hw_queue *queue) in hw_queue_dtor()
/linux-4.1.27/drivers/staging/unisys/visorchannel/
Dvisorchannel_funcs.c309 #define SIG_WRITE_FIELD(channel, queue, sig_hdr, FIELD) \ argument
317 sig_read_header(struct visorchannel *channel, u32 queue, in sig_read_header()
339 sig_do_data(struct visorchannel *channel, u32 queue, in sig_do_data()
364 sig_read_data(struct visorchannel *channel, u32 queue, in sig_read_data()
371 sig_write_data(struct visorchannel *channel, u32 queue, in sig_write_data()
398 signalremove_inner(struct visorchannel *channel, u32 queue, void *msg) in signalremove_inner()
425 visorchannel_signalremove(struct visorchannel *channel, u32 queue, void *msg) in visorchannel_signalremove()
442 signalinsert_inner(struct visorchannel *channel, u32 queue, void *msg) in signalinsert_inner()
481 visorchannel_signalinsert(struct visorchannel *channel, u32 queue, void *msg) in visorchannel_signalinsert()
498 visorchannel_signalqueue_slots_avail(struct visorchannel *channel, u32 queue) in visorchannel_signalqueue_slots_avail()
[all …]
/linux-4.1.27/drivers/net/fddi/skfp/
Dhwmtm.c358 struct s_smt_tx_queue *queue ; in init_txd_ring() local
395 struct s_smt_rx_queue *queue ; in init_rxd_ring() local
586 static u_long repair_txd_ring(struct s_smc *smc, struct s_smt_tx_queue *queue) in repair_txd_ring()
638 static u_long repair_rxd_ring(struct s_smc *smc, struct s_smt_rx_queue *queue) in repair_rxd_ring()
1047 struct s_smt_rx_queue *queue ; /* points to the queue ctl struct */ in process_receive() local
1467 struct s_smt_rx_queue *queue ; in mac_drv_clear_rx_queue() local
1632 struct s_smt_tx_queue *queue ; in hwm_tx_frag() local
1816 struct s_smt_tx_queue *queue ; in smt_send_mbuf() local
1943 struct s_smt_tx_queue *queue ; in mac_drv_clear_txd() local
2034 struct s_smt_tx_queue *queue ; in mac_drv_clear_tx_queue() local
Dfplustm.c278 struct s_smt_rx_queue *queue ; in init_rx() local
308 struct s_smt_tx_queue *queue ; in init_tx() local
/linux-4.1.27/drivers/soc/ti/
Dknav_qmss_acc.c45 int range_base, queue; in __knav_acc_notify() local
104 int range_base, channel, queue = 0; in knav_acc_int_handler() local
213 int queue, bool enabled) in knav_range_setup_acc_irq()
316 int queue) in knav_acc_setup_cmd()
349 int queue) in knav_acc_stop()
367 int queue) in knav_acc_start()
390 int queue; in knav_acc_init_range() local
/linux-4.1.27/crypto/
Dcryptd.c37 struct crypto_queue queue; member
47 struct cryptd_queue *queue; member
52 struct cryptd_queue *queue; member
57 struct cryptd_queue *queue; member
87 static int cryptd_init_queue(struct cryptd_queue *queue, in cryptd_init_queue()
104 static void cryptd_fini_queue(struct cryptd_queue *queue) in cryptd_fini_queue()
116 static int cryptd_enqueue_request(struct cryptd_queue *queue, in cryptd_enqueue_request()
254 struct cryptd_queue *queue; in cryptd_blkcipher_enqueue() local
333 struct cryptd_queue *queue) in cryptd_create_blkcipher()
441 struct cryptd_queue *queue = in cryptd_hash_enqueue() local
[all …]
Dmcryptd.c45 struct mcryptd_queue *queue; member
68 static int mcryptd_init_queue(struct mcryptd_queue *queue, in mcryptd_init_queue()
87 static void mcryptd_fini_queue(struct mcryptd_queue *queue) in mcryptd_fini_queue()
99 static int mcryptd_enqueue_request(struct mcryptd_queue *queue, in mcryptd_enqueue_request()
324 struct mcryptd_queue *queue = in mcryptd_hash_enqueue() local
491 struct mcryptd_queue *queue) in mcryptd_create_hash()
Dalgapi.c851 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen) in crypto_init_queue()
860 int crypto_enqueue_request(struct crypto_queue *queue, in crypto_enqueue_request()
881 void *__crypto_dequeue_request(struct crypto_queue *queue, unsigned int offset) in __crypto_dequeue_request()
901 struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue) in crypto_dequeue_request()
907 int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm) in crypto_tfm_in_queue()
Dchainiv.c42 struct crypto_queue queue; member
/linux-4.1.27/drivers/staging/unisys/uislib/
Duisqueue.c53 unsigned char spar_signal_insert(struct channel_header __iomem *ch, u32 queue, in spar_signal_insert()
112 spar_signal_remove(struct channel_header __iomem *ch, u32 queue, void *sig) in spar_signal_remove()
166 unsigned int spar_signal_remove_all(struct channel_header *ch, u32 queue, in spar_signal_remove_all()
218 u32 queue) in spar_signalqueue_empty()
/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_core.c188 __enqueue_entry(struct nfqnl_instance *queue, struct nf_queue_entry *entry) in __enqueue_entry()
195 __dequeue_entry(struct nfqnl_instance *queue, struct nf_queue_entry *entry) in __dequeue_entry()
202 find_dequeue_entry(struct nfqnl_instance *queue, unsigned int id) in find_dequeue_entry()
224 nfqnl_flush(struct nfqnl_instance *queue, nfqnl_cmpfn cmpfn, unsigned long data) in nfqnl_flush()
282 nfqnl_build_packet_message(struct net *net, struct nfqnl_instance *queue, in nfqnl_build_packet_message()
517 __nfqnl_enqueue_packet(struct net *net, struct nfqnl_instance *queue, in __nfqnl_enqueue_packet()
608 __nfqnl_enqueue_packet_gso(struct net *net, struct nfqnl_instance *queue, in __nfqnl_enqueue_packet_gso()
641 struct nfqnl_instance *queue; in nfqnl_enqueue_packet() local
735 nfqnl_set_mode(struct nfqnl_instance *queue, in nfqnl_set_mode()
895 struct nfqnl_instance *queue; in verdict_instance_lookup() local
[all …]
Dxt_NFQUEUE.c42 u32 queue = info->queuenum; in nfqueue_tg_v1() local
91 u32 queue = info->queuenum; in nfqueue_tg_v3() local
Dnft_queue.c35 u32 queue = priv->queuenum; in nft_queue_eval() local
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_priv.h335 struct queue { struct
340 struct queue_properties properties; argument
344 uint32_t queue; argument
358 KFD_MQD_TYPE_CP, /* for cp queues and diq */ argument
Dkfd_kernel_queue.h74 struct queue *queue; member
/linux-4.1.27/drivers/staging/rtl8723au/include/
Dosdep_service.h51 struct list_head queue; member
55 static inline struct list_head *get_list_head(struct rtw_queue *queue) in get_list_head()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c331 int cl_queue_match(const struct list_head *queue, in cl_queue_match()
344 static int cl_queue_merge(const struct list_head *queue, in cl_queue_merge()
742 struct cl_2queue *queue; in cl_io_read_page() local
870 enum cl_req_type crt, struct cl_2queue *queue) in cl_io_submit_rw()
898 enum cl_req_type iot, struct cl_2queue *queue, in cl_io_submit_sync()
940 struct cl_page_list *queue) in cl_io_cancel()
1261 void cl_2queue_init(struct cl_2queue *queue) in cl_2queue_init()
1271 void cl_2queue_add(struct cl_2queue *queue, struct cl_page *page) in cl_2queue_add()
1281 struct cl_io *io, struct cl_2queue *queue) in cl_2queue_disown()
1292 struct cl_io *io, struct cl_2queue *queue) in cl_2queue_discard()
[all …]
/linux-4.1.27/net/irda/
Dirqueue.c233 static void enqueue_first(irda_queue_t **queue, irda_queue_t* element) in enqueue_first()
264 static irda_queue_t *dequeue_first(irda_queue_t **queue) in dequeue_first()
305 static irda_queue_t *dequeue_general(irda_queue_t **queue, irda_queue_t* element) in dequeue_general()
391 irda_queue_t* queue; in hashbin_delete() local
Dirlmp_frame.c422 hashbin_t *queue) in irlmp_find_lsap()
/linux-4.1.27/include/crypto/internal/
Dskcipher.h76 struct crypto_queue *queue, struct skcipher_givcrypt_request *request) in skcipher_enqueue_givcrypt()
82 struct crypto_queue *queue) in skcipher_dequeue_givcrypt()
Dhash.h182 static inline int ahash_enqueue_request(struct crypto_queue *queue, in ahash_enqueue_request()
189 struct crypto_queue *queue) in ahash_dequeue_request()
194 static inline int ahash_tfm_in_queue(struct crypto_queue *queue, in ahash_tfm_in_queue()
/linux-4.1.27/drivers/net/ethernet/cadence/
Dmacb.c69 static struct macb_dma_desc *macb_tx_desc(struct macb_queue *queue, in macb_tx_desc()
75 static struct macb_tx_skb *macb_tx_skb(struct macb_queue *queue, in macb_tx_skb()
81 static dma_addr_t macb_tx_dma(struct macb_queue *queue, unsigned int index) in macb_tx_dma()
500 struct macb_queue *queue = container_of(work, struct macb_queue, in macb_tx_error_task() local
604 static void macb_tx_interrupt(struct macb_queue *queue) in macb_tx_interrupt()
984 struct macb_queue *queue = dev_id; in macb_interrupt() local
1097 struct macb_queue *queue; in macb_poll_controller() local
1115 struct macb_queue *queue, in macb_tx_map()
1247 struct macb_queue *queue = &bp->queues[queue_index]; in macb_start_xmit() local
1364 struct macb_queue *queue; in macb_free_consistent() local
[all …]
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-pko.h152 uint64_t queue:9; member
326 static inline void cvmx_pko_doorbell(uint64_t port, uint64_t queue, in cvmx_pko_doorbell()
378 static inline void cvmx_pko_send_packet_prepare(uint64_t port, uint64_t queue, in cvmx_pko_send_packet_prepare()
421 uint64_t queue, in cvmx_pko_send_packet_finish()
464 uint64_t queue, in cvmx_pko_send_packet_finish3()
Dcvmx-cmd-queue.h100 #define CVMX_CMD_QUEUE_PKO(queue) \ argument
108 #define CVMX_CMD_QUEUE_DMA(queue) \ argument
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dxmit_linux.c63 u16 queue; in rtw_os_pkt_complete23a() local
105 u16 queue; in rtw_check_xmit_resource() local
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dtx.c49 unsigned int queue) in __carl9170_get_queue()
78 int queue, i; in carl9170_tx_accounting() local
158 int queue; in carl9170_tx_accounting_free() local
455 int queue = skb_get_queue_mapping(skb); in carl9170_tx_bar_status() local
514 struct sk_buff_head *queue) in carl9170_get_queued_skb()
1131 u16 seq, queue, tmpssn; in carl9170_tx_ampdu() local
1240 struct sk_buff_head *queue) in carl9170_tx_pick_skb()
1324 unsigned int queue = skb_get_queue_mapping(skb); in carl9170_bar_check() local
1510 unsigned int queue = skb_get_queue_mapping(skb); in carl9170_op_tx() local
/linux-4.1.27/arch/mips/cavium-octeon/executive/
Dcvmx-helper-util.c182 int cvmx_helper_setup_red_queue(int queue, int pass_thresh, int drop_thresh) in cvmx_helper_setup_red_queue()
222 int queue; in cvmx_helper_setup_red() local
Dcvmx-pko.c162 int queue; in cvmx_pko_shutdown() local
209 uint64_t queue; in cvmx_pko_config_port() local
Dcvmx-helper-rgmii.c332 int queue = cvmx_pko_get_base_queue(ipd_port) + i; in __cvmx_helper_rgmii_link_set() local
444 int queue = cvmx_pko_get_base_queue(ipd_port) + i; in __cvmx_helper_rgmii_link_set() local
/linux-4.1.27/drivers/staging/i2o/
Di2o_block.h89 struct list_head queue; member
100 struct request_queue *queue; member
Di2o_block.c963 struct request_queue *queue; in i2o_block_device_alloc() local
1030 struct request_queue *queue; in i2o_block_probe() local
/linux-4.1.27/net/ipv4/
Dinet_connection_sock.c297 struct request_sock_queue *queue = &icsk->icsk_accept_queue; in inet_csk_accept() local
568 static bool reqsk_queue_unlink(struct request_sock_queue *queue, in reqsk_queue_unlink()
607 struct request_sock_queue *queue = &icsk->icsk_accept_queue; in reqsk_timer_handler() local
670 void reqsk_queue_hash_req(struct request_sock_queue *queue, in reqsk_queue_hash_req()
827 struct request_sock_queue *queue = &icsk->icsk_accept_queue; in inet_csk_listen_stop() local
Dip_output.c787 struct sk_buff_head *queue, in ip_ufo_append_data()
840 struct sk_buff_head *queue, in __ip_append_data()
1326 struct sk_buff_head *queue, in __ip_make_skb()
1447 struct sk_buff_head *queue, in __ip_flush_pending_frames()
1472 struct sk_buff_head queue; in ip_make_skb() local
Dtcp_fastopen.c133 struct request_sock_queue *queue = &inet_csk(sk)->icsk_accept_queue; in tcp_fastopen_create_child() local
Dtcp_yeah.c131 u32 rtt, queue; in tcp_yeah_cong_avoid() local
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilepro.c172 struct tile_netio_queue queue; member
342 struct tile_netio_queue *queue = &info->queue; in tile_net_return_credit() local
361 struct tile_netio_queue *queue = &info->queue; in tile_net_provide_linux_buffer() local
627 struct tile_netio_queue *queue = &info->queue; in tile_net_discard_aux() local
664 struct tile_netio_queue *queue = &info->queue; in tile_net_discard_packets() local
683 struct tile_netio_queue *queue = &info->queue; in tile_net_poll_aux() local
828 struct tile_netio_queue *queue = &info->queue; in tile_net_poll() local
981 struct tile_netio_queue *queue; in tile_net_register() local
1104 struct tile_netio_queue *queue = &info->queue; in tile_net_deregister() local
1243 struct tile_netio_queue *queue; in tile_net_open_inner() local
/linux-4.1.27/include/net/irda/
Dirlmp.h80 irda_queue_t queue; /* Must be first */ member
86 irda_queue_t queue; /* Must be first */ member
99 irda_queue_t queue; /* Must be first */ member
140 irda_queue_t queue; /* Must be first */ member
Dircomm_core.h55 irda_queue_t queue; member
Dircomm_tty.h57 irda_queue_t queue; /* Must be first */ member
/linux-4.1.27/include/uapi/sound/
Dasequencer.h251 unsigned char queue; /* affected queue */ member
277 unsigned char queue; /* schedule queue */ member
290 struct snd_seq_ev_queue_control queue; member
394 unsigned char queue; /* Queue for REMOVE_DEST */ member
473 int queue; /* queue id */ member
489 int queue; /* queue id */ member
501 int queue; /* sequencer queue */ member
517 int queue; /* sequencer queue */ member
530 int queue; /* sequencer queue */ member
548 unsigned char queue; /* input time-stamp queue (optional) */ member
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dxmit_linux.c108 u16 queue; in rtw_os_pkt_complete() local
151 u16 queue; in rtw_check_xmit_resource() local
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvneta.c745 int queue; in mvneta_port_up() local
867 static void mvneta_set_ucast_table(struct mvneta_port *pp, int queue) in mvneta_set_ucast_table()
884 static void mvneta_set_special_mcast_table(struct mvneta_port *pp, int queue) in mvneta_set_special_mcast_table()
902 static void mvneta_set_other_mcast_table(struct mvneta_port *pp, int queue) in mvneta_set_other_mcast_table()
932 int queue; in mvneta_defaults_set() local
1040 int queue; in mvneta_txq_max_tx_size_set() local
1077 int queue) in mvneta_set_ucast_addr()
1107 int queue) in mvneta_mac_addr_set()
1309 int queue = fls(cause) - 1; in mvneta_tx_done_policy() local
1435 int queue = fls(cause >> 8) - 1; in mvneta_rx_policy() local
[all …]
Dmvpp2.c3920 int tx_port_num, val, queue, ptxq, lrxq; in mvpp2_defaults_set() local
3981 int lrxq, queue; in mvpp2_ingress_enable() local
3994 int lrxq, queue; in mvpp2_ingress_disable() local
4010 int queue; in mvpp2_egress_enable() local
4300 int queue; in mvpp2_txq_sent_counter_clear() local
4389 int queue; in mvpp2_tx_done_pkts_coal_set() local
4428 int queue = fls(cause) - 1; in mvpp2_get_rx_queue() local
4436 int queue = fls(cause >> 16) - 1; in mvpp2_get_tx_queue() local
4748 int queue; in mvpp2_cleanup_txqs() local
4772 int queue; in mvpp2_cleanup_rxqs() local
[all …]
/linux-4.1.27/arch/m68k/emu/
Dnfblock.c58 struct request_queue *queue; member
62 static void nfhd_make_request(struct request_queue *queue, struct bio *bio) in nfhd_make_request()
/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_video.h98 struct list_head queue; member
111 void (*queue)(struct vsp1_video *video, struct vsp1_video_buffer *buf); member
131 struct vb2_queue queue; member
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dtx.c1211 u8 queue, enum wlcore_queue_stop_reason reason) in wlcore_stop_queue_locked()
1225 void wlcore_stop_queue(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, in wlcore_stop_queue()
1235 void wlcore_wake_queue(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue, in wlcore_wake_queue()
1298 struct wl12xx_vif *wlvif, u8 queue, in wlcore_is_queue_stopped_by_reason()
1313 struct wl12xx_vif *wlvif, u8 queue, in wlcore_is_queue_stopped_by_reason_locked()
1323 u8 queue) in wlcore_is_queue_stopped_locked()
Dtx.h198 static inline int wl1271_tx_get_queue(int queue) in wl1271_tx_get_queue()
215 int wlcore_tx_get_mac80211_queue(struct wl12xx_vif *wlvif, int queue) in wlcore_tx_get_mac80211_queue()
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_init.c380 delete_seq_queue(int queue) in delete_seq_queue()
420 int queue; in snd_seq_oss_release() local
Dseq_oss_device.h87 int queue; /* sequencer queue number */ member
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_lan_hmc.c1069 u16 queue) in i40e_clear_lan_tx_queue_context()
1089 u16 queue, in i40e_set_lan_tx_queue_context()
1110 u16 queue) in i40e_clear_lan_rx_queue_context()
1130 u16 queue, in i40e_set_lan_rx_queue_context()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-op-mode.h199 int queue) in iwl_op_mode_queue_full()
205 int queue) in iwl_op_mode_queue_not_full()
Diwl-trans.h823 struct iwl_device_cmd *dev_cmd, int queue) in iwl_trans_tx()
834 static inline void iwl_trans_reclaim(struct iwl_trans *trans, int queue, in iwl_trans_reclaim()
843 static inline void iwl_trans_txq_disable(struct iwl_trans *trans, int queue, in iwl_trans_txq_disable()
850 iwl_trans_txq_enable_cfg(struct iwl_trans *trans, int queue, u16 ssn, in iwl_trans_txq_enable_cfg()
862 static inline void iwl_trans_txq_enable(struct iwl_trans *trans, int queue, in iwl_trans_txq_enable()
879 void iwl_trans_ac_txq_enable(struct iwl_trans *trans, int queue, int fifo, in iwl_trans_ac_txq_enable()
/linux-4.1.27/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c273 struct vmci_queue *queue = q; in qp_free_queue() local
297 struct vmci_queue *queue; in qp_alloc_queue() local
351 static int __qp_memcpy_to_queue(struct vmci_queue *queue, in __qp_memcpy_to_queue()
412 const struct vmci_queue *queue, in __qp_memcpy_from_queue()
569 static int qp_memcpy_to_queue(struct vmci_queue *queue, in qp_memcpy_to_queue()
579 const struct vmci_queue *queue, in qp_memcpy_from_queue()
589 static int qp_memcpy_to_queue_iov(struct vmci_queue *queue, in qp_memcpy_to_queue_iov()
607 const struct vmci_queue *queue, in qp_memcpy_from_queue_iov()
625 struct vmci_queue *queue; in qp_host_alloc_queue() local
657 static void qp_host_free_queue(struct vmci_queue *queue, u64 queue_size) in qp_host_free_queue()
[all …]
/linux-4.1.27/sound/core/seq/
Dseq_queue.c449 struct snd_seq_queue *queue; in snd_seq_queue_timer_open() local
469 struct snd_seq_queue *queue; in snd_seq_queue_timer_close() local
512 struct snd_seq_queue *queue; in snd_seq_queue_use() local
Dseq_queue.h34 int queue; /* queue number */ member
Dseq_clientmgr.c569 int queue, int real_time) in update_timestamp_of_queue()
1666 struct snd_seq_queue *queue; in snd_seq_ioctl_get_queue_status() local
1700 struct snd_seq_queue *queue; in snd_seq_ioctl_get_queue_tempo() local
1755 struct snd_seq_queue *queue; in snd_seq_ioctl_get_queue_timer() local
/linux-4.1.27/drivers/staging/media/omap4iss/
Diss_video.h143 int (*queue)(struct iss_video *video, struct iss_buffer *buffer); member
169 struct vb2_queue *queue; member
183 struct vb2_queue queue; member
/linux-4.1.27/include/linux/
Dbsg.h12 struct request_queue *queue; member
Dif_eql.h43 slave_queue_t queue; member
Dpps_kernel.h69 wait_queue_head_t queue; /* PPS event queue */ member
/linux-4.1.27/include/crypto/
Dmcryptd.h28 struct crypto_queue queue; member
38 struct mcryptd_queue *queue; member
Dalgapi.h337 struct crypto_queue *queue) in crypto_get_backlog()
343 static inline int ablkcipher_enqueue_request(struct crypto_queue *queue, in ablkcipher_enqueue_request()
350 struct crypto_queue *queue) in ablkcipher_dequeue_request()
360 static inline int ablkcipher_tfm_in_queue(struct crypto_queue *queue, in ablkcipher_tfm_in_queue()
/linux-4.1.27/drivers/usb/gadget/udc/
Ds3c2410_udc.h18 struct list_head queue; member
56 struct list_head queue; /* ep's requests */ member
Dpxa25x_udc.h44 struct list_head queue; member
66 struct list_head queue; member
Dat91_udc.h96 struct list_head queue; member
152 struct list_head queue; member
Dr8a66597-udc.h55 struct list_head queue; member
63 struct list_head queue; member
Domap_udc.h133 struct list_head queue; member
140 struct list_head queue; member
Dgr_udc.h156 struct list_head queue; member
167 struct list_head queue; member
Dnet2280.h104 struct list_head queue; member
146 struct list_head queue; member
Dfotg210.h216 struct list_head queue; member
223 struct list_head queue; member
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dosdep_service.h61 struct list_head queue; member
65 static inline struct list_head *get_list_head(struct __queue *queue) in get_list_head()
/linux-4.1.27/include/drm/ttm/
Dttm_lock.h71 wait_queue_head_t queue; member
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmrecovery.c1100 struct list_head *iter, *queue = &res->granted; in dlm_num_locks_in_lockres() local
1192 int queue) in dlm_prepare_lvb_for_migration()
1227 struct dlm_migratable_lockres *mres, int queue) in dlm_add_lock_to_array()
1283 struct list_head *queue; in dlm_send_one_lockres() local
1783 struct list_head *queue, *iter; in dlm_process_recovery_data() local
2043 struct list_head *queue; in dlm_move_lockres_to_recovery_list() local
2200 struct list_head *queue; in dlm_revalidate_lvb() local
Ddlmunlock.c403 struct list_head *queue; in dlm_unlock_lock_handler() local
/linux-4.1.27/block/
Dblk-mq-cpumap.c36 unsigned int i, nr_cpus, nr_uniq_cpus, queue, first_sibling; in blk_mq_update_queue_map() local
Dnoop-iosched.c12 struct list_head queue; member
Dblk-mq.h24 struct request_queue *queue; member
/linux-4.1.27/net/mac80211/
Dagg-tx.c166 int queue = sdata->vif.hw_queue[ieee80211_ac_from_tid(tid)]; in __acquires() local
181 int queue = sdata->vif.hw_queue[ieee80211_ac_from_tid(tid)]; in __releases() local
237 int queue = sdata->vif.hw_queue[ieee80211_ac_from_tid(tid)]; in __acquires() local
Dutil.c290 void ieee80211_propagate_queue_wake(struct ieee80211_local *local, int queue) in ieee80211_propagate_queue_wake()
325 static void __ieee80211_wake_queue(struct ieee80211_hw *hw, int queue, in __ieee80211_wake_queue()
359 void ieee80211_wake_queue_by_reason(struct ieee80211_hw *hw, int queue, in ieee80211_wake_queue_by_reason()
371 void ieee80211_wake_queue(struct ieee80211_hw *hw, int queue) in ieee80211_wake_queue()
379 static void __ieee80211_stop_queue(struct ieee80211_hw *hw, int queue, in __ieee80211_stop_queue()
419 void ieee80211_stop_queue_by_reason(struct ieee80211_hw *hw, int queue, in ieee80211_stop_queue_by_reason()
431 void ieee80211_stop_queue(struct ieee80211_hw *hw, int queue) in ieee80211_stop_queue()
445 int queue = info->hw_queue; in ieee80211_add_pending_skb() local
467 int queue, i; in ieee80211_add_pending_skbs() local
519 int ieee80211_queue_stopped(struct ieee80211_hw *hw, int queue) in ieee80211_queue_stopped()
Dtkip.c245 u8 *ra, int only_iv, int queue, in ieee80211_tkip_decrypt_data()
/linux-4.1.27/drivers/media/platform/omap3isp/
Dispvideo.h148 int(*queue)(struct isp_video *video, struct isp_buffer *buffer); member
175 struct vb2_queue *queue; member
189 struct vb2_queue queue; member
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_ringbuffer.h40 wait_queue_head_t queue; member
/linux-4.1.27/drivers/net/wireless/prism54/
Disl_38xx.c223 isl38xx_in_queue(isl38xx_control_block *cb, int queue) in isl38xx_in_queue()
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_cmd.c122 static sint _enqueue_cmd(struct __queue *queue, struct cmd_obj *obj) in _enqueue_cmd()
134 static struct cmd_obj *_dequeue_cmd(struct __queue *queue) in _dequeue_cmd()
185 struct __queue *queue; in r8712_enqueue_cmd_ex() local
199 struct cmd_obj *r8712_dequeue_cmd(struct __queue *queue) in r8712_dequeue_cmd()
Dosdep_service.h46 struct list_head queue; member
Drtl871x_ioctl_set.c63 struct __queue *queue = &(pmlmepriv->scanned_queue); in do_join() local
Drtl871x_mlme.c397 struct __queue *queue = &pmlmepriv->scanned_queue; in update_scanned_network() local
458 struct __queue *queue = &pmlmepriv->scanned_queue; in rtl8711_add_network() local
1135 struct __queue *queue = NULL; in r8712_select_and_join_from_scan() local
/linux-4.1.27/drivers/hsi/controllers/
Domap_ssi_port.c310 static int ssi_start_transfer(struct list_head *queue) in ssi_start_transfer()
370 struct list_head *queue; in ssi_async() local
419 static void ssi_flush_queue(struct list_head *queue, struct hsi_client *cl) in ssi_flush_queue()
603 struct list_head *queue) in ssi_transfer()
850 static void ssi_pio_complete(struct hsi_port *port, struct list_head *queue) in ssi_pio_complete()
/linux-4.1.27/net/ipv6/
Dip6_output.c1065 struct sk_buff_head *queue, in ip6_ufo_append_data()
1230 struct sk_buff_head *queue, in __ip6_append_data()
1601 struct sk_buff_head *queue, in __ip6_make_skb()
1705 struct sk_buff_head *queue, in __ip6_flush_pending_frames()
1739 struct sk_buff_head queue; in ip6_make_skb() local
/linux-4.1.27/drivers/block/aoe/
Daoecmd.c374 struct sk_buff_head queue; in aoecmd_ata_rw() local
414 aoecmd_cfg_pkts(ushort aoemajor, unsigned char aoeminor, struct sk_buff_head *queue) in aoecmd_cfg_pkts()
456 struct sk_buff_head queue; in resend() local
604 struct sk_buff_head queue; in probe() local
1430 struct sk_buff_head queue; in aoecmd_cfg() local
1596 struct sk_buff_head queue; in aoecmd_cfg_rsp() local
Daoenet.c113 aoenet_xmit(struct sk_buff_head *queue) in aoenet_xmit()
Daoechr.c117 struct sk_buff_head queue; in revalidate() local
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c601 struct list_head *queue) in ath6kl_htc_tx_pkts_get()
683 struct list_head *queue) in ath6kl_htc_tx_setup_scat_list()
756 struct list_head *queue, in ath6kl_htc_tx_bundle()
1127 struct list_head queue; in ath6kl_htc_mbox_tx() local
1273 struct list_head queue; in htc_add_rxbuf() local
1370 u32 *lk_ahds, struct list_head *queue, int n_msg) in ath6kl_htc_rx_setup()
1474 struct list_head *queue) in ath6kl_htc_rx_alloc()
Dhtc_pipe.c93 struct list_head *queue) in get_htc_packet_credit_based()
175 struct list_head *queue, int resources) in get_htc_packet()
1554 struct list_head queue; in ath6kl_htc_pipe_tx() local
/linux-4.1.27/drivers/atm/
Didt77252.c582 sb_pool_add(struct idt77252_dev *card, struct sk_buff *skb, int queue) in sb_pool_add()
604 unsigned int queue, index; in sb_pool_remove() local
623 unsigned int queue, index; in sb_pool_skb() local
1240 struct sk_buff *queue; in idt77252_rx_raw() local
1790 idt77252_fbq_level(struct idt77252_dev *card, int queue) in idt77252_fbq_level()
1796 idt77252_fbq_full(struct idt77252_dev *card, int queue) in idt77252_fbq_full()
1802 push_rx_skb(struct idt77252_dev *card, struct sk_buff *skb, int queue) in push_rx_skb()
1848 add_rx_skb(struct idt77252_dev *card, int queue, in add_rx_skb()
Dfirestream.h456 struct queue { struct
457 struct FS_QENTRY *sa, *ea;
458 int offset;
/linux-4.1.27/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c219 int queue = 0; in uec_get_ringparam() local
238 int queue = 0, ret = 0; in uec_set_ringparam() local
Dfec_main.c372 unsigned short queue = skb_get_queue_mapping(skb); in fec_enet_txq_submit_frag_skb() local
462 unsigned short queue; in fec_enet_txq_submit_skb() local
578 unsigned short queue = skb_get_queue_mapping(skb); in fec_enet_txq_put_data_tso() local
639 unsigned short queue = skb_get_queue_mapping(skb); in fec_enet_txq_put_hdr_tso() local
694 unsigned short queue = skb_get_queue_mapping(skb); in fec_enet_txq_submit_tso() local
778 unsigned short queue; in fec_enet_start_xmit() local
2670 fec_enet_alloc_rxq_buffers(struct net_device *ndev, unsigned int queue) in fec_enet_alloc_rxq_buffers()
2712 fec_enet_alloc_txq_buffers(struct net_device *ndev, unsigned int queue) in fec_enet_alloc_txq_buffers()
/linux-4.1.27/drivers/staging/octeon/
Docteon-ethernet.h44 int queue; member
/linux-4.1.27/drivers/net/wireless/p54/
Dtxrx.c189 struct p54_tx_queue_stats *queue; in p54_tx_qos_accounting_alloc() local
684 u8 *queue, u32 *extra_len, u16 *flags, u16 *aid, in p54_tx_80211_header()
786 u8 rate, queue = 0, crypt_offset = 0; in p54_tx_80211() local
/linux-4.1.27/drivers/scsi/
Dips.c2773 ips_putq_scb_head(ips_scb_queue_t * queue, ips_scb_t * item) in ips_putq_scb_head()
2801 ips_removeq_scb_head(ips_scb_queue_t * queue) in ips_removeq_scb_head()
2836 ips_removeq_scb(ips_scb_queue_t * queue, ips_scb_t * item) in ips_removeq_scb()
2881 static void ips_putq_wait_tail(ips_wait_queue_t *queue, struct scsi_cmnd *item) in ips_putq_wait_tail()
2912 static struct scsi_cmnd *ips_removeq_wait_head(ips_wait_queue_t *queue) in ips_removeq_wait_head()
2946 static struct scsi_cmnd *ips_removeq_wait(ips_wait_queue_t *queue, in ips_removeq_wait()
2993 ips_putq_copp_tail(ips_copp_queue_t * queue, ips_copp_wait_item_t * item) in ips_putq_copp_tail()
3025 ips_removeq_copp_head(ips_copp_queue_t * queue) in ips_removeq_copp_head()
3060 ips_removeq_copp(ips_copp_queue_t * queue, ips_copp_wait_item_t * item) in ips_removeq_copp()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Drw.c453 struct cl_page_list *queue, struct cl_page *page, in cl_read_ahead_page()
494 struct cl_page_list *queue, in ll_read_ahead_page()
638 struct cl_io *io, struct cl_page_list *queue, in ll_read_ahead_pages()
690 struct cl_page_list *queue, int flags) in ll_readahead()
/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c512 static inline int qeth_is_cq(struct qeth_card *card, unsigned int queue) in qeth_is_cq()
1247 static void qeth_clear_output_buffer(struct qeth_qdio_out_q *queue, in qeth_clear_output_buffer()
3311 struct qeth_qdio_q *queue = card->qdio.in_q; in qeth_queue_input_buffer() local
3416 static void qeth_switch_to_packing_if_needed(struct qeth_qdio_out_q *queue) in qeth_switch_to_packing_if_needed()
3436 static int qeth_switch_to_nonpacking_if_needed(struct qeth_qdio_out_q *queue) in qeth_switch_to_nonpacking_if_needed()
3472 static int qeth_flush_buffers_on_no_pci(struct qeth_qdio_out_q *queue) in qeth_flush_buffers_on_no_pci()
3488 static void qeth_flush_buffers(struct qeth_qdio_out_q *queue, int index, in qeth_flush_buffers()
3570 static void qeth_check_outbound_queue(struct qeth_qdio_out_q *queue) in qeth_check_outbound_queue()
3610 void qeth_qdio_start_poll(struct ccw_device *ccwdev, int queue, in qeth_qdio_start_poll()
3652 unsigned int queue, int first_element, int count) { in qeth_qdio_cq_handler()
[all …]
/linux-4.1.27/drivers/scsi/ibmvscsi/
Dibmvscsi.c152 static void ibmvscsi_release_crq_queue(struct crq_queue *queue, in ibmvscsi_release_crq_queue()
178 static struct viosrp_crq *crq_queue_next_crq(struct crq_queue *queue) in crq_queue_next_crq()
296 static int ibmvscsi_reset_crq_queue(struct crq_queue *queue, in ibmvscsi_reset_crq_queue()
337 static int ibmvscsi_init_crq_queue(struct crq_queue *queue, in ibmvscsi_init_crq_queue()
424 static int ibmvscsi_reenable_crq_queue(struct crq_queue *queue, in ibmvscsi_reenable_crq_queue()
Dibmvscsi.h98 struct crq_queue queue; member
/linux-4.1.27/include/net/netfilter/
Dnf_queue.h83 nfqueue_hash(const struct sk_buff *skb, u16 queue, u16 queues_total, u8 family, in nfqueue_hash()
/linux-4.1.27/drivers/crypto/qce/
Dcore.h38 struct crypto_queue queue; member
/linux-4.1.27/include/drm/
Ddrm_os_linux.h43 #define DRM_WAIT_ON( ret, queue, timeout, condition ) \ argument
/linux-4.1.27/drivers/md/
Ddm-cache-policy-mq.c132 struct queue { struct
140 static void queue_init(struct queue *q) in queue_init() argument
/linux-4.1.27/fs/nfs/
Dnfs4session.c26 static void nfs4_init_slot_table(struct nfs4_slot_table *tbl, const char *queue) in nfs4_init_slot_table()
262 const char *queue) in nfs4_setup_slot_table()
/linux-4.1.27/drivers/char/tpm/
Dtpm_i2c_nuvoton.c177 u32 timeout, wait_queue_head_t *queue) in i2c_nuvoton_wait_for_stat()
222 wait_queue_head_t *queue) in i2c_nuvoton_wait_for_data_avail()
/linux-4.1.27/sound/core/
Dtimer_compat.c65 u32 queue; member
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_recv.c167 int rtw_enqueue_recvframe23a(struct recv_frame *precvframe, struct rtw_queue *queue) in rtw_enqueue_recvframe23a()
228 int rtw_enqueue_recvbuf23a_to_head(struct recv_buf *precvbuf, struct rtw_queue *queue) in rtw_enqueue_recvbuf23a_to_head()
240 int rtw_enqueue_recvbuf23a(struct recv_buf *precvbuf, struct rtw_queue *queue) in rtw_enqueue_recvbuf23a()
253 struct recv_buf *rtw_dequeue_recvbuf23a (struct rtw_queue *queue) in rtw_dequeue_recvbuf23a()
/linux-4.1.27/drivers/ptp/
Dptp_chardev.c274 struct timestamp_event_queue *queue = &ptp->tsevq; in ptp_read() local
Dptp_clock.c53 static void enqueue_external_timestamp(struct timestamp_event_queue *queue, in enqueue_external_timestamp()
Dptp_sysfs.c99 struct timestamp_event_queue *queue = &ptp->tsevq; in extts_fifo_show() local
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c40 int get_hw_qnum(u16 queue, int *hwq_map) in get_hw_qnum()
525 struct sk_buff_head *queue) in ath9k_htc_tx_drainq()
733 struct sk_buff_head queue; in ath9k_htc_tx_cleanup_queue() local
Dar9003_hw.c1095 static bool ath9k_hw_verify_hang(struct ath_hw *ah, unsigned int queue) in ath9k_hw_verify_hang()
/linux-4.1.27/drivers/net/wireless/b43/
Dpio.c222 #define destroy_queue_tx(pio, queue) do { \ argument
227 #define destroy_queue_rx(pio, queue) do { \ argument
/linux-4.1.27/drivers/gpu/drm/via/
Dvia_dmablit.c398 via_dmablit_active(drm_via_blitq_t *blitq, int engine, uint32_t handle, wait_queue_head_t **queue) in via_dmablit_active()
435 wait_queue_head_t *queue; in via_dmablit_sync() local
/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-dma.h90 struct vb2_queue queue; member
/linux-4.1.27/drivers/usb/chipidea/
Dudc.h80 struct list_head queue; member
/linux-4.1.27/drivers/watchdog/
Dmtx-1_wdt.c64 int queue; member
Dcpu5wdt.c65 int queue; member
Drdc321x_wdt.c60 int queue; member
/linux-4.1.27/drivers/block/
Dps3disk.c44 struct request_queue *queue; member
409 struct request_queue *queue; in ps3disk_probe() local
/linux-4.1.27/drivers/usb/isp1760/
Disp1760-udc.h37 struct list_head queue; member
/linux-4.1.27/tools/testing/selftests/mqueue/
Dmq_open_tests.c55 mqd_t queue = -1; variable
/linux-4.1.27/drivers/thunderbolt/
Dnhi.h42 struct list_head queue; member
/linux-4.1.27/arch/tile/include/hv/
Ddrv_trio_intf.h107 #define HV_TRIO_SQ_OFFSET(queue) \ argument
/linux-4.1.27/arch/powerpc/sysdev/
Daxonram.c107 axon_ram_make_request(struct request_queue *queue, struct bio *bio) in axon_ram_make_request()
/linux-4.1.27/include/media/
Dv4l2-mem2mem.h80 struct list_head queue; member
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_provider.h186 union mthca_buf queue; member
239 union mthca_buf queue; member
282 union mthca_buf queue; member
/linux-4.1.27/drivers/virtio/
Dvirtio_pci_common.h42 void *queue; member
/linux-4.1.27/drivers/mmc/card/
Dqueue.h56 struct request_queue *queue; member
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dhwmtm.h243 #define HWM_GET_TX_USED(smc,queue) (int) (smc)->hw.fp.tx_q[queue].tx_used argument
261 #define HWM_GET_CURR_TXD(smc,queue) (struct s_smt_fp_txd volatile *)\ argument
/linux-4.1.27/drivers/hsi/clients/
Dhsi_char.c130 struct list_head *queue) in hsc_add_tail()
140 struct list_head *queue) in hsc_get_first_msg()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dtx.h211 static inline int wl1251_tx_get_queue(int queue) in wl1251_tx_get_queue()
/linux-4.1.27/drivers/usb/musb/
Dmusb_gadget.h134 struct list_head *queue = &ep->req_list; in next_request() local
Dmusb_host.h141 struct list_head *queue; in next_urb() local
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c42 struct __queue *queue = &(pmlmepriv->scanned_queue); in rtw_do_join() local
/linux-4.1.27/drivers/block/rsxx/
Drsxx_priv.h110 struct list_head queue; member
141 struct list_head queue; member
172 struct request_queue *queue; member
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dsta.c222 u8 queue = find_first_zero_bit(&used_hw_queues, in iwl_mvm_tdls_sta_init() local
850 int tid, u8 queue, bool start) in iwl_mvm_sta_tx_agg()
985 int queue, fifo, ret; in iwl_mvm_sta_tx_agg_oper() local
Dops.c765 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_mvm_stop_sw_queue()
783 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_mvm_wake_sw_queue()
/linux-4.1.27/sound/oss/
Dmidibuf.c36 unsigned char queue[MAX_QUEUE_SIZE]; member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dnrs.c914 enum ptlrpc_nrs_queue_type queue; in nrs_svcpt_setup_locked0() local
1659 enum ptlrpc_nrs_queue_type queue, char *name, in ptlrpc_nrs_policy_control()
/linux-4.1.27/drivers/mfd/
Dpcf50633-adc.c47 struct pcf50633_adc_request *queue[PCF50633_MAX_ADC_FIFO_DEPTH]; member
/linux-4.1.27/arch/ia64/hp/sim/
Dsimscsi.c69 } queue[SIMSCSI_REQ_QUEUE_LEN]; variable
/linux-4.1.27/drivers/bluetooth/
Dbpa10x.c67 static int bpa10x_recv(struct hci_dev *hdev, int queue, void *buf, int count) in bpa10x_recv()
/linux-4.1.27/include/linux/mfd/
Dipaq-micro.h117 struct list_head queue; member
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Dvpfe_video.h35 int (*queue)(struct vpfe_device *vpfe_dev, unsigned long addr); member
/linux-4.1.27/drivers/gpu/host1x/
Dintr.c48 struct list_head *queue) in add_waiter_to_queue()
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpmac.c550 int queue, len; in cpmac_start_xmit() local
592 static void cpmac_end_xmit(struct net_device *dev, int queue) in cpmac_end_xmit()
783 int queue; in cpmac_irq() local

123